-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from norkunas/filesize
Collect error with min/max filesize option
- Loading branch information
Showing
4 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
tests/Fixtures/youtube-dl/youtube/larger_than_max_filesize.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[youtube] Extracting URL: https://www.youtube.com/watch?v=7x5lqqji9ww | ||
[youtube] 7x5lqqji9ww: Downloading webpage | ||
[youtube] 7x5lqqji9ww: Downloading ios player API JSON | ||
[youtube] 7x5lqqji9ww: Downloading android player API JSON | ||
[youtube] 7x5lqqji9ww: Downloading m3u8 information | ||
[info] 7x5lqqji9ww: Downloading 1 format(s): 251 | ||
[download] File is larger than max-filesize (2960699 bytes > 1048576 bytes). Aborting. |
7 changes: 7 additions & 0 deletions
7
tests/Fixtures/youtube-dl/youtube/smaller_than_min_filesize.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[youtube] Extracting URL: https://www.youtube.com/watch?v=7x5lqqji9ww | ||
[youtube] 7x5lqqji9ww: Downloading webpage | ||
[youtube] 7x5lqqji9ww: Downloading ios player API JSON | ||
[youtube] 7x5lqqji9ww: Downloading android player API JSON | ||
[youtube] 7x5lqqji9ww: Downloading m3u8 information | ||
[info] 7x5lqqji9ww: Downloading 1 format(s): 251 | ||
[download] File is smaller than min-filesize (2960699 bytes < 20971520 bytes). Aborting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters