summaryrefslogtreecommitdiffstats
path: root/test/test_youtube_lists.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | Fetch all entries that are in a youtube playlist Also add a test.
* | Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz2013-06-151-2/+1
|/ | | | | Some videos have been removed. Delete the title check, it's not the purpose of that test.
* 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
| | | | The playlist_title wasn't initialized.
* Get the title of Youtube playlistsJaime Marquínez Ferrándiz2013-04-201-0/+2
|
* Add tests for YoutubeChannelIEispedals2013-04-191-3/+9
| | | | | | - tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
* Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵Jaime Marquínez Ferrándiz2013-03-051-14/+21
| | | | for some playlist IEs
* 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 ↵Filippo Valsorda2012-12-121-1/+1
| | | | test features
* 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