mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
115e795835
Does not work reliably (downloading SVTPlay videos with HDS may work if you're lucky).
6 lines
93 B
Python
6 lines
93 B
Python
import sys
|
|
import logger
|
|
|
|
log = logging.getLogger('svtplay_dl')
|
|
progress_stream = sys.stderr
|