summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | [swfinterp] Add support for calling methods on objectsPhilipp Hagemeister2014-07-201-0/+21
| |
* | [swfinterp] Add support for calls to instance methodsPhilipp Hagemeister2014-07-201-0/+17
| |
* | [swfinterp] Add support for multiple classesPhilipp Hagemeister2014-07-201-0/+15
| |
* | [swfinterp] Extend tests and fix parsingPhilipp Hagemeister2014-07-203-3/+35
| |
* | [swfinterp] Start working on basic testsPhilipp Hagemeister2014-07-193-0/+87
| |
* | [youtube] Move swfinterp into its own filePhilipp Hagemeister2014-07-181-3/+9
| |
* | [youtube & jsinterp] Fix signature extraction (fixes #3255)Jaime Marquínez Ferrándiz2014-07-151-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 testSergey M․2014-07-111-1/+1
|
* [vine:user] Update testSergey M․2014-07-111-1/+1
|
* Merge remote-tracking branch 'azeem/soundcloud_likes'Philipp Hagemeister2014-07-111-0/+8
|\
| * [soundcloud] Adding likes support to SoundcloudUserIEazeem2014-07-071-0/+8
| |
* | [youtube] Correct signature testPhilipp Hagemeister2014-07-111-2/+2
| |
* | [youtube] Add test for new signature scheme (#3232)Philipp Hagemeister2014-07-111-2/+10
|/
* [youtube:truncated_url] Move test to extractorPhilipp Hagemeister2014-07-011-3/+0
|
* [TeacherTube] add user + collection, removed classroomsPetr Půlpán2014-06-291-5/+5
|
* [livestream:original] Add support for folder urls (closes #2631)Jaime Marquínez Ferrándiz2014-06-261-0/+9
| | | | | The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them.
* [rutube] Update playlist testsSergey M․2014-06-251-3/+12
|
* [ustream:channel] replace test for an updated channelPetr Půlpán2014-06-171-3/+3
|
* Merge remote-tracking branch 'pulpe/teachertube'Philipp Hagemeister2014-06-071-0/+9
|\ | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
| * [TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes ↵pulpe2014-06-061-0/+9
| | | | | | | | #3046)
* | [test/test_youtube_lists] Replace mix listJaime Marquínez Ferrándiz2014-06-071-2/+2
|/ | | | The old video doesn't have a mix anymore.
* Merge pull request #2962 from simonwjackson/patch-1Jaime Marquínez Ferrándiz2014-06-031-1/+1
|\ | | | | Update test_age_restriction.py
| * Update test_age_restriction.pySimon W. Jackson2014-05-211-1/+1
| | | | | | typo
* | [ivi] Replace testsSergey M․2014-05-301-8/+8
| |
* | [ivi] Update playlist testsSergey M․2014-05-261-5/+5
| |
* | fixed (what I assume was a typo) that caused test_format_note to always fail.codesparkle2014-05-211-2/+2
|/ | | | This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f.
* Merge remote-tracking branch 'jnormore/vine_user'Philipp Hagemeister2014-05-131-0/+8
|\
| * Added VineUserIE extractor for vine user timelineJason Normore2014-05-101-0/+8
| | | | | | | | | | Added vine user timeline extractor using unofficial vine api user profile and timeline api endpoints.
* | [test/helper] Clarify which field failed an assertionPhilipp Hagemeister2014-05-131-1/+1
|/
* [soundcloud/generic] Add support for playlistsPhilipp Hagemeister2014-05-051-0/+13
|
* [YoutubeDL] Add simple tests for format_note (Closes #2825)Philipp Hagemeister2014-04-302-1/+21
|
* [test_subtitles] Allow more subtitles for TED videosPhilipp Hagemeister2014-04-211-1/+1
|
* [test helper] Correct only_matching test gatheringPhilipp Hagemeister2014-04-211-1/+1
|
* [ivi] Update playlist testsSergey M․2014-04-201-3/+3
|
* [test_all_urls] Add support for distributed URL matching test definitionPhilipp Hagemeister2014-04-192-5/+12
|
* [test_all_urls] SimplifyPhilipp Hagemeister2014-04-191-10/+10
|
* [aol] Add support for playlists (Fixes #2730)Philipp Hagemeister2014-04-132-1/+11
|
* [youtube] Add support for cleanvideosearch.com (Fixes #2734)Philipp Hagemeister2014-04-111-0/+1
|
* [comedycentral:shows] Add support for TDS special editions (Fixes #2733)Philipp Hagemeister2014-04-111-0/+3
|
* [ninegag] Add support for p/ URLsPhilipp Hagemeister2014-04-111-0/+1
|
* [comedycentral] Match more URLsPhilipp Hagemeister2014-04-091-0/+9
| | | | Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
* [cspan] Do not test number of playlist entriesPhilipp Hagemeister2014-04-041-1/+0
| | | | Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours.
* Fix unicode_escape (Fixes #2695)Philipp Hagemeister2014-04-041-0/+4
|
* [yahoo] Support https and -uploader URLs (Fixes #2701)Philipp Hagemeister2014-04-041-0/+6
|
* [tests] Fix YoutubeDL testsPhilipp Hagemeister2014-04-041-31/+43
| | | | Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
* [comedycentral] Add test for #2677Philipp Hagemeister2014-04-031-0/+3
|
* [cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister2014-04-031-0/+14
|
* [comedycentral] Allow URLs with query parts (fixes #2661)Philipp Hagemeister2014-04-011-0/+3
|
* [comedycentral] Add support for /videos URLs (Fixes #2660)Philipp Hagemeister2014-04-011-1/+6
|
* [comedycentral] Add a testcase for extended-interviews URLs (#2636)Philipp Hagemeister2014-03-271-0/+3
|