mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
Update anime.py
This commit is contained in:
parent
3f983f334f
commit
cdbaae3c01
@ -64,7 +64,7 @@ def download_episode(index_select: int):
|
|||||||
MP4_downloader(
|
MP4_downloader(
|
||||||
str(video_source.src_mp4).strip(),
|
str(video_source.src_mp4).strip(),
|
||||||
os.path.join(mp4_path, mp4_name)
|
os.path.join(mp4_path, mp4_name)
|
||||||
).start()
|
)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logging.error(f"Skip index: {index_select} cant find info with api.")
|
logging.error(f"Skip index: {index_select} cant find info with api.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user