mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-18 01:56:03 +03:00
Minor bugfixes
* `__real_download` should be false when ffmpeg unavailable and no download * Mistakes in #70 * `allow_playlist_files` was not correctly pass through
This commit is contained in:
@@ -463,6 +463,7 @@ def _real_main(argv=None):
|
||||
'writedescription': opts.writedescription,
|
||||
'writeannotations': opts.writeannotations,
|
||||
'writeinfojson': opts.writeinfojson or opts.getcomments,
|
||||
'allow_playlist_files': opts.allow_playlist_files,
|
||||
'getcomments': opts.getcomments,
|
||||
'writethumbnail': opts.writethumbnail,
|
||||
'write_all_thumbnails': opts.write_all_thumbnails,
|
||||
|
||||
Reference in New Issue
Block a user