1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 12:02:51 +08:00

Update __init__.py

This commit is contained in:
Barak Tawily 2018-11-23 22:48:24 +02:00 committed by GitHub
parent 04e7bf92a0
commit bce31627df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,7 +403,7 @@ def _real_main(argv=None):
'prefer_ffmpeg': opts.prefer_ffmpeg,
'include_ads': opts.include_ads,
'default_search': opts.default_search,
'skip_http_head': opts.skip_http_head,
'skip_http_head': opts.generic_skip_http_head,
'youtube_include_dash_manifest': opts.youtube_include_dash_manifest,
'encoding': opts.encoding,
'extract_flat': opts.extract_flat,