26 Commits (d3f46b9aa5727323182dd845030c9d781e1824fd)

Author SHA1 Message Date
Filippo Valsorda d3f46b9aa5 Add support for single-test tox runs
Use a sintax like
    tox test.test_download:TestDownload.test_NowVideo
to run the specific test on all the tox environments (Python versions)
11 years ago
Filippo Valsorda 7c61bd36bb [youtube] correct --no-playlist for python3 11 years ago
Filippo Valsorda d4d9920a26 add test for --no-playlist 11 years ago
Jaime Marquínez Ferrándiz 75dff0eef7 [youtube]: add YoutubeShowIE (closes #14)
It just extracts the playlists urls for each season
11 years ago
Philipp Hagemeister 112da0a0ce Simplify FakeYDL 11 years ago
Jaime Marquínez Ferrándiz 8bf8b5a577 Use the new class in the tests 11 years ago
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module 11 years ago
Jaime Marquínez Ferrándiz 213b715893 Merge pull request #887 from anisse/master
Fetch all entries that are in a youtube playlist

Also add a test.
11 years ago
Jaime Marquínez Ferrándiz 31513ea6b9 Update test_issue_673 in Youtube Lists
Some videos have been removed.
Delete the title check, it's not the purpose of that test.
11 years ago
Philipp Hagemeister 8749b71273 Fix FakeDownloaders 11 years ago
Philipp Hagemeister 9665577802 Adapt tests to changes in youtube's "Most Popular" channel 11 years ago
Jaime Marquínez Ferrándiz aba8df23ed YoutubePlaylistIE: don't crash with empty lists (related #808)
The playlist_title wasn't initialized.
11 years ago
Jaime Marquínez Ferrándiz c72938240e Get the title of Youtube playlists 11 years ago
ispedals fb6c319904 Add tests for YoutubeChannelIE
- tests for identifying channel urls
- test retrieval of paginated channel
- test retrieval of autogenerated channel
11 years ago
Jaime Marquínez Ferrándiz 8a38a194fb Add auxiliary methods to InfoExtractor to set the '_type' key and use them for some playlist IEs 11 years ago
Jaime Marquínez Ferrándiz 597cc8a455 Use extract_info in YoutubePlaylist and YoutubeSearch 11 years ago
Philipp Hagemeister a2ae43a55f Remove changed playlist test (#661) 11 years ago
Philipp Hagemeister acb8752f80 fix tests in Python3, and make them parallelizable 11 years ago
Philipp Hagemeister 679790eee1 Do not user upper-case for non-constants 11 years ago
Filippo Valsorda 89de9eb125 Modified Youtube video/playlist matching; fixes #668; fixes #585 11 years ago
Filippo Valsorda 6324fd1d74 Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661 11 years ago
Filippo Valsorda 6b3aef80ce better Vimeo tests; fixed a couple of VimeoIE fields 12 years ago
Filippo Valsorda 5e5ddcfbcf test subtitles 12 years ago
Filippo Valsorda fd5ff02042 streamlined and simplified dynamic tests generation; readded a couple of test features 12 years ago
Philipp Hagemeister 2c6945be30 Fix TestYoutubeLists.test_youtube_user 12 years ago
Filippo Valsorda 9789a05c20 fix playlist pagination and add YT playlist tests (closes #569) 12 years ago