summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [ted] Updated checksumsPhilipp Hagemeister2014-01-171-2/+2
|
* Remove youtube swf signature testPhilipp Hagemeister2014-01-171-6/+0
| | | | Apparently, swf players are no longer in use. If we find one, we'll readd it.
* [everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister2014-01-172-1/+11
|
* +unicode_literalsPhilipp Hagemeister2014-01-071-30/+32
|
* [khanacademy] Add support (Fixes #2066)Philipp Hagemeister2014-01-071-1/+11
|
* [vimeo] Fix playlist URL matchingPhilipp Hagemeister2014-01-071-0/+2
|
* [setup.py] Do not use unicode literalsPhilipp Hagemeister2014-01-051-0/+7
| | | | See http://bugs.python.org/issue13943 for context
* fix typoPhilipp Hagemeister2014-01-051-1/+1
|
* Prepare widespread unicode literal usePhilipp Hagemeister2014-01-051-0/+40
|
* Merge pull request #2041 from dstftw/imdb-listJaime Marquínez Ferrándiz2014-01-011-1/+11
|\ | | | | | | [imdb] Add support for IMDb list (#2033)
| * [imdb] Add playlist testdst2013-12-251-1/+11
| |
* | [cnn] Add multiple formats, duration, and upload_datePhilipp Hagemeister2013-12-261-0/+8
| |
* | Add more tests for format selectionPhilipp Hagemeister2013-12-241-9/+66
|/
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-12-232-5/+1
|\
| * [subtitles-tests] Fix youtube testJaime Marquínez Ferrándiz2013-12-231-4/+0
| | | | | | | | It returns now a single info_dict
| * YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz2013-12-231-1/+1
| | | | | | | | In the future it may report more things.
* | [YoutubeDL] fix tests (Closes #2036)Philipp Hagemeister2013-12-231-8/+8
|/
* Merge remote-tracking branch 'jaimeMF/split-downloaders'Philipp Hagemeister2013-12-231-1/+1
|\
| * Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz2013-12-111-1/+1
| | | | | | | | The progress hooks can be added using the method "add_downloader_progress_hook"
* | [ivi] Neat importdst2013-12-191-2/+2
| |
* | [ivi] Add playlist testsdst2013-12-191-0/+19
| |
* | [utils] Fix url_basenamePhilipp Hagemeister2013-12-171-0/+3
| |
* | Add webpage_url_basename info_dict field (Fixes #1938)Philipp Hagemeister2013-12-171-9/+16
| |
* | [playlist-test] require a stringPhilipp Hagemeister2013-12-161-1/+1
| |
* | [academicearth] Add support for courses (#1976)Philipp Hagemeister2013-12-161-0/+12
| |
* | [facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister2013-12-161-1/+5
|/
* Set 'NA' as the default value for missing fields in the output template ↵Jaime Marquínez Ferrándiz2013-12-091-0/+15
| | | | | | (fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore
* [soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister2013-12-091-0/+3
|
* Lower number of expected entries in top listPhilipp Hagemeister2013-12-091-1/+1
|
* Merge remote-tracking branch 'jaimeMF/yt-toplists'Philipp Hagemeister2013-12-091-0/+8
|\
| * [youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz2013-11-301-0/+8
| | | | | | | | 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.
* | [vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz2013-12-061-0/+9
| |
* | [vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz2013-12-061-0/+9
| |
* | [dailymotion] Extract view count (#1895)Jaime Marquínez Ferrándiz2013-12-061-0/+5
| |
* | Update description value for the write_info_json test (required after ↵Jaime Marquínez Ferrándiz2013-12-041-0/+1
| | | | | | | | 27dcce19045670fc348ff1119c0d2283aaed3ae2)
* | Merge branch 'smotri.com' of https://github.com/dstftw/youtube-dlPhilipp Hagemeister2013-12-021-1/+21
|\ \
| * | Added extractors for smotri.comdst2013-12-021-1/+21
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-12-022-0/+13
|\| |
| * | [vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz2013-12-012-0/+13
| |/
* / Make socket timeout configurable, and bump default to 10 minutes (#1862)Philipp Hagemeister2013-12-011-1/+2
|/
* [youtube/subtitles] Change MD5 of vtt subtitle in testPhilipp Hagemeister2013-11-281-1/+1
|
* [youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz2013-11-261-0/+9
|
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-259-21/+6
|
* Update the keywords tests for the rename of the old ComedyCentralIEJaime Marquínez Ferrándiz2013-11-241-4/+4
|
* [youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz2013-11-241-0/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-221-1/+1
|\
| * [bambuser:channel] Update testJaime Marquínez Ferrándiz2013-11-221-1/+1
| |
* | Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister2013-11-221-3/+3
|/
* Merge remote-tracking branch 'jaimeMF/yt-playlists'Philipp Hagemeister2013-11-221-7/+7
|\
| * [youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz2013-11-131-7/+7
| | | | | | | | Parse the playlist pages instead