mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
Fix error HLS_Downloader
This commit is contained in:
parent
e76a0ebd2c
commit
b6efe5f4ea
@ -57,7 +57,7 @@ def download_video(tv_name: str, index_season_selected: int, index_episode_selec
|
|||||||
|
|
||||||
# Download the episode
|
# Download the episode
|
||||||
r_proc = HLS_Downloader(
|
r_proc = HLS_Downloader(
|
||||||
master_playlist=master_playlist,
|
m3u8_playlist=master_playlist,
|
||||||
output_filename=os.path.join(mp4_path, mp4_name)
|
output_filename=os.path.join(mp4_path, mp4_name)
|
||||||
).start()
|
).start()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user