Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test_download] Fix download tests for lazy extractors (closes #13554, ↵ | squibbysquibby | 2018-01-21 | 1 | -2/+2 |
| | | | | closes #13757) | ||||
* | [test_download] Fix order when testing file's md5 | Tithen-Firion | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | [test_download] Fix testing playlists with single video and add comments | Sergey M․ | 2017-04-11 | 1 | -2/+10 |
| | |||||
* | [test_download] Remove unused import | Sergey M․ | 2017-04-08 | 1 | -1/+0 |
| | |||||
* | [test_download] Match info dicts against tests before matching info file | Sergey M․ | 2017-04-08 | 1 | -2/+3 |
| | |||||
* | [test_download] typo in comment | John Hawkinson | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | [test_download] Improve diagnostic on wrong 'id' | John Hawkinson | 2017-04-08 | 1 | -0/+2 |
| | |||||
* | [test_download] Print additional IEs in summary output | John Hawkinson | 2017-03-25 | 1 | -0/+14 |
| | |||||
* | [travis] Run tests in parallel | Yen Chi Hsuan | 2017-02-19 | 1 | -3/+8 |
| | | | | | | | | | | | | [test_download] Print test names in case of network errors [test_download] Add comments for nose parameters [test_download] Modify outtmpl to prevent info JSON filename conflicts Thanks @jaimeMF for the idea. [travis] Only download tests should be run in parallel | ||||
* | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | 2016-11-17 | 1 | -0/+2 |
| | | | | | | | | | | In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | ||||
* | [test/test_download] Use extract_flat = 'in_playlist' for playlist items | Jaime Marquínez Ferrándiz | 2015-10-23 | 1 | -1/+1 |
| | | | | Some playlist extractors return a 'url' result, which wouldn't be resolved. | ||||
* | [test_downloader] Respect --force-generic-extractor | Sergey M․ | 2015-08-02 | 1 | -1/+3 |
| | |||||
* | [tests] Allow multi_video to be tested as playlists | Yen Chi Hsuan | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | [test_download] Remove references to "file" in test definitions | Philipp Hagemeister | 2015-02-01 | 1 | -2/+2 |
| | |||||
* | expect_info_dict actual-expected argument consistency | Sergey M․ | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | [tests] Remove useless u prefixes | Philipp Hagemeister | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -2/+11 |
| | |||||
* | [tests] Modernize | Philipp Hagemeister | 2014-11-16 | 1 | -2/+4 |
| | |||||
* | [tests] Don't auto init YoutubeDL | Jaime Marquínez Ferrándiz | 2014-11-02 | 1 | -1/+1 |
| | | | | | It would print the debug headers for each test. And nose uses a StringIO object for stdout, which in python 2.x doesn't have the 'encoding' attribute. | ||||
* | [test_download] Fix import | Philipp Hagemeister | 2014-11-02 | 1 | -1/+3 |
| | |||||
* | [test_download] Improve error message | Philipp Hagemeister | 2014-10-27 | 1 | -1/+3 |
| | |||||
* | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister | 2014-10-26 | 1 | -0/+2 |
| | |||||
* | [vimeo:likes] Add new extractor (Fixes #3835) | Philipp Hagemeister | 2014-09-28 | 1 | -1/+3 |
| | |||||
* | [test_download] Check expected file minsize and md5 only when download is ↵ | Sergey M․ | 2014-08-29 | 1 | -13/+13 |
| | | | | not skipped | ||||
* | [test_download] Expect a minimum file size | Philipp Hagemeister | 2014-08-28 | 1 | -0/+11 |
| | | | | This should detect when we're downloading a small text file by accident. | ||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -2/+3 |
| | | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | ||||
* | [test_download] Improve playlist handling | Philipp Hagemeister | 2014-08-27 | 1 | -3/+18 |
| | |||||
* | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | 2014-08-25 | 1 | -1/+3 |
| | |||||
* | [googlesearch] Move test to extractor | Philipp Hagemeister | 2014-08-25 | 1 | -0/+5 |
| | |||||
* | Allow playlist test definitions in test_download. | Philipp Hagemeister | 2014-08-21 | 1 | -5/+27 |
| | | | | | This moves playlist tests where they belong, i.e. to the extractors themselves. Additionally, all our network interaction configuration for tests in test_download now applies to playlist tests as well. | ||||
* | Remove unused imports | Philipp Hagemeister | 2014-07-23 | 1 | -2/+0 |
| | |||||
* | [instagram] Add support for user profiles (Fixes #2606) | Philipp Hagemeister | 2014-03-23 | 1 | -19/+0 |
| | |||||
* | [test] Move expect_info_dict out of test_download | Philipp Hagemeister | 2014-03-23 | 1 | -23/+5 |
| | |||||
* | Make missing test definition fields an error | Philipp Hagemeister | 2014-03-22 | 1 | -2/+7 |
| | | | | If the result is not testable (for example, because a description changes often), either pass in a type or a regular expression (a string starting with 're:') | ||||
* | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | 2014-03-17 | 1 | -2/+2 |
| | | | | Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | ||||
* | Rename upload_timestamp to timestamp | Philipp Hagemeister | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | [test_download] Move assertions before debugging output | Philipp Hagemeister | 2014-03-13 | 1 | -7/+7 |
| | |||||
* | [ninegag] Fix extraction | Philipp Hagemeister | 2014-03-13 | 1 | -0/+4 |
| | |||||
* | [tests] Raise an exception if test definition is invalid (Found in #2460) | Philipp Hagemeister | 2014-02-26 | 1 | -3/+1 |
| | |||||
* | [trutube] Support multiple formats (#2433) | Philipp Hagemeister | 2014-02-22 | 1 | -5/+15 |
| | |||||
* | [test_download] Skip over BadStatusLine errors | Philipp Hagemeister | 2014-02-06 | 1 | -1/+2 |
| | | | | An error like https://travis-ci.org/rg3/youtube-dl/jobs/18317799#L449 is almost certainly the server's fault. | ||||
* | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks` | Jaime Marquínez Ferrándiz | 2013-12-23 | 1 | -1/+1 |
| | | | | In the future it may report more things. | ||||
* | Now a new FileDownloader is created when downloading a video | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -1/+1 |
| | | | | The progress hooks can be added using the method "add_downloader_progress_hook" | ||||
* | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 1 | -2/+0 |
| | |||||
* | Adapt test to changed .info.json name | Philipp Hagemeister | 2013-11-20 | 1 | -3/+4 |
| | |||||
* | tests: don't run the test if any of the extractors listed in the 'add_ie' ↵ | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -1/+7 |
| | | | | field is marked as not working | ||||
* | Set the 'extractor_key' field in the info_dict | Jaime Marquínez Ferrándiz | 2013-11-03 | 1 | -1/+1 |
| | | | | It's the string returned by the class method 'ie_key', which allows to retrieve the extractor with 'get_info_extractor' | ||||
* | Add the 'webpage_url' field to info_dict | Jaime Marquínez Ferrándiz | 2013-11-03 | 1 | -0/+3 |
| | | | | | The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing. | ||||
* | [tests] a HTTP 503 is a transient issue | Filippo Valsorda | 2013-10-28 | 1 | -1/+2 |
| |