aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_lists.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-09[extractor/youtube:tab] Update tab handling for redesign (#5439)Matthew1-0/+13
2022-06-25[cleanup] Consistent style for file headspukkandan1-1/+2
2022-04-12[cleanup] Sort importspukkandan1-4/+2
2022-04-12[cleanup] Upgrade syntaxpukkandan1-2/+0
2022-02-03Update to ytdl-commit-78ce962pukkandan1-26/+4
2021-11-19[tests] Fix testspukkandan1-10/+12
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan1-1/+2
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix1-1/+1
2021-02-25Completely change project name to yt-dlp (#85)Pccode661-1/+1
2021-02-20Update to ytdl-commit-cf2dbecpukkandan1-5/+14
2020-09-02[skip travis] renamingUnknown1-1/+1
2018-04-18Fix some testsDan Salmon1-1/+1
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan1-0/+1
2016-04-17[youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz1-1/+1
2016-01-31[test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan1-1/+1
2015-10-18[test_youtube_lists] Add test flat playlist entries' titlesSergey M․1-0/+9
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister1-0/+1
2014-11-23PEP8: more appliedJouke Waleson1-4/+0
2014-11-23PEP8 appliedJouke Waleson1-1/+1
2014-09-24[youtube] Move more tests to extractorsPhilipp Hagemeister1-39/+0
2014-09-13[youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister1-45/+1
2014-06-07[test/test_youtube_lists] Replace mix listJaime Marquínez Ferrándiz1-2/+2
2014-03-04[youtube] Add support for search result URLs (Fixes #2495)Philipp Hagemeister1-0/+10
2014-02-25Skip youtube toptracks testJaime Marquínez Ferrándiz1-0/+2
2014-02-08[jadorecettepub] Add extractor (Fixes #2148)Philipp Hagemeister1-5/+5
2014-02-06[youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)Jaime Marquínez Ferrándiz1-0/+7
2014-01-25[test/youtube_lists] Change the list used for testing the Top Lists extractorJaime Marquínez Ferrándiz1-1/+1
2013-12-09Lower number of expected entries in top listPhilipp Hagemeister1-1/+1
2013-11-30[youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz1-0/+8
2013-11-26[youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz1-0/+9
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister1-2/+1
2013-11-22Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister1-3/+3
2013-11-13[youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz1-7/+7
2013-10-15Fix an import in the tests and the Youtube Shows testJaime Marquínez Ferrándiz1-1/+1
2013-10-15Simplify testsPhilipp Hagemeister1-8/+14
2013-10-12Add support for single-test tox runsFilippo Valsorda1-1/+1
2013-10-01[youtube] correct --no-playlist for python3Filippo Valsorda1-0/+1
2013-09-30add test for --no-playlistFilippo Valsorda1-0/+7
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz1-1/+7
2013-06-27Simplify FakeYDLPhilipp Hagemeister1-23/+1
2013-06-24Use the new class in the testsJaime Marquínez Ferrándiz1-11/+11
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister1-1/+1
2013-06-19Merge pull request #887 from anisse/masterJaime Marquínez Ferrándiz1-0/+6
2013-06-15Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz1-2/+1
2013-04-30Fix FakeDownloadersPhilipp Hagemeister1-1/+1
2013-04-28Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister1-1/+1
2013-04-27YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz1-0/+7
2013-04-20Get the title of Youtube playlistsJaime Marquínez Ferrándiz1-0/+2
2013-04-19Add tests for YoutubeChannelIEispedals1-3/+9
2013-03-05Add auxiliary methods to InfoExtractor to set the '_type' key and use them fo...Jaime Marquínez Ferrándiz1-14/+21