[downloader/http] Remove gruesome import
[youtube-dl] / youtube_dl / options.py
index ba35399cff8528bd7ef8747f1b4f21394a168f95..5f678f76b9561bf374693d29aa6e4c92406e08a2 100644 (file)
@@ -424,6 +424,10 @@ def parseOpts(overrideArguments=None):
         '--xattr-set-filesize',
         dest='xattr_set_filesize', action='store_true',
         help='(experimental) set file xattribute ytdl.filesize with expected filesize')
+    downloader.add_option(
+        '--hls-prefer-native',
+        dest='hls_prefer_native', action='store_true',
+        help='(experimental) Use the native HLS downloader instead of ffmpeg.')
     downloader.add_option(
         '--external-downloader',
         dest='external_downloader', metavar='COMMAND',