aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2014-02-04[pbs] Add support for article pages (Fixes #870)Philipp Hagemeister
2014-02-03[generic] Add support for multiple brightcove URLs (Fixes #2283)Philipp Hagemeister
2014-02-03[vimeo] Remove superfluous whitespaceSergey M.
2014-02-03[vimeo] Add subtitle testsSergey M.
2014-02-03[blip.tv] Add support for subtitles (#2274)Philipp Hagemeister
2014-01-28[tumblr] Test new URL format (#2255)Philipp Hagemeister
2014-01-28Merge remote-tracking branch 'dstftw/rutube-channel'Philipp Hagemeister
2014-01-28[imdb] Fix playlist testdst
2014-01-28[rutube] Add channel testdst
2014-01-25[test/youtube_lists] Change the list used for testing the Top Lists extractorJaime Marquínez Ferrándiz
The ‘Top tracks’ list is not always present in the channel page
2014-01-22Merge branch 'paged-lists'Philipp Hagemeister
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py
2014-01-22Use unicode_literals in test_YoutubeDLPhilipp Hagemeister
2014-01-22Add -f bestaudio (Fixes #2163)Philipp Hagemeister
2014-01-20Correct XML ampersand fixupPhilipp Hagemeister
2014-01-20Add infrastructure for paged listsPhilipp Hagemeister
This commit allows to download pages in playlists as needed instead of all at once. Before this commit, youtube-dl http://www.youtube.com/user/ANNnewsCH/videos --playlist-end 2 --skip-download took quite some time - now it's almost instantaneous. As an example, the youtube:user extractor has been converted. Fixes #2175
2014-01-17[ted] Updated checksumsPhilipp Hagemeister
2014-01-17Remove youtube swf signature testPhilipp Hagemeister
Apparently, swf players are no longer in use. If we find one, we'll readd it.
2014-01-17[everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister
2014-01-07+unicode_literalsPhilipp Hagemeister
2014-01-07[khanacademy] Add support (Fixes #2066)Philipp Hagemeister
2014-01-07[vimeo] Fix playlist URL matchingPhilipp Hagemeister
2014-01-05[setup.py] Do not use unicode literalsPhilipp Hagemeister
See http://bugs.python.org/issue13943 for context
2014-01-05fix typoPhilipp Hagemeister
2014-01-05Prepare widespread unicode literal usePhilipp Hagemeister
2014-01-01 Merge pull request #2041 from dstftw/imdb-listJaime Marquínez Ferrándiz
[imdb] Add support for IMDb list (#2033)
2013-12-26[cnn] Add multiple formats, duration, and upload_datePhilipp Hagemeister
2013-12-25[imdb] Add playlist testdst
2013-12-24Add more tests for format selectionPhilipp Hagemeister
2013-12-23Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-12-23[YoutubeDL] fix tests (Closes #2036)Philipp Hagemeister
2013-12-23[subtitles-tests] Fix youtube testJaime Marquínez Ferrándiz
It returns now a single info_dict
2013-12-23YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz
In the future it may report more things.
2013-12-23Merge remote-tracking branch 'jaimeMF/split-downloaders'Philipp Hagemeister
2013-12-19[ivi] Neat importdst
2013-12-19[ivi] Add playlist testsdst
2013-12-17[utils] Fix url_basenamePhilipp Hagemeister
2013-12-17Add webpage_url_basename info_dict field (Fixes #1938)Philipp Hagemeister
2013-12-16[playlist-test] require a stringPhilipp Hagemeister
2013-12-16[academicearth] Add support for courses (#1976)Philipp Hagemeister
2013-12-16[facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister
2013-12-11Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz
The progress hooks can be added using the method "add_downloader_progress_hook"
2013-12-09Set 'NA' as the default value for missing fields in the output template ↵Jaime Marquínez Ferrándiz
(fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore
2013-12-09[soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister
2013-12-09Lower number of expected entries in top listPhilipp Hagemeister
2013-12-09Merge remote-tracking branch 'jaimeMF/yt-toplists'Philipp Hagemeister
2013-12-06[vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz
2013-12-06[vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz
2013-12-06[dailymotion] Extract view count (#1895)Jaime Marquínez Ferrándiz
2013-12-04Update description value for the write_info_json test (required after ↵Jaime Marquínez Ferrándiz
27dcce19045670fc348ff1119c0d2283aaed3ae2)
2013-12-02Merge branch 'smotri.com' of https://github.com/dstftw/youtube-dlPhilipp Hagemeister