Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-22 | [test_YoutubeDL] Reorder formats (#3542) | Philipp Hagemeister | |
2014-08-21 | Deprecate test_playlists | Philipp Hagemeister | |
2014-08-21 | Allow playlist test definitions in test_download. | Philipp Hagemeister | |
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. | |||
2014-08-10 | [facebook] Allow '?' before '#!' (fixes #3477) | Jaime Marquínez Ferrándiz | |
2014-08-10 | [test/test_utils] Fix typo in method name | Jaime Marquínez Ferrándiz | |
2014-07-28 | [bandcamp] Replace 404 playlist test | Sergey M․ | |
2014-07-25 | [jsinterp] Add new testcase | Philipp Hagemeister | |
2014-07-24 | [test_youtube_signatures] Modernize | Philipp Hagemeister | |
2014-07-24 | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | |
2014-07-23 | Remove unused imports | Philipp Hagemeister | |
2014-07-23 | [jsinterp] Allow digits in function names | Philipp Hagemeister | |
2014-07-23 | [soundcloud:playlist] Fix test description | Philipp Hagemeister | |
2014-07-23 | [test/helper] Do not use deprecated method | Philipp Hagemeister | |
2014-07-21 | [test_playlist] Add and use assertGreaterEqual | Philipp Hagemeister | |
2014-07-21 | [swfinterp] Fix imports | Philipp Hagemeister | |
2014-07-20 | [youtube] Add swf signature test case (#3270) | Philipp Hagemeister | |
2014-07-20 | [youtube] Correct signature testcase | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Correct array access | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Add support for calling methods on objects | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Add support for calls to instance methods | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Add support for multiple classes | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Extend tests and fix parsing | Philipp Hagemeister | |
2014-07-19 | [swfinterp] Start working on basic tests | Philipp Hagemeister | |
2014-07-18 | [youtube] Move swfinterp into its own file | Philipp Hagemeister | |
2014-07-15 | [youtube & jsinterp] Fix signature extraction (fixes #3255) | Jaime Marquínez Ferrándiz | |
Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace. | |||
2014-07-11 | [youtube] Update nosubtitles test | Sergey M․ | |
2014-07-11 | [vine:user] Update test | Sergey M․ | |
2014-07-11 | Merge remote-tracking branch 'azeem/soundcloud_likes' | Philipp Hagemeister | |
2014-07-11 | [youtube] Correct signature test | Philipp Hagemeister | |
2014-07-11 | [youtube] Add test for new signature scheme (#3232) | Philipp Hagemeister | |
2014-07-07 | [soundcloud] Adding likes support to SoundcloudUserIE | azeem | |
2014-07-01 | [youtube:truncated_url] Move test to extractor | Philipp Hagemeister | |
2014-06-29 | [TeacherTube] add user + collection, removed classrooms | Petr Půlpán | |
2014-06-26 | [livestream:original] Add support for folder urls (closes #2631) | Jaime Marquínez Ferrándiz | |
The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them. | |||
2014-06-25 | [rutube] Update playlist tests | Sergey M․ | |
2014-06-17 | [ustream:channel] replace test for an updated channel | Petr Půlpán | |
2014-06-07 | Merge remote-tracking branch 'pulpe/teachertube' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2014-06-07 | [test/test_youtube_lists] Replace mix list | Jaime Marquínez Ferrándiz | |
The old video doesn't have a mix anymore. | |||
2014-06-06 | [TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes ↵ | pulpe | |
#3046) | |||
2014-06-03 | Merge pull request #2962 from simonwjackson/patch-1 | Jaime Marquínez Ferrándiz | |
Update test_age_restriction.py | |||
2014-05-30 | [ivi] Replace tests | Sergey M․ | |
2014-05-26 | [ivi] Update playlist tests | Sergey M․ | |
2014-05-21 | Update test_age_restriction.py | Simon W. Jackson | |
typo | |||
2014-05-21 | fixed (what I assume was a typo) that caused test_format_note to always fail. | codesparkle | |
This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f. | |||
2014-05-13 | Merge remote-tracking branch 'jnormore/vine_user' | Philipp Hagemeister | |
2014-05-13 | [test/helper] Clarify which field failed an assertion | Philipp Hagemeister | |
2014-05-10 | Added VineUserIE extractor for vine user timeline | Jason Normore | |
Added vine user timeline extractor using unofficial vine api user profile and timeline api endpoints. | |||
2014-05-05 | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | |
2014-04-30 | [YoutubeDL] Add simple tests for format_note (Closes #2825) | Philipp Hagemeister | |
2014-04-21 | [test_subtitles] Allow more subtitles for TED videos | Philipp Hagemeister | |