1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-26 16:13:40 +01:00
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
..
2013-11-24 06:52:21 +01:00
2013-11-25 06:06:18 +01:00
2013-11-26 10:41:35 +01:00