summaryrefslogtreecommitdiff
path: root/test/test_youtube_lists.py
AgeCommit message (Expand)Author
2018-04-18Fix some testsDan Salmon
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
2016-04-17[youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz
2016-01-31[test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan
2015-10-18[test_youtube_lists] Add test flat playlist entries' titlesSergey M․
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-09-24[youtube] Move more tests to extractorsPhilipp Hagemeister
2014-09-13[youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister
2014-06-07[test/test_youtube_lists] Replace mix listJaime Marquínez Ferrándiz
2014-03-04[youtube] Add support for search result URLs (Fixes #2495)Philipp Hagemeister
2014-02-25Skip youtube toptracks testJaime Marquínez Ferrándiz
2014-02-08[jadorecettepub] Add extractor (Fixes #2148)Philipp Hagemeister
2014-02-06[youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)Jaime Marquínez Ferrándiz
2014-01-25[test/youtube_lists] Change the list used for testing the Top Lists extractorJaime Marquínez Ferrándiz
2013-12-09Lower number of expected entries in top listPhilipp Hagemeister
2013-11-30[youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz
2013-11-26[youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister
2013-11-22Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister
2013-11-13[youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz
2013-10-15Fix an import in the tests and the Youtube Shows testJaime Marquínez Ferrándiz
2013-10-15Simplify testsPhilipp Hagemeister
2013-10-12Add support for single-test tox runsFilippo Valsorda
2013-10-01[youtube] correct --no-playlist for python3Filippo Valsorda
2013-09-30add test for --no-playlistFilippo Valsorda
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
2013-06-27Simplify FakeYDLPhilipp Hagemeister
2013-06-24Use the new class in the testsJaime Marquínez Ferrándiz
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-19Merge pull request #887 from anisse/masterJaime Marquínez Ferrándiz
2013-06-15Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz
2013-04-30Fix FakeDownloadersPhilipp Hagemeister
2013-04-28Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister
2013-04-27YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz
2013-04-20Get the title of Youtube playlistsJaime Marquínez Ferrándiz
2013-04-19Add tests for YoutubeChannelIEispedals
2013-03-05Add auxiliary methods to InfoExtractor to set the '_type' key and use them fo...Jaime Marquínez Ferrándiz
2013-03-05Use extract_info in YoutubePlaylist and YoutubeSearchJaime Marquínez Ferrándiz
2013-03-03Remove changed playlist test (#661)Philipp Hagemeister
2013-02-26fix tests in Python3, and make them parallelizablePhilipp Hagemeister
2013-02-26Do not user upper-case for non-constantsPhilipp Hagemeister
2013-02-26Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda
2013-02-26Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661Filippo Valsorda
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-17test subtitlesFilippo Valsorda
2012-12-12streamlined and simplified dynamic tests generation; readded a couple of test...Filippo Valsorda
2012-12-11Fix TestYoutubeLists.test_youtube_userPhilipp Hagemeister
2012-12-11fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda