aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_download.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* tests: build the filename from the info_dict if the 'file' key is missingJaime Marquínez Ferrándiz2013-10-281-16/+23
* Simplify testsPhilipp Hagemeister2013-10-151-20/+18
* Add support for single-test tox runsFilippo Valsorda2013-10-121-2/+2
* Simplify test setupPhilipp Hagemeister2013-10-071-8/+1
* Move try_rm to test helpersPhilipp Hagemeister2013-10-061-16/+7
* Also print the field that fails if it is a md5 checksumJaime Marquínez Ferrándiz2013-08-291-4/+3
* Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz2013-06-281-3/+5
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-271-3/+1
* Move testcase generator to helperPhilipp Hagemeister2013-06-271-12/+2
* Use str every timePhilipp Hagemeister2013-06-271-1/+1
* Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister2013-06-271-3/+9
* Allow moving tests into IE filesPhilipp Hagemeister2013-06-271-0/+7
* add tests for use_cipher_signature videos (#897) and the ability to test mult...Filippo Valsorda2013-06-251-1/+3
* Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-241-8/+8
* Correct module namePhilipp Hagemeister2013-06-231-3/+3
* Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-231-3/+3
* Improve error reporting for downloadsPhilipp Hagemeister2013-06-231-4/+7
* Improvge error reportingPhilipp Hagemeister2013-06-231-1/+1
* switch long info_dict fields checking to md5Filippo Valsorda2013-06-091-5/+4
* test: extend the reach of info_dict checkingFilippo Valsorda2013-06-091-2/+19
* raise exceptions on warnings during tests - and solve a couple of themFilippo Valsorda2013-06-071-8/+2
* print WARNINGs during test + minor fix to NBAIEFilippo Valsorda2013-06-061-0/+9
* Remove a commented line I forgot.Jaime Marquínez Ferrándiz2013-04-301-1/+1
* Create a function in InfoExtractors that returns the InfoExtractor class with...Jaime Marquínez Ferrándiz2013-04-201-1/+1
* Show whole diff in error casesPhilipp Hagemeister2013-04-111-0/+1
* retry on UnavailableVideoErrorFilippo Valsorda2013-03-311-1/+1
* import all IEs when testing to resemble more closely the real envFilippo Valsorda2013-03-311-3/+2
* Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda2013-03-091-1/+15
* Switch ComedyCentral test to a permanent URL (They delete full episodes older...Philipp Hagemeister2013-02-011-1/+1
* Drop md5: spec for now (unused and breaks int values)Philipp Hagemeister2013-01-251-5/+1