mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45: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
100 B
Python
9 lines
100 B
Python
# 23.06.24
|
|
|
|
from Src.Lib.Downloader import MP4_downloader
|
|
|
|
MP4_downloader(
|
|
"",
|
|
"EP_1.mp4"
|
|
)
|