Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new class in the tests | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -11/+11 |
| | |||||
* | Remove mentions of old InfoExtractors module | Philipp Hagemeister | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #887 from anisse/master | Jaime Marquínez Ferrándiz | 2013-06-19 | 1 | -0/+6 |
|\ | | | | | | | | | | | Fetch all entries that are in a youtube playlist Also add a test. | ||||
* | | Update test_issue_673 in Youtube Lists | Jaime Marquínez Ferrándiz | 2013-06-15 | 1 | -2/+1 |
|/ | | | | | Some videos have been removed. Delete the title check, it's not the purpose of that test. | ||||
* | Fix FakeDownloaders | Philipp Hagemeister | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | Adapt tests to changes in youtube's "Most Popular" channel | Philipp Hagemeister | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | YoutubePlaylistIE: don't crash with empty lists (related #808) | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -0/+7 |
| | | | | The playlist_title wasn't initialized. | ||||
* | Get the title of Youtube playlists | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -0/+2 |
| | |||||
* | Add tests for YoutubeChannelIE | ispedals | 2013-04-19 | 1 | -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ándiz | 2013-03-05 | 1 | -14/+21 |
| | | | | for some playlist IEs | ||||
* | Use extract_info in YoutubePlaylist and YoutubeSearch | Jaime Marquínez Ferrándiz | 2013-03-05 | 1 | -7/+9 |
| | |||||
* | Remove changed playlist test (#661) | Philipp Hagemeister | 2013-03-03 | 1 | -6/+0 |
| | |||||
* | fix tests in Python3, and make them parallelizable | Philipp Hagemeister | 2013-02-26 | 1 | -6/+7 |
| | |||||
* | Do not user upper-case for non-constants | Philipp Hagemeister | 2013-02-26 | 1 | -31/+31 |
| | |||||
* | Modified Youtube video/playlist matching; fixes #668; fixes #585 | Filippo Valsorda | 2013-02-26 | 1 | -0/+13 |
| | |||||
* | Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661 | Filippo Valsorda | 2013-02-26 | 1 | -8/+12 |
| | |||||
* | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | 2012-12-20 | 1 | -2/+0 |
| | |||||
* | test subtitles | Filippo Valsorda | 2012-12-17 | 1 | -1/+6 |
| | |||||
* | streamlined and simplified dynamic tests generation; readded a couple of ↵ | Filippo Valsorda | 2012-12-12 | 1 | -1/+1 |
| | | | | test features | ||||
* | Fix TestYoutubeLists.test_youtube_user | Philipp Hagemeister | 2012-12-11 | 1 | -2/+2 |
| | |||||
* | fix playlist pagination and add YT playlist tests (closes #569) | Filippo Valsorda | 2012-12-11 | 1 | -0/+70 |