about summary refs log tree commit diff
path: root/test/parameters.json
Commit message (Collapse)AuthorAgeFilesLines
* [test:download] Only extract enough videos for playlist_mincountdirkf2022-02-051-1/+0
|
* Fix typos (#27084)Josh Soref2020-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: authorization Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: brightcove Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: creation Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exceeded Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exception Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extension Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extracting Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extraction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: frontline Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: improve Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: length Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: listsubtitles Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: multimedia Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: obfuscated Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: partitioning Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlists Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: restriction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: services Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: split Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: srmediathek Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: support Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: thumbnail Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: verification Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: whitespaces Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Remove the --max-quality optionJaime Marquínez Ferrándiz2015-04-251-1/+0
| | | | | It doesn't work well with 'bestvideo' and 'bestaudio' because they are usually before the max quality. Format filters should be used instead, they are more flexible and don't require the requested quality to exist for each video.
* [parameters.json] Set default `format` parameter to `best`Sergey M․2015-04-191-1/+1
|
* [vimeo] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-1/+1
| | | | Removed some tests, the behaviour should be checked in a test for the YoutubeDL class
* [test/parameters.json] Set 'fixup' to 'never'Jaime Marquínez Ferrándiz2015-02-111-1/+2
| | | | The fixed audio files for Youtube have a size lower that the minimum required.
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-1/+0
| | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
* Make socket timeout configurable, and bump default to 10 minutes (#1862)Philipp Hagemeister2013-12-011-1/+2
|
* [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-081-1/+0
| | | | functionality)
* Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-201-1/+2
|
* Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia2013-03-201-0/+1
| | | | downloade (defaut=srt)
* Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-201-2/+4
| | | | Only works in youtube for the moment.
* Adapt test_download to support playlists, and remove race conditionsPhilipp Hagemeister2013-01-011-1/+1
|
* use the new --test option to speed up tests (fetch only first 10K)Filippo Valsorda2012-12-111-1/+40
| | | | now all tests working and passing
* correction on the testgcmalloc2012-10-191-0/+1