91 Commits (6eefe53329ad22a2b2c7be123b8a9b758a6ea205)

Author SHA1 Message Date
Philipp Hagemeister a9c2896e22 Make missing test definition fields an error 10 years ago
Philipp Hagemeister ff14fc4964 [test] Rename get_testcases to gettestcases 10 years ago
Philipp Hagemeister 955c451456 Rename upload_timestamp to timestamp 10 years ago
Philipp Hagemeister 2a1db721d4 [test_download] Move assertions before debugging output 10 years ago
Philipp Hagemeister 84769e708c [ninegag] Fix extraction 10 years ago
Philipp Hagemeister 2437fbca64 [tests] Raise an exception if test definition is invalid (Found in #2460) 11 years ago
Philipp Hagemeister 491ed3dda2 [trutube] Support multiple formats (#2433) 11 years ago
Philipp Hagemeister dcf3eec47a [test_download] Skip over BadStatusLine errors 11 years ago
Philipp Hagemeister 484aaeb204 [everyonesmixtape] Add support (Fixes #2161) 11 years ago
Jaime Marquínez Ferrándiz 933605d7e8 YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks` 11 years ago
Jaime Marquínez Ferrándiz 8ab470f1b2 Now a new FileDownloader is created when downloading a video 11 years ago
Philipp Hagemeister d0efb9ec9a [tests] Remove global_setup function 11 years ago
Philipp Hagemeister 4eb92208a3 Adapt test to changed .info.json name 11 years ago
Jaime Marquínez Ferrándiz 9ee2b5f6f2 tests: don't run the test if any of the extractors listed in the 'add_ie' field is marked as not working 11 years ago
Jaime Marquínez Ferrándiz be97abc247 Set the 'extractor_key' field in the info_dict 11 years ago
Jaime Marquínez Ferrándiz 9103bbc5cd Add the 'webpage_url' field to info_dict 11 years ago
Filippo Valsorda f6cc16f5d8 [tests] a HTTP 503 is a transient issue 11 years ago
Filippo Valsorda dd508b7c4f [tests] don't fail on network errors 11 years ago
Jaime Marquínez Ferrándiz 702665c085 tests: build the filename from the info_dict if the 'file' key is missing 11 years ago
Philipp Hagemeister 44a5f1718a Simplify tests 11 years ago
Filippo Valsorda d3f46b9aa5 Add support for single-test tox runs 11 years ago
Philipp Hagemeister b2ad967e45 Simplify test setup 11 years ago
Philipp Hagemeister f4aac741d5 Move try_rm to test helpers 11 years ago
Jaime Marquínez Ferrándiz b7052e5087 Also print the field that fails if it is a md5 checksum 11 years ago
Jaime Marquínez Ferrándiz bc2884afc1 Print which IE is being skipped in test_download 11 years ago
Jaime Marquínez Ferrándiz 023fa8c440 Add function add_default_info_extractors to YoutubeDL 11 years ago
Philipp Hagemeister fc2c063e1e Move testcase generator to helper 11 years ago
Philipp Hagemeister 41beccbab0 Use str every time 11 years ago
Philipp Hagemeister 2eb88d953f Allow _TESTS attribute for IEs with multiple tests 11 years ago
Philipp Hagemeister 6b47c7f24e Allow moving tests into IE files 11 years ago
Filippo Valsorda f7ab6cbe16 add tests for use_cipher_signature videos (#897) and the ability to test multiple videos per IE 11 years ago
Jaime Marquínez Ferrándiz 8222d8de88 Split FileDownloader in two classes: FileDownloader and YoutubeDL 11 years ago
Philipp Hagemeister d1cade5ade Correct module name 11 years ago
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module 11 years ago
Philipp Hagemeister 51ce3a75c9 Improve error reporting for downloads 11 years ago
Philipp Hagemeister 828dba2983 Improvge error reporting 11 years ago
Filippo Valsorda ee55fcbe12 switch long info_dict fields checking to md5 11 years ago
Filippo Valsorda 78d3442b12 test: extend the reach of info_dict checking 11 years ago
Filippo Valsorda be95cac157 raise exceptions on warnings during tests - and solve a couple of them 11 years ago
Filippo Valsorda 476203d025 print WARNINGs during test + minor fix to NBAIE 11 years ago
Jaime Marquínez Ferrándiz ba7c775a04 Remove a commented line I forgot. 11 years ago
Jaime Marquínez Ferrándiz 9341212642 Create a function in InfoExtractors that returns the InfoExtractor class with the given name 11 years ago
Philipp Hagemeister 744435f2a4 Show whole diff in error cases 11 years ago
Filippo Valsorda 90a99c1b5e retry on UnavailableVideoError 11 years ago
Filippo Valsorda f375d4b7de import all IEs when testing to resemble more closely the real env 11 years ago
Filippo Valsorda 8cc83b8dbe Bubble up all the stack of exceptions and retry download tests on timeout errors 11 years ago
Philipp Hagemeister 233a22960a Switch ComedyCentral test to a permanent URL (They delete full episodes older than a month) 12 years ago
Philipp Hagemeister 30e9f4496b Drop md5: spec for now (unused and breaks int values) 12 years ago
Philipp Hagemeister bffbd5f038 Download progress hooks 12 years ago
Philipp Hagemeister d8bbf2018e Aggressive test timeout to catch hanging servers 12 years ago