Skip to content

Commit

Permalink
limit youtubedl download size to 750m and stop splitting out audio files
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Jan 29, 2021
1 parent f3ade5f commit 3227f54
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions archivebox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,15 @@
'--write-annotations',
'--write-thumbnail',
'--no-call-home',
'--user-agent',
'--all-subs',
'--extract-audio',
'--keep-video',
'--yes-playlist',
'--continue',
'--ignore-errors',
'--geo-bypass',
'--audio-format', 'mp3',
'--audio-quality', '320K',
'--embed-thumbnail',
'--add-metadata']},
'--add-metadata',
'--max-filesize=750m',
]},

'WGET_ARGS': {'type': list, 'default': ['--no-verbose',
'--adjust-extension',
Expand Down

0 comments on commit 3227f54

Please sign in to comment.