mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
6 lines
93 B
Python
6 lines
93 B
Python
|
import sys
|
||
|
import logger
|
||
|
|
||
|
log = logging.getLogger('svtplay_dl')
|
||
|
progress_stream = sys.stderr
|