aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-10-21Allow to use the extension for the format selectionJaime Marquínez Ferrándiz
The best format with the extension is downloaded.
2013-10-21Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz
The format selection code is now an independent function.
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
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
2013-10-14[youtube] Adds #1312 Download annotationsJai Grimshaw
Adds #1321 Download annotations from youtube Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API. Added unit test for annotations.
2013-10-12Add an extractor for internetvideoarchive.com videosJaime Marquínez Ferrándiz
It's used by videodetective.com
2013-10-12Add support for single-test tox runsFilippo 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-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
It downloads the last 12 videos.
2013-10-07Simplify test setupPhilipp Hagemeister
2013-10-06Allow users to specify an age limit (fixes #1545)Philipp Hagemeister
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn.
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
That's what happens if you let Windows machines write :(
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
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
2013-09-13[ustream] Simplify channel extractionJaime Marquínez Ferrándiz
the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex
2013-09-13Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz
Add Ustream channel support
2013-09-11Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-09[youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
2013-09-06Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-06[subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia
As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
2013-09-06[youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz
(reported in #1374) They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor.
2013-09-06[youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
2013-09-05[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
2013-08-29Also print the field that fails if it is a md5 checksumJaime Marquínez Ferrándiz
2013-08-23Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz
2013-08-23Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz
Subtitles rework
2013-08-22Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-19[youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister
2013-08-08[subtitles] Added tests to check correct behavior when no subtitles areIsmael Mejia
available
2013-08-08[test] Cleaned subtitles testsIsmael Mejia
2013-08-08[subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia
functionality)
2013-08-07Remove youtube sig testsPhilipp Hagemeister
The signature algo changes too often for the static test to make sense.
2013-08-07[dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten.
2013-08-02[youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz
2013-07-31YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz
Now is using the same length as the flash player used for age protected videos, but the algorithm is different, so now for age protected videos it first tries to use the old algo.