mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-19 01:15:11 -04:00
Merge pull request #338 from comsomisha/master
Bug fix with youtube-dl option
This commit is contained in:
commit
737c5c3f2f
1 changed files with 1 additions and 2 deletions
|
@ -496,7 +496,6 @@ def fetch_media(link_dir, link, timeout=MEDIA_TIMEOUT):
|
||||||
'--write-thumbnail',
|
'--write-thumbnail',
|
||||||
'--no-call-home',
|
'--no-call-home',
|
||||||
'--no-check-certificate',
|
'--no-check-certificate',
|
||||||
'--user-agent',
|
|
||||||
'--all-subs',
|
'--all-subs',
|
||||||
'--extract-audio',
|
'--extract-audio',
|
||||||
'--keep-video',
|
'--keep-video',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue