aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_download.py
Commit message (Expand)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
* [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-6/+3
* [test] Allow `extract_flat` in download testspukkandan2022-11-101-1/+3
* [extractor/zenyandex] Fix extractors (#3750, #5268)Alex Karabanov2022-10-251-1/+2
* Update to ytdl-commit-e6a836dpukkandan2022-08-151-3/+5
* [extractor, test] Basic framework for embed tests (#4307)pukkandan2022-08-021-36/+34
* [cleanup] Misc cleanuppukkandan2022-06-291-1/+5
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+1
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+3
* [compat] Remove more functionspukkandan2022-06-251-11/+10
* [test] Fix `FakeYDL` signaturespukkandan2022-06-211-1/+1
* Update to ytdl-commit-8a158a9pukkandan2022-06-201-3/+3
* [cleanup] Sort importspukkandan2022-04-121-8/+7
* [cleanup] Upgrade syntaxpukkandan2022-04-121-9/+5
* Add key `requested_downloads` in the root `info_dict`pukkandan2022-01-031-1/+1
* [Niconico] Add Search extractors (#672)animelover19842021-08-281-0/+0
* Misc fixes - See descpukkandan2021-08-101-1/+1
* [tests:download] Add batch testing for extractorspukkandan2021-08-071-6/+28
* [test:download] Support testing with `ignore_no_formats_error`pukkandan2021-08-021-2/+7
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-2/+4
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
* [test:download] Only extract enough videos for `playlist_mincount`pukkandan2021-05-181-0/+1
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-6/+6
* [skip travis] renamingUnknown2020-09-021-6/+6
* [test_download] Fix download tests for lazy extractors (closes #13554, closes...squibbysquibby2018-01-211-2/+2
* [test_download] Fix order when testing file's md5Tithen-Firion2017-04-271-1/+1
* [test_download] Fix testing playlists with single video and add commentsSergey M․2017-04-111-2/+10
* [test_download] Remove unused importSergey M․2017-04-081-1/+0
* [test_download] Match info dicts against tests before matching info fileSergey M․2017-04-081-2/+3
* [test_download] typo in commentJohn Hawkinson2017-04-081-1/+1
* [test_download] Improve diagnostic on wrong 'id'John Hawkinson2017-04-081-0/+2
* [test_download] Print additional IEs in summary outputJohn Hawkinson2017-03-251-0/+14
* [travis] Run tests in parallelYen Chi Hsuan2017-02-191-3/+8
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+2
* [test/test_download] Use extract_flat = 'in_playlist' for playlist itemsJaime Marquínez Ferrándiz2015-10-231-1/+1
* [test_downloader] Respect --force-generic-extractorSergey M․2015-08-021-1/+3
* [tests] Allow multi_video to be tested as playlistsYen Chi Hsuan2015-04-191-1/+1
* [test_download] Remove references to "file" in test definitionsPhilipp Hagemeister2015-02-011-2/+2
* expect_info_dict actual-expected argument consistencySergey M․2014-12-261-2/+2
* [tests] Remove useless u prefixesPhilipp Hagemeister2014-11-261-2/+2
* PEP8 appliedJouke Waleson2014-11-231-2/+11
* [tests] ModernizePhilipp Hagemeister2014-11-161-2/+4
* [tests] Don't auto init YoutubeDLJaime Marquínez Ferrándiz2014-11-021-1/+1
* [test_download] Fix importPhilipp Hagemeister2014-11-021-1/+3
* [test_download] Improve error messagePhilipp Hagemeister2014-10-271-1/+3
* [generic] Add a test case for direct links with broken HEAD (#4032)Philipp Hagemeister2014-10-261-0/+2
* [vimeo:likes] Add new extractor (Fixes #3835)Philipp Hagemeister2014-09-281-1/+3
* [test_download] Check expected file minsize and md5 only when download is not...Sergey M․2014-08-291-13/+13
* [test_download] Expect a minimum file sizePhilipp Hagemeister2014-08-281-0/+11
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-2/+3