Skip to content

Commit fa88bac

Browse files
Arrowargithub-actions[bot]
authored andcommitted
Bump v3.3.5
1 parent c4da196 commit fa88bac

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.github/.domain/domains.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"cb01new": {
3-
"domain": "fun",
4-
"full_url": "https://cb01net.fun/",
5-
"old_domain": "lol",
6-
"time_change": "2025-09-15 15:21:30"
3+
"domain": "space",
4+
"full_url": "https://cb01net.space/",
5+
"old_domain": "fun",
6+
"time_change": "2025-09-23 07:19:51"
77
},
88
"animeunity": {
99
"domain": "so",
@@ -18,10 +18,10 @@
1818
"time_change": "2025-03-21 12:20:27"
1919
},
2020
"guardaserie": {
21-
"domain": "sale",
22-
"full_url": "https://guardaserietv.sale/",
23-
"old_domain": "app",
24-
"time_change": "2025-08-20 07:20:06"
21+
"domain": "fun",
22+
"full_url": "https://guardaserietv.fun/",
23+
"old_domain": "sale",
24+
"time_change": "2025-09-25 13:29:56"
2525
},
2626
"streamingwatch": {
2727
"domain": "org",
@@ -36,10 +36,10 @@
3636
"time_change": "2025-09-06 18:24:29"
3737
},
3838
"streamingcommunity": {
39-
"domain": "video",
40-
"full_url": "https://streamingcommunityz.video/",
41-
"old_domain": "cc",
42-
"time_change": "2025-09-19 11:16:44"
39+
"domain": "cz",
40+
"full_url": "https://streamingcommunityz.cz/",
41+
"old_domain": "video",
42+
"time_change": "2025-09-22 14:20:44"
4343
},
4444
"altadefinizionegratis": {
4545
"domain": "ist",

StreamingCommunity/Lib/Downloader/DASH/decrypt.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
from rich.console import Console
1010

1111

12+
# Internal utilities
13+
from StreamingCommunity.Util.os import get_mp4decrypt_path
14+
1215
# Variable
1316
console = Console()
1417

@@ -45,7 +48,7 @@ def decrypt_with_mp4decrypt(encrypted_path, kid, key, output_path=None, cleanup=
4548
output_path = os.path.splitext(encrypted_path)[0] + "_decrypted.mp4"
4649

4750
key_format = f"{kid.lower()}:{key.lower()}"
48-
cmd = ["mp4decrypt", "--key", key_format, encrypted_path, output_path]
51+
cmd = [get_mp4decrypt_path(), "--key", key_format, encrypted_path, output_path]
4952
logging.info(f"Running command: {' '.join(cmd)}")
5053

5154
try:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'StreamingCommunity'
2-
__version__ = '3.3.3'
2+
__version__ = '3.3.5'
33
__author__ = 'Arrowar'
44
__description__ = 'A command-line program to download film'
55
__copyright__ = 'Copyright 2025'

0 commit comments

Comments
 (0)