Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube] Move more tests to Playlist IE, and simply suitable. | Philipp Hagemeister | 2014-09-13 | 1 | -45/+1 |
| | |||||
* | [test_cache] Add a dot in the file name | Philipp Hagemeister | 2014-09-04 | 1 | -5/+5 |
| | |||||
* | [youtube] Move cache into its own module | Philipp Hagemeister | 2014-09-03 | 1 | -0/+59 |
| | |||||
* | [comedycentral] Move tests to the extractor itself | Philipp Hagemeister | 2014-09-01 | 1 | -26/+0 |
| | |||||
* | [utils] Improve parse_duration | Sergey M․ | 2014-08-31 | 1 | -0/+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 | 4 | -367/+5 |
| | | | | 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). | ||||
* | [utils] Modernize tests | Philipp Hagemeister | 2014-08-27 | 1 | -33/+31 |
| | |||||
* | [test_download] Improve playlist handling | Philipp Hagemeister | 2014-08-27 | 1 | -3/+18 |
| | |||||
* | [vimeo] Move all testcases to extractors and clean up | Philipp Hagemeister | 2014-08-27 | 1 | -32/+0 |
| | | | | | Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :) | ||||
* | Improve test_all_urls output | Philipp Hagemeister | 2014-08-27 | 1 | -1/+3 |
| | |||||
* | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | 2014-08-25 | 3 | -11/+7 |
| | |||||
* | [googlesearch] Move test to extractor | Philipp Hagemeister | 2014-08-25 | 2 | -9/+5 |
| | |||||
* | [rtlnl] Extract duration | Philipp Hagemeister | 2014-08-25 | 1 | -0/+1 |
| | |||||
* | [gameone:playlist] Move test to extractor | Philipp Hagemeister | 2014-08-24 | 1 | -7/+0 |
| | |||||
* | Merge remote-tracking branch 'olebowle/gameone' | Philipp Hagemeister | 2014-08-24 | 1 | -0/+9 |
|\ | |||||
| * | [gameone] add playlist test | Ole Ernst | 2014-07-23 | 1 | -0/+9 |
| | | |||||
* | | [test_YoutubeDL] Reorder formats (#3542) | Philipp Hagemeister | 2014-08-22 | 1 | -1/+1 |
| | | |||||
* | | Deprecate test_playlists | Philipp Hagemeister | 2014-08-21 | 1 | -0/+11 |
| | | |||||
* | | Allow playlist test definitions in test_download. | Philipp Hagemeister | 2014-08-21 | 2 | -7/+30 |
| | | | | | | | | | | 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. | ||||
* | | [facebook] Allow '?' before '#!' (fixes #3477) | Jaime Marquínez Ferrándiz | 2014-08-10 | 1 | -0/+1 |
| | | |||||
* | | [test/test_utils] Fix typo in method name | Jaime Marquínez Ferrándiz | 2014-08-10 | 1 | -1/+1 |
| | | |||||
* | | [bandcamp] Replace 404 playlist test | Sergey M․ | 2014-07-28 | 1 | -3/+3 |
| | | |||||
* | | [jsinterp] Add new testcase | Philipp Hagemeister | 2014-07-25 | 1 | -1/+7 |
| | | |||||
* | | [test_youtube_signatures] Modernize | Philipp Hagemeister | 2014-07-24 | 1 | -29/+31 |
| | | |||||
* | | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | 2014-07-24 | 1 | -1/+7 |
| | | |||||
* | | Remove unused imports | Philipp Hagemeister | 2014-07-23 | 2 | -3/+0 |
| | | |||||
* | | [jsinterp] Allow digits in function names | Philipp Hagemeister | 2014-07-23 | 1 | -0/+6 |
| | | |||||
* | | [soundcloud:playlist] Fix test description | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | | |||||
* | | [test/helper] Do not use deprecated method | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | | |||||
* | | [test_playlist] Add and use assertGreaterEqual | Philipp Hagemeister | 2014-07-21 | 2 | -23/+31 |
| | | |||||
* | | [swfinterp] Fix imports | Philipp Hagemeister | 2014-07-21 | 1 | -0/+1 |
| | | |||||
* | | [youtube] Add swf signature test case (#3270) | Philipp Hagemeister | 2014-07-20 | 1 | -0/+6 |
| | | |||||
* | | [youtube] Correct signature testcase | Philipp Hagemeister | 2014-07-20 | 1 | -1/+1 |
| | | |||||
* | | [swfinterp] Correct array access | Philipp Hagemeister | 2014-07-20 | 1 | -0/+19 |
| | | |||||
* | | [swfinterp] Add support for calling methods on objects | Philipp Hagemeister | 2014-07-20 | 1 | -0/+21 |
| | | |||||
* | | [swfinterp] Add support for calls to instance methods | Philipp Hagemeister | 2014-07-20 | 1 | -0/+17 |
| | | |||||
* | | [swfinterp] Add support for multiple classes | Philipp Hagemeister | 2014-07-20 | 1 | -0/+15 |
| | | |||||
* | | [swfinterp] Extend tests and fix parsing | Philipp Hagemeister | 2014-07-20 | 3 | -3/+35 |
| | | |||||
* | | [swfinterp] Start working on basic tests | Philipp Hagemeister | 2014-07-19 | 3 | -0/+87 |
| | | |||||
* | | [youtube] Move swfinterp into its own file | Philipp Hagemeister | 2014-07-18 | 1 | -3/+9 |
| | | |||||
* | | [youtube & jsinterp] Fix signature extraction (fixes #3255) | Jaime Marquínez Ferrándiz | 2014-07-15 | 1 | -0/+6 |
|/ | | | | Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace. | ||||
* | [youtube] Update nosubtitles test | Sergey M․ | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | [vine:user] Update test | Sergey M․ | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'azeem/soundcloud_likes' | Philipp Hagemeister | 2014-07-11 | 1 | -0/+8 |
|\ | |||||
| * | [soundcloud] Adding likes support to SoundcloudUserIE | azeem | 2014-07-07 | 1 | -0/+8 |
| | | |||||
* | | [youtube] Correct signature test | Philipp Hagemeister | 2014-07-11 | 1 | -2/+2 |
| | | |||||
* | | [youtube] Add test for new signature scheme (#3232) | Philipp Hagemeister | 2014-07-11 | 1 | -2/+10 |
|/ | |||||
* | [youtube:truncated_url] Move test to extractor | Philipp Hagemeister | 2014-07-01 | 1 | -3/+0 |
| |