File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments