mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
use ffmpeg aka hls_prefer_native: False
This commit is contained in:
parent
93b3fb7855
commit
17b24feff3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user