add feature for max-size file downloads #405

Closed
opened 2026-02-20 21:11:59 -05:00 by deekerman · 1 comment
Owner

Originally created by @Vile-ircN on GitHub (Nov 9, 2012).

Could there be a flag for ignoring videos that exceed a specified file size? I know some sites http headers might not always work with this, but it would still be useful for videos where it does.

Basically I want to download a batch list file of youtube videos but skip files >20mb

Thank you

Originally created by @Vile-ircN on GitHub (Nov 9, 2012). Could there be a flag for ignoring videos that exceed a specified file size? I know some sites http headers might not always work with this, but it would still be useful for videos where it does. Basically I want to download a batch list file of youtube videos but skip files >20mb Thank you
Author
Owner

@jaimeMF commented on GitHub (Oct 6, 2013):

The option --max-filesize will work (it was added in #646):

youtube-dl '1ltcDfZMA3U' --max-filesize 5m
[youtube] Setting language
[youtube] 1ltcDfZMA3U: Downloading video webpage
[youtube] 1ltcDfZMA3U: Downloading video info webpage
[youtube] 1ltcDfZMA3U: Extracting video information
[youtube] 1ltcDfZMA3U: Encrypted signatures detected.
[info] Video description metadata as JSON to: Maps - It Will Find You-1ltcDfZMA3U.mp4.info.json
[youtube] 1ltcDfZMA3U: Downloading thumbnail ...
[youtube] 1ltcDfZMA3U: Writing thumbnail to: Maps - It Will Find You-1ltcDfZMA3U.jpg
[download] Resuming download at byte 8554610
[download] File is larger than max-filesize (11942112 bytes > 5242880 bytes). Aborting.
@jaimeMF commented on GitHub (Oct 6, 2013): The option `--max-filesize` will work (it was added in #646): ``` youtube-dl '1ltcDfZMA3U' --max-filesize 5m [youtube] Setting language [youtube] 1ltcDfZMA3U: Downloading video webpage [youtube] 1ltcDfZMA3U: Downloading video info webpage [youtube] 1ltcDfZMA3U: Extracting video information [youtube] 1ltcDfZMA3U: Encrypted signatures detected. [info] Video description metadata as JSON to: Maps - It Will Find You-1ltcDfZMA3U.mp4.info.json [youtube] 1ltcDfZMA3U: Downloading thumbnail ... [youtube] 1ltcDfZMA3U: Writing thumbnail to: Maps - It Will Find You-1ltcDfZMA3U.jpg [download] Resuming download at byte 8554610 [download] File is larger than max-filesize (11942112 bytes > 5242880 bytes). Aborting. ```
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/youtube-dl#405
No description provided.