mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00

Add separate cookie manager in config. Add api to emulate node js . Add 0 at the end of episode. Add except time vs real time in HLS.
9 lines
130 B
Python
9 lines
130 B
Python
# 23.06.24
|
|
|
|
from Src.Lib.Downloader import HLS_Downloader
|
|
|
|
|
|
HLS_Downloader(
|
|
output_filename="EP_1.mp4",
|
|
m3u8_playlist=""
|
|
) |