Skip to content

Commit 0737d65

Browse files
committed
Bump v3.5.3
1 parent f8fa53f commit 0737d65

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.github/doc/site.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| Animeworld | MP4 || 1080p | IT |
88
| Crunchyroll | DASH || 1080p | IT |
99
| Discovery | DASH || 720p | US |
10+
| Discoveryeu | DASH || 1080p | EU |
1011
| Dmax | HLS || 1080p | IT |
1112
| Guardaserie | HLS || 1080p | IT |
1213
| Hd4Me | MEGA || 720p | IT |
@@ -20,4 +21,4 @@
2021

2122
---
2223

23-
*Last updated: 2025-12-24 14:23:56*
24+
*Last updated: 2025-12-30 11:14:48*

.github/script/generate_services_table.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def find_service_files(base_path: Path) -> List[Path]:
7272
init_files = []
7373

7474
if not services_path.exists():
75-
print(f"Services path not found: {services_path}")
75+
print(f"Services path not found: {services_path.resolve()}")
7676
return init_files
7777

7878
# Iterate through service directories
@@ -154,9 +154,9 @@ def generate_markdown_table(services: List[Tuple[str, str, bool, str, str]]) ->
154154

155155
def main():
156156
script_dir = Path(__file__).parent
157-
base_path = script_dir.parent.parent.parent
157+
base_path = script_dir.parent.parent
158158
print(f"Base path: {base_path}")
159-
159+
160160
# Find all service __init__.py files
161161
init_files = find_service_files(base_path)
162162
print(f"Found {len(init_files)} service files")

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- 🔍 [Global Search](#global-search)
3131
- 🧩 [Advanced Features](#advanced-options)
3232
- 🐳 [Deployment](#docker)
33-
- 🎓 [Tutorials](#tutorials)
33+
- 📝 [TODO](#todo)
3434
- 🔗 [Related Projects](#useful-project)
3535

3636
## Installation
@@ -522,6 +522,17 @@ make LOCAL_DIR=/path/to/download run-container
522522

523523
The `run-container` command mounts also the `config.json` file, so any change to the configuration file is reflected immediately without having to rebuild the image.
524524

525+
## TODO
526+
527+
- [ ] **Improve GUI**
528+
Enhance the graphical user interface for better usability and appearance.
529+
530+
- [ ] **Sync parallel audio/video downloads**
531+
Ensure audio and video streams are downloaded in parallel and properly synchronized.
532+
533+
- [ ] **Add Crunchyroll subtitle synchronization**
534+
Implement subtitle timing alignment for Crunchyroll sources.
535+
525536
# Useful Project
526537

527538
## 🎯 [Unit3Dup](https://github.com/31December99/Unit3Dup)
@@ -540,4 +551,4 @@ Addon per Stremio che consente lo streaming HTTPS di film, serie, anime e TV in
540551
**Made with ❤️ for streaming lovers**
541552

542553
*If you find this project useful, consider starring it! ⭐*
543-
</div>
554+
</div>

StreamingCommunity/Upload/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ def update():
102102
if str(current_version).replace('v', '') != str(last_version).replace('v', ''):
103103
console.print(f"\n[cyan]New version available: [yellow]{last_version}")
104104

105-
time.sleep(1)
105+
time.sleep(0.75)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'StreamingCommunity'
2-
__version__ = '3.5.2'
2+
__version__ = '3.5.3'
33
__author__ = 'Arrowar'
44
__description__ = 'A command-line program to download film'
55
__copyright__ = 'Copyright 2025'

0 commit comments

Comments
 (0)