[GH-ISSUE #828] Question: Is there a way to set configurations for youtube-dl? #3535

Closed
opened 2026-03-14 23:24:19 +03:00 by kerem · 1 comment
Owner

Originally created by @mhfowler on GitHub (Aug 13, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/828

Is there a way to set configurations for youtube-dl? That will be used by archivebox when it runs save_media on a link?

For example, I would like to change the "--max-filesize=750m".

I also might like to get rid of "--write-subs"

Is there anyway I can manually set the arguments used by archivebox for youtube-dl commands?

Originally created by @mhfowler on GitHub (Aug 13, 2021). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/828 Is there a way to set configurations for youtube-dl? That will be used by archivebox when it runs save_media on a link? For example, I would like to change the "--max-filesize=750m". I also might like to get rid of "--write-subs" Is there anyway I can manually set the arguments used by archivebox for youtube-dl commands?
kerem closed this issue 2026-03-14 23:24:24 +03:00
Author
Owner

@WantToLearnJapanese commented on GitHub (Aug 14, 2021):

You can set arguments to pass by YOUTUBEDL_ARGS.

Refer this github.com/ArchiveBox/ArchiveBox@767e32c08c/archivebox/config.py (L131)

<!-- gh-comment-id:898869417 --> @WantToLearnJapanese commented on GitHub (Aug 14, 2021): You can set arguments to pass by YOUTUBEDL_ARGS. Refer this https://github.com/ArchiveBox/ArchiveBox/blob/767e32c08cf91e712ffaef6001dd699f4afd0c61/archivebox/config.py#L131
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3535
No description provided.