aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_download.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [test_download] Improve playlist handlingPhilipp Hagemeister2014-08-271-3/+18
* [generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister2014-08-251-1/+3
* [googlesearch] Move test to extractorPhilipp Hagemeister2014-08-251-0/+5
* Allow playlist test definitions in test_download.Philipp Hagemeister2014-08-211-5/+27
* Remove unused importsPhilipp Hagemeister2014-07-231-2/+0
* [instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister2014-03-231-19/+0
* [test] Move expect_info_dict out of test_downloadPhilipp Hagemeister2014-03-231-23/+5
* Make missing test definition fields an errorPhilipp Hagemeister2014-03-221-2/+7
* [test] Rename get_testcases to gettestcasesPhilipp Hagemeister2014-03-171-2/+2
* Rename upload_timestamp to timestampPhilipp Hagemeister2014-03-131-1/+1
* [test_download] Move assertions before debugging outputPhilipp Hagemeister2014-03-131-7/+7
* [ninegag] Fix extractionPhilipp Hagemeister2014-03-131-0/+4
* [tests] Raise an exception if test definition is invalid (Found in #2460)Philipp Hagemeister2014-02-261-3/+1
* [trutube] Support multiple formats (#2433)Philipp Hagemeister2014-02-221-5/+15
* [test_download] Skip over BadStatusLine errorsPhilipp Hagemeister2014-02-061-1/+2
* [everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister2014-01-171-1/+1
* YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz2013-12-231-1/+1
* Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz2013-12-111-1/+1
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-2/+0
* Adapt test to changed .info.json namePhilipp Hagemeister2013-11-201-3/+4
* tests: don't run the test if any of the extractors listed in the 'add_ie' fie...Jaime Marquínez Ferrándiz2013-11-061-1/+7
* Set the 'extractor_key' field in the info_dictJaime Marquínez Ferrándiz2013-11-031-1/+1
* Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz2013-11-031-0/+3
* [tests] a HTTP 503 is a transient issueFilippo Valsorda2013-10-281-1/+2
* [tests] don't fail on network errorsFilippo Valsorda2013-10-281-5/+17