Skip to content

Commit 3e18290

Browse files
roveroniandreagithub-actions[bot]
authored andcommitted
fix M3U8_CONVERSION extension for StreamingCommunity (#425)
1 parent 3663566 commit 3e18290

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/.domain/domains.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"time_change": "2025-03-21 12:20:27"
1919
},
2020
"guardaserie": {
21-
"domain": "shop",
22-
"full_url": "https://guardaserietv.shop/",
23-
"old_domain": "run",
24-
"time_change": "2025-10-28 19:16:50"
21+
"domain": "xyz",
22+
"full_url": "https://guardaserietv.xyz/",
23+
"old_domain": "shop",
24+
"time_change": "2025-11-04 17:17:11"
2525
},
2626
"streamingwatch": {
2727
"domain": "org",

StreamingCommunity/Api/Site/streamingcommunity/film.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def download_film(select_title: MediaItem) -> str:
5656
return None
5757

5858
# Define the filename and path for the downloaded film
59-
title_name = os_manager.get_sanitize_file(select_title.name, select_title.date) + extension_output
59+
title_name = f"{os_manager.get_sanitize_file(select_title.name, select_title.date)}.{extension_output}"
6060
mp4_path = os.path.join(site_constant.MOVIE_FOLDER, title_name.replace(extension_output, ""))
6161

6262
# Download the film using the m3u8 playlist, and output filename

0 commit comments

Comments
 (0)