aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_playlists.py
Commit message (Collapse)AuthorAgeFilesLines
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-363/+0
| | | | 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).
* [vimeo] Move all testcases to extractors and clean upPhilipp Hagemeister2014-08-271-32/+0
| | | | | Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :)
* [generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister2014-08-251-9/+0
|
* [googlesearch] Move test to extractorPhilipp Hagemeister2014-08-251-9/+0
|
* [gameone:playlist] Move test to extractorPhilipp Hagemeister2014-08-241-7/+0
|
* Merge remote-tracking branch 'olebowle/gameone'Philipp Hagemeister2014-08-241-0/+9
|\
| * [gameone] add playlist testOle Ernst2014-07-231-0/+9
| |
* | Deprecate test_playlistsPhilipp Hagemeister2014-08-211-0/+11
| |
* | [bandcamp] Replace 404 playlist testSergey M․2014-07-281-3/+3
| |
* | [soundcloud:playlist] Fix test descriptionPhilipp Hagemeister2014-07-231-1/+1
| |
* | [test_playlist] Add and use assertGreaterEqualPhilipp Hagemeister2014-07-211-23/+24
|/
* [vine:user] Update testSergey M․2014-07-111-1/+1
|
* [soundcloud] Adding likes support to SoundcloudUserIEazeem2014-07-071-0/+8
|
* [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
|
* [TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes ↵pulpe2014-06-061-0/+9
| | | | #3046)
* [ivi] Replace testsSergey M․2014-05-301-8/+8
|
* [ivi] Update playlist testsSergey M․2014-05-261-5/+5
|
* 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.
* [soundcloud/generic] Add support for playlistsPhilipp Hagemeister2014-05-051-0/+13
|
* [ivi] Update playlist testsSergey M․2014-04-201-3/+3
|
* [aol] Add support for playlists (Fixes #2730)Philipp Hagemeister2014-04-131-0/+11
|
* [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.
* [cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister2014-04-031-0/+14
|
* [instagram] Fix info_dict key namePhilipp Hagemeister2014-03-241-0/+2
|
* [instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister2014-03-231-2/+28
|
* [xtube] user playlist extractorfiocfun2014-03-231-0/+9
|
* [toypics] Separate user and video extraction (#2601)Philipp Hagemeister2014-03-221-0/+9
|
* [googlesearch] Fix next page indicator checkPhilipp Hagemeister2014-03-131-1/+1
|
* [generic] Use a different URL for the generic RSS test (Closes #2532)Philipp Hagemeister2014-03-101-2/+2
|
* [ustream:channel] Update test's number of entriesJaime Marquínez Ferrándiz2014-03-091-1/+1
|
* [ted] Fix playlist extraction and add a testJaime Marquínez Ferrándiz2014-03-051-0/+10
|
* [academicearth] Fix extractionJaime Marquínez Ferrándiz2014-02-241-5/+5
| | | | The courses seems to be no longer available, changed the test to a playlist.
* [generic] Add support for RSS feeds (Fixes #667)Philipp Hagemeister2014-02-201-0/+9
|
* Replace test for dailymotion usersJaime Marquínez Ferrándiz2014-02-151-3/+3
|
* [googlesearch] Fix start, and skip playlists (Fixes #2329)Philipp Hagemeister2014-02-061-0/+9
|
* [generic] Add support for multiple brightcove URLs (Fixes #2283)Philipp Hagemeister2014-02-031-0/+11
|
* Merge remote-tracking branch 'dstftw/rutube-channel'Philipp Hagemeister2014-01-281-0/+9
|\
| * [rutube] Add channel testdst2014-01-281-0/+9
| |
* | [imdb] Fix playlist testdst2014-01-281-4/+4
|/
* [everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister2014-01-171-0/+10
|
* +unicode_literalsPhilipp Hagemeister2014-01-071-30/+32
|
* [khanacademy] Add support (Fixes #2066)Philipp Hagemeister2014-01-071-1/+11
|
* Merge pull request #2041 from dstftw/imdb-listJaime Marquínez Ferrándiz2014-01-011-1/+11
|\ | | | | | | [imdb] Add support for IMDb list (#2033)
| * [imdb] Add playlist testdst2013-12-251-1/+11
|/
* [ivi] Neat importdst2013-12-191-2/+2
|
* [ivi] Add playlist testsdst2013-12-191-0/+19
|
* [playlist-test] require a stringPhilipp Hagemeister2013-12-161-1/+1
|