aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_lists.py
AgeCommit message (Collapse)Author
2013-04-20Get the title of Youtube playlistsJaime Marquínez Ferrándiz
2013-04-19Add tests for YoutubeChannelIEispedals
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
2013-03-05Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵Jaime Marquínez Ferrándiz
for some playlist IEs
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 ↵Filippo Valsorda
test features
2012-12-11Fix TestYoutubeLists.test_youtube_userPhilipp Hagemeister
2012-12-11fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda