Merge branch 'ffmpeg' into qa

This commit is contained in:
Barbara Miller 2020-05-29 17:29:48 -07:00
commit 36bfaf5157

View File

@ -1,7 +1,7 @@
'''
brozzler/ydl.py - youtube-dl support for brozzler
Copyright (C) 2018 Internet Archive
Copyright (C) 2020 Internet Archive
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -245,7 +245,7 @@ def _build_youtube_dl(worker, destdir, site):
"outtmpl": "{}/ydl%(autonumber)s.out".format(destdir),
"retries": 1,
"nocheckcertificate": True,
"hls_prefer_native": True,
"hls_prefer_native": False,
"noprogress": True,
"nopart": True,
"no_color": True,