mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
Fix index season map episode for series
This commit is contained in:
parent
a94a2eaa6a
commit
9eb4e81cc4
@ -86,7 +86,7 @@ def donwload_video(tv_name: str, index_season_selected: int, index_episode_selec
|
||||
print()
|
||||
|
||||
# Define filename and path for the downloaded video
|
||||
mp4_name = remove_special_characters(f"{map_episode_title(tv_name, obj_episode, index_episode_selected)}.mp4")
|
||||
mp4_name = remove_special_characters(f"{map_episode_title(tv_name, obj_episode, index_season_selected)}.mp4")
|
||||
mp4_path = os.path.join(ROOT_PATH, STREAMING_FOLDER, "Serie", tv_name, f"S{index_season_selected}")
|
||||
os.makedirs(mp4_path, exist_ok=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user