Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
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). | |||
2014-08-27 | [vimeo] Move all testcases to extractors and clean up | Philipp Hagemeister | |
Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :) | |||
2014-08-25 | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | |
2014-08-25 | [googlesearch] Move test to extractor | Philipp Hagemeister | |
2014-08-24 | [gameone:playlist] Move test to extractor | Philipp Hagemeister | |
2014-08-24 | Merge remote-tracking branch 'olebowle/gameone' | Philipp Hagemeister | |
2014-08-21 | Deprecate test_playlists | Philipp Hagemeister | |
2014-07-28 | [bandcamp] Replace 404 playlist test | Sergey M․ | |
2014-07-23 | [gameone] add playlist test | Ole Ernst | |
2014-07-23 | [soundcloud:playlist] Fix test description | Philipp Hagemeister | |
2014-07-21 | [test_playlist] Add and use assertGreaterEqual | Philipp Hagemeister | |
2014-07-11 | [vine:user] Update test | Sergey M․ | |
2014-07-07 | [soundcloud] Adding likes support to SoundcloudUserIE | azeem | |
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-06 | [TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes ↵ | pulpe | |
#3046) | |||
2014-05-30 | [ivi] Replace tests | Sergey M․ | |
2014-05-26 | [ivi] Update playlist tests | Sergey M․ | |
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-20 | [ivi] Update playlist tests | Sergey M․ | |
2014-04-13 | [aol] Add support for playlists (Fixes #2730) | Philipp Hagemeister | |
2014-04-04 | [cspan] Do not test number of playlist entries | Philipp Hagemeister | |
Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours. | |||
2014-04-03 | [cspan] Support multiple segments (Fixes #2674) | Philipp Hagemeister | |
2014-03-24 | [instagram] Fix info_dict key name | Philipp Hagemeister | |
2014-03-23 | [instagram] Add support for user profiles (Fixes #2606) | Philipp Hagemeister | |
2014-03-23 | [xtube] user playlist extractor | fiocfun | |
2014-03-22 | [toypics] Separate user and video extraction (#2601) | Philipp Hagemeister | |
2014-03-13 | [googlesearch] Fix next page indicator check | Philipp Hagemeister | |
2014-03-10 | [generic] Use a different URL for the generic RSS test (Closes #2532) | Philipp Hagemeister | |
2014-03-09 | [ustream:channel] Update test's number of entries | Jaime Marquínez Ferrándiz | |
2014-03-05 | [ted] Fix playlist extraction and add a test | Jaime Marquínez Ferrándiz | |
2014-02-24 | [academicearth] Fix extraction | Jaime Marquínez Ferrándiz | |
The courses seems to be no longer available, changed the test to a playlist. | |||
2014-02-20 | [generic] Add support for RSS feeds (Fixes #667) | Philipp Hagemeister | |
2014-02-15 | Replace test for dailymotion users | Jaime Marquínez Ferrándiz | |
2014-02-06 | [googlesearch] Fix start, and skip playlists (Fixes #2329) | Philipp Hagemeister | |
2014-02-03 | [generic] Add support for multiple brightcove URLs (Fixes #2283) | Philipp Hagemeister | |
2014-01-28 | Merge remote-tracking branch 'dstftw/rutube-channel' | Philipp Hagemeister | |
2014-01-28 | [imdb] Fix playlist test | dst | |
2014-01-28 | [rutube] Add channel test | dst | |
2014-01-17 | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister | |
2014-01-07 | +unicode_literals | Philipp Hagemeister | |
2014-01-07 | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | |
2014-01-01 | Merge pull request #2041 from dstftw/imdb-list | Jaime Marquínez Ferrándiz | |
[imdb] Add support for IMDb list (#2033) | |||
2013-12-25 | [imdb] Add playlist test | dst | |
2013-12-19 | [ivi] Neat import | dst | |
2013-12-19 | [ivi] Add playlist tests | dst | |
2013-12-16 | [playlist-test] require a string | Philipp Hagemeister | |