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.
11 lines
207 B
Python
11 lines
207 B
Python
# 23.06.24
|
|
|
|
from Src.Lib.Downloader import TOR_downloader
|
|
|
|
manager = TOR_downloader()
|
|
|
|
magnet_link = "magnet:?x"
|
|
manager.add_magnet_link(magnet_link)
|
|
manager.start_download()
|
|
manager.move_downloaded_files()
|