mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 21:57:26 +02:00
limit youtubedl download size to 750m and stop splitting out audio files
This commit is contained in:
@@ -116,16 +116,15 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
|
|||||||
'--write-annotations',
|
'--write-annotations',
|
||||||
'--write-thumbnail',
|
'--write-thumbnail',
|
||||||
'--no-call-home',
|
'--no-call-home',
|
||||||
'--user-agent',
|
|
||||||
'--all-subs',
|
'--all-subs',
|
||||||
'--extract-audio',
|
'--yes-playlist',
|
||||||
'--keep-video',
|
'--continue',
|
||||||
'--ignore-errors',
|
'--ignore-errors',
|
||||||
'--geo-bypass',
|
'--geo-bypass',
|
||||||
'--audio-format', 'mp3',
|
'--add-metadata',
|
||||||
'--audio-quality', '320K',
|
'--max-filesize=750m',
|
||||||
'--embed-thumbnail',
|
]},
|
||||||
'--add-metadata']},
|
|
||||||
|
|
||||||
'WGET_ARGS': {'type': list, 'default': ['--no-verbose',
|
'WGET_ARGS': {'type': list, 'default': ['--no-verbose',
|
||||||
'--adjust-extension',
|
'--adjust-extension',
|
||||||
|
Reference in New Issue
Block a user