mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
Merge remote-tracking branch 'upstream/yt-dlp-format-fix' into qa
This commit is contained in:
commit
00fadde916
@ -235,8 +235,10 @@ def _build_youtube_dl(worker, destdir, site, page):
|
|||||||
# "By default, yt-dlp tries to download the best available quality..."
|
# "By default, yt-dlp tries to download the best available quality..."
|
||||||
# pre-v.2023.07.06: "format_sort": ["ext"],
|
# pre-v.2023.07.06: "format_sort": ["ext"],
|
||||||
# v.2023.07.06 https://www.reddit.com/r/youtubedl/wiki/h264/?rdt=63577
|
# v.2023.07.06 https://www.reddit.com/r/youtubedl/wiki/h264/?rdt=63577
|
||||||
|
# recommended: convert working cli to api call with
|
||||||
|
# https://github.com/yt-dlp/yt-dlp/blob/master/devscripts/cli_to_api.py
|
||||||
"format": "b/bv+ba",
|
"format": "b/bv+ba",
|
||||||
"format_sort": ["res:720,vcodec:h264,acodec:aac"],
|
"format_sort": ["res:720","vcodec:h264","acodec:aac"],
|
||||||
# skip live streams
|
# skip live streams
|
||||||
"match_filter": match_filter_func("!is_live"),
|
"match_filter": match_filter_func("!is_live"),
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.5.40a0',
|
version='1.5.41a0',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user