Remove the --max-quality option
[youtube-dl] / youtube_dl / __init__.py
index d7759db682debf98371b2eafbb901abfc37a3230..c88489f2989a70f8daaf1f8899c8788495091afa 100644 (file)
@@ -283,7 +283,6 @@ def _real_main(argv=None):
         'simulate': opts.simulate or any_getting,
         'skip_download': opts.skip_download,
         'format': opts.format,
-        'format_limit': opts.format_limit,
         'listformats': opts.listformats,
         'outtmpl': outtmpl,
         'autonumber_size': opts.autonumber_size,