mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api
This commit is contained in:
commit
5076317897
@ -48,7 +48,7 @@ def download_episode(index_select: int):
|
||||
|
||||
# Create output path
|
||||
mp4_path = None
|
||||
mp4_name = f"{index_select}.mp4"
|
||||
mp4_name = f"{index_select + 1}.mp4"
|
||||
if video_source.is_series:
|
||||
mp4_path = os.path.join(ROOT_PATH, ANIME_FOLDER, SERIES_FOLDER, video_source.series_name)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user