aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-11-10Merge all the subtitles test into a single fileJaime Marquínez Ferrándiz
2013-11-10[ted] Return a single info_dict for talks urlsJaime Marquínez Ferrándiz
2013-11-10Merge pull request #1705 from iemejia/masterJaime Marquínez Ferrándiz
2013-11-09[soundcloud] Allow to download tracks marked as not 'streamable'Jaime Marquínez Ferrándiz
2013-11-06tests: don't run the test if any of the extractors listed in the 'add_ie' fie...Jaime Marquínez Ferrándiz
2013-11-05[ted] fixed error in case of no subtitles presentIsmaël Mejía
2013-11-03Set the 'extractor_key' field in the info_dictJaime Marquínez Ferrándiz
2013-11-03Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz
2013-11-03Set the extra_info inside YoutubeDL.process_ie_result and set only if the key...Jaime Marquínez Ferrándiz
2013-11-02Merge remote-tracking branch 'iemejia/master'Ismaël Mejía
2013-11-02[bambuser] Add an extractor for channels (closes #1702)Jaime Marquínez Ferrándiz
2013-11-02Merge branch 'ted_subtitles'Ismaël Mejía
2013-11-02[ted] Added support for subtitle downloadIsmaël Mejía
2013-10-31Fix the test for dailymotion subtitlesJaime Marquínez Ferrándiz
2013-10-28[tests] a HTTP 503 is a transient issueFilippo Valsorda
2013-10-28Fix YouTubeDL testPhilipp Hagemeister
2013-10-28[tests] don't fail on network errorsFilippo Valsorda
2013-10-28tests: build the filename from the info_dict if the 'file' key is missingJaime Marquínez Ferrándiz
2013-10-21Allow to use the extension for the format selectionJaime Marquínez Ferrándiz
2013-10-21Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz
2013-10-18Extend #980 with --max-quality supportPhilipp Hagemeister
2013-10-18Fix testPhilipp Hagemeister
2013-10-18Merge remote-tracking branch 'jaimeMF/format_selection'Philipp Hagemeister
2013-10-15Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-10-15[generic] Support embedded vimeo videos (#1602)Philipp Hagemeister
2013-10-15Fix an import in the tests and the Youtube Shows testJaime Marquínez Ferrándiz
2013-10-15Simplify testsPhilipp Hagemeister
2013-10-14[youtube] Adds #1312 Download annotationsJai Grimshaw
2013-10-12Add an extractor for internetvideoarchive.com videosJaime Marquínez Ferrándiz
2013-10-12Add support for single-test tox runsFilippo Valsorda
2013-10-11Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz
2013-10-11[nhl] Add an extractor for videocenter's categories (#1586)Jaime Marquínez Ferrándiz
2013-10-07Simplify test setupPhilipp Hagemeister
2013-10-06Allow users to specify an age limit (fixes #1545)Philipp Hagemeister
2013-10-06Move try_rm to test helpersPhilipp Hagemeister
2013-10-05[fixup] remove unnecessary commented functionFilippo Valsorda
2013-10-05add capability to suppress expected warnings in testsFilippo Valsorda
2013-10-01[youtube] correct --no-playlist for python3Filippo Valsorda
2013-09-30add test for --no-playlistFilippo Valsorda
2013-09-22Work around nosetests nosinessPhilipp Hagemeister
2013-09-21Change test target (Verified with node.js)Philipp Hagemeister
2013-09-21Restore accidentally deleted commitsPhilipp Hagemeister
2013-09-21[livestream] Fix events extraction (fixes #1467)Jaime Marquínez Ferrándiz
2013-09-21[dailymotion] Add an extractor for users (closes #1476)Jaime Marquínez Ferrándiz
2013-09-15[youtube] support youtube.googleapis.com/v/* urls (fixes #1425)Jaime Marquínez Ferrándiz
2013-09-14[soundcloud] Add an extractor for users (closes #1426)Jaime Marquínez Ferrándiz
2013-09-14Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz
2013-09-13[ustream] Simplify channel extractionJaime Marquínez Ferrándiz
2013-09-13Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz
2013-09-11Merge branch 'master' into subtitles_reworkIsmael Mejia