aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_lists.py
Commit message (Expand)AuthorAgeFilesLines
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
* [youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz2016-04-171-1/+1
* [test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan2016-01-311-1/+1
* [test_youtube_lists] Add test flat playlist entries' titlesSergey M․2015-10-181-0/+9
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+1
* PEP8: more appliedJouke Waleson2014-11-231-4/+0
* PEP8 appliedJouke Waleson2014-11-231-1/+1
* [youtube] Move more tests to extractorsPhilipp Hagemeister2014-09-241-39/+0
* [youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister2014-09-131-45/+1
* [test/test_youtube_lists] Replace mix listJaime Marquínez Ferrándiz2014-06-071-2/+2
* [youtube] Add support for search result URLs (Fixes #2495)Philipp Hagemeister2014-03-041-0/+10
* Skip youtube toptracks testJaime Marquínez Ferrándiz2014-02-251-0/+2
* [jadorecettepub] Add extractor (Fixes #2148)Philipp Hagemeister2014-02-081-5/+5
* [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)Jaime Marquínez Ferrándiz2014-02-061-0/+7
* [test/youtube_lists] Change the list used for testing the Top Lists extractorJaime Marquínez Ferrándiz2014-01-251-1/+1
* Lower number of expected entries in top listPhilipp Hagemeister2013-12-091-1/+1
* [youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz2013-11-301-0/+8
* [youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz2013-11-261-0/+9
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-2/+1
* Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister2013-11-221-3/+3
* [youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz2013-11-131-7/+7
* Fix an import in the tests and the Youtube Shows testJaime Marquínez Ferrándiz2013-10-151-1/+1
* Simplify testsPhilipp Hagemeister2013-10-151-8/+14
* Add support for single-test tox runsFilippo Valsorda2013-10-121-1/+1
* [youtube] correct --no-playlist for python3Filippo Valsorda2013-10-011-0/+1
* add test for --no-playlistFilippo Valsorda2013-09-301-0/+7
* [youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz2013-07-011-1/+7
* Simplify FakeYDLPhilipp Hagemeister2013-06-271-23/+1
* Use the new class in the testsJaime Marquínez Ferrándiz2013-06-241-11/+11
* Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-231-1/+1
* Merge pull request #887 from anisse/masterJaime Marquínez Ferrándiz2013-06-191-0/+6
|\
* | Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz2013-06-151-2/+1
|/
* Fix FakeDownloadersPhilipp Hagemeister2013-04-301-1/+1
* Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister2013-04-281-1/+1
* YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz2013-04-271-0/+7
* Get the title of Youtube playlistsJaime Marquínez Ferrándiz2013-04-201-0/+2
* Add tests for YoutubeChannelIEispedals2013-04-191-3/+9
* Add auxiliary methods to InfoExtractor to set the '_type' key and use them fo...Jaime Marquínez Ferrándiz2013-03-051-14/+21
* Use extract_info in YoutubePlaylist and YoutubeSearchJaime Marquínez Ferrándiz2013-03-051-7/+9
* Remove changed playlist test (#661)Philipp Hagemeister2013-03-031-6/+0
* fix tests in Python3, and make them parallelizablePhilipp Hagemeister2013-02-261-6/+7
* Do not user upper-case for non-constantsPhilipp Hagemeister2013-02-261-31/+31
* Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda2013-02-261-0/+13
* Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661Filippo Valsorda2013-02-261-8/+12
* better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-201-2/+0
* test subtitlesFilippo Valsorda2012-12-171-1/+6
* streamlined and simplified dynamic tests generation; readded a couple of test...Filippo Valsorda2012-12-121-1/+1
* Fix TestYoutubeLists.test_youtube_userPhilipp Hagemeister2012-12-111-2/+2
* fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda2012-12-111-0/+70