mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-05 00:33:06 +08:00
removing printing of opts
This commit is contained in:
parent
6c8a43c45a
commit
b099a18e69
@ -224,7 +224,6 @@ def _real_main():
|
|||||||
codecs.register(lambda name: codecs.lookup('utf-8') if name == 'cp65001' else None)
|
codecs.register(lambda name: codecs.lookup('utf-8') if name == 'cp65001' else None)
|
||||||
|
|
||||||
opts = docopt(__doc__, version=__version__)
|
opts = docopt(__doc__, version=__version__)
|
||||||
print(opts)
|
|
||||||
#--all-formats will supersede --format
|
#--all-formats will supersede --format
|
||||||
if opts['--all-formats']:
|
if opts['--all-formats']:
|
||||||
opts['--format'] = 'all'
|
opts['--format'] = 'all'
|
||||||
|
Loading…
Reference in New Issue
Block a user