yt-dlp/youtube_dl
Jaime Marquínez Ferrándiz 4a98cdbf3b YoutubeDL: set the 'params' property before any message/warning/error is sent (fixes #1840)
If it sets the 'restrictfilenames' param, it will first report a warning. It will try to get the logger from the 'params' property, which would be set at that moment to None, raising the error 'AttributeError: 'NoneType' object has no attribute 'get''
2013-11-26 18:54:14 +01:00
..
extractor
__init__.py
__main__.py
aes.py
FileDownloader.py
InfoExtractors.py
PostProcessor.py
update.py
utils.py
version.py release 2013.11.26 2013-11-26 10:41:35 +01:00
YoutubeDL.py YoutubeDL: set the 'params' property before any message/warning/error is sent (fixes #1840) 2013-11-26 18:54:14 +01:00