aboutsummaryrefslogtreecommitdiff
path: root/test/test_download.py
AgeCommit message (Expand)Author
2014-08-29[test_download] Check expected file minsize and md5 only when download is not...Sergey M․
2014-08-28[test_download] Expect a minimum file sizePhilipp Hagemeister
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
2014-08-27[test_download] Improve playlist handlingPhilipp Hagemeister
2014-08-25[generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister
2014-08-25[googlesearch] Move test to extractorPhilipp Hagemeister
2014-08-21Allow playlist test definitions in test_download.Philipp Hagemeister
2014-07-23Remove unused importsPhilipp Hagemeister
2014-03-23[instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister
2014-03-23[test] Move expect_info_dict out of test_downloadPhilipp Hagemeister
2014-03-22Make missing test definition fields an errorPhilipp Hagemeister
2014-03-17[test] Rename get_testcases to gettestcasesPhilipp Hagemeister
2014-03-13Rename upload_timestamp to timestampPhilipp Hagemeister
2014-03-13[test_download] Move assertions before debugging outputPhilipp Hagemeister
2014-03-13[ninegag] Fix extractionPhilipp Hagemeister
2014-02-26[tests] Raise an exception if test definition is invalid (Found in #2460)Philipp Hagemeister
2014-02-22[trutube] Support multiple formats (#2433)Philipp Hagemeister
2014-02-06[test_download] Skip over BadStatusLine errorsPhilipp Hagemeister
2014-01-17[everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister
2013-12-23YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz
2013-12-11Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister
2013-11-20Adapt test to changed .info.json namePhilipp Hagemeister
2013-11-06tests: don't run the test if any of the extractors listed in the 'add_ie' fie...Jaime Marquínez Ferrándiz
2013-11-03Set the 'extractor_key' field in the info_dictJaime Marquínez Ferrándiz
2013-11-03Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz
2013-10-28[tests] a HTTP 503 is a transient issueFilippo Valsorda
2013-10-28[tests] don't fail on network errorsFilippo Valsorda
2013-10-28tests: build the filename from the info_dict if the 'file' key is missingJaime Marquínez Ferrándiz
2013-10-15Simplify testsPhilipp Hagemeister
2013-10-12Add support for single-test tox runsFilippo Valsorda
2013-10-07Simplify test setupPhilipp Hagemeister
2013-10-06Move try_rm to test helpersPhilipp Hagemeister
2013-08-29Also print the field that fails if it is a md5 checksumJaime Marquínez Ferrándiz
2013-06-28Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz
2013-06-27Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz
2013-06-27Move testcase generator to helperPhilipp Hagemeister
2013-06-27Use str every timePhilipp Hagemeister
2013-06-27Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister
2013-06-27Allow moving tests into IE filesPhilipp Hagemeister
2013-06-25add tests for use_cipher_signature videos (#897) and the ability to test mult...Filippo Valsorda
2013-06-24Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz
2013-06-23Correct module namePhilipp Hagemeister
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-23Improve error reporting for downloadsPhilipp Hagemeister
2013-06-23Improvge error reportingPhilipp Hagemeister
2013-06-09switch long info_dict fields checking to md5Filippo Valsorda
2013-06-09test: extend the reach of info_dict checkingFilippo Valsorda
2013-06-07raise exceptions on warnings during tests - and solve a couple of themFilippo Valsorda
2013-06-06print WARNINGs during test + minor fix to NBAIEFilippo Valsorda