mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-12 17:49:25 -04:00
stop skipping HLS, too
This commit is contained in:
parent
3dfcc2ade6
commit
1c59a076b5
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ def _build_youtube_dl(worker, destdir, site, page, ytdlp_proxy_endpoints):
|
|||
"format_sort": ["res:720", "vcodec:h264", "acodec:aac"],
|
||||
# skip live streams
|
||||
"match_filter": match_filter_func("!is_live"),
|
||||
"extractor_args": {"youtube": {"skip": ["hls"]}, "generic": {"impersonate": [""]}},
|
||||
"extractor_args": {"generic": {"impersonate": [""]}},
|
||||
# --cache-dir local or..
|
||||
# this looked like a problem with nsf-mounted homedir, maybe not a problem for brozzler on focal?
|
||||
"cache_dir": "/home/archiveit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue