Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-04 | [youtube] Add support for search result URLs (Fixes #2495) | Philipp Hagemeister | |
2014-02-25 | Skip youtube toptracks test | Jaime Marquínez Ferrándiz | |
All the playlists return 500 errors. | |||
2014-02-08 | [jadorecettepub] Add extractor (Fixes #2148) | Philipp Hagemeister | |
2014-02-06 | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332) | Jaime Marquínez Ferrándiz | |
The list parameter starts with ‘MC’ and can have more characters after it, including dots | |||
2014-01-25 | [test/youtube_lists] Change the list used for testing the Top Lists extractor | Jaime Marquínez Ferrándiz | |
The ‘Top tracks’ list is not always present in the channel page | |||
2013-12-09 | Lower number of expected entries in top list | Philipp Hagemeister | |
2013-11-30 | [youtube] Add support for downloading top lists (fixes #1868) | Jaime Marquínez Ferrándiz | |
It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie. | |||
2013-11-26 | [youtube:playlist] Add support for YouTube mixes (fixes #1839) | Jaime Marquínez Ferrándiz | |
2013-11-25 | [tests] Remove global_setup function | Philipp Hagemeister | |
2013-11-22 | Match --download-archive during playlist processing (Fixes #1745) | Philipp Hagemeister | |
2013-11-13 | [youtube:playlist] Don't use the gdata api (closes #1508) | Jaime Marquínez Ferrándiz | |
Parse the playlist pages instead | |||
2013-10-15 | Fix an import in the tests and the Youtube Shows test | Jaime Marquínez Ferrándiz | |
2013-10-15 | Simplify tests | Philipp Hagemeister | |
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | |||
2013-10-12 | Add support for single-test tox runs | Filippo Valsorda | |
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions) | |||
2013-10-01 | [youtube] correct --no-playlist for python3 | Filippo Valsorda | |
2013-09-30 | add test for --no-playlist | Filippo Valsorda | |
2013-07-01 | [youtube]: add YoutubeShowIE (closes #14) | Jaime Marquínez Ferrándiz | |
It just extracts the playlists urls for each season | |||
2013-06-27 | Simplify FakeYDL | Philipp Hagemeister | |
2013-06-24 | Use the new class in the tests | Jaime Marquínez Ferrándiz | |
2013-06-23 | Remove mentions of old InfoExtractors module | Philipp Hagemeister | |
2013-06-19 | Merge pull request #887 from anisse/master | Jaime Marquínez Ferrándiz | |
Fetch all entries that are in a youtube playlist Also add a test. | |||
2013-06-15 | Update test_issue_673 in Youtube Lists | Jaime Marquínez Ferrándiz | |
Some videos have been removed. Delete the title check, it's not the purpose of that test. | |||
2013-04-30 | Fix FakeDownloaders | Philipp Hagemeister | |
2013-04-28 | Adapt tests to changes in youtube's "Most Popular" channel | Philipp Hagemeister | |
2013-04-27 | YoutubePlaylistIE: don't crash with empty lists (related #808) | Jaime Marquínez Ferrándiz | |
The playlist_title wasn't initialized. | |||
2013-04-20 | Get the title of Youtube playlists | Jaime Marquínez Ferrándiz | |
2013-04-19 | Add tests for YoutubeChannelIE | ispedals | |
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel | |||
2013-03-05 | Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵ | Jaime Marquínez Ferrándiz | |
for some playlist IEs | |||
2013-03-05 | Use extract_info in YoutubePlaylist and YoutubeSearch | Jaime Marquínez Ferrándiz | |
2013-03-03 | Remove changed playlist test (#661) | Philipp Hagemeister | |
2013-02-26 | fix tests in Python3, and make them parallelizable | Philipp Hagemeister | |
2013-02-26 | Do not user upper-case for non-constants | Philipp Hagemeister | |
2013-02-26 | Modified Youtube video/playlist matching; fixes #668; fixes #585 | Filippo Valsorda | |
2013-02-26 | Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661 | Filippo Valsorda | |
2012-12-20 | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | |
2012-12-17 | test subtitles | Filippo Valsorda | |
2012-12-12 | streamlined and simplified dynamic tests generation; readded a couple of ↵ | Filippo Valsorda | |
test features | |||
2012-12-11 | Fix TestYoutubeLists.test_youtube_user | Philipp Hagemeister | |
2012-12-11 | fix playlist pagination and add YT playlist tests (closes #569) | Filippo Valsorda | |