Commit Graph

23 Commits (b227060388b43f0a7f6efb3cc2b785e64e0643ba)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 75dff0eef7 [youtube]: add YoutubeShowIE (closes )
It just extracts the playlists urls for each season
Philipp Hagemeister 112da0a0ce Simplify FakeYDL
Jaime Marquínez Ferrándiz 8bf8b5a577 Use the new class in the tests
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module
Jaime Marquínez Ferrándiz 213b715893 Merge pull request from anisse/master
Fetch all entries that are in a youtube playlist

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