aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Extend #980 with --max-quality supportPhilipp Hagemeister2013-10-182-4/+43
| |
* | Fix testPhilipp Hagemeister2013-10-181-7/+18
| |
* | Merge remote-tracking branch 'jaimeMF/format_selection'Philipp Hagemeister2013-10-181-0/+49
|\ \
| * | Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-0/+49
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-10-152-2/+1
|\ \ \
| * | | Fix an import in the tests and the Youtube Shows testJaime Marquínez Ferrándiz2013-10-152-2/+1
| | | |
* | | | [generic] Support embedded vimeo videos (#1602)Philipp Hagemeister2013-10-151-0/+16
|/ / /
* | | Simplify testsPhilipp Hagemeister2013-10-1512-117/+148
| |/ |/| | | | | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* | [youtube] Adds #1312 Download annotationsJai Grimshaw2013-10-141-0/+82
| | | | | | | | | | | | 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.
* | Add an extractor for internetvideoarchive.com videosJaime Marquínez Ferrándiz2013-10-121-0/+14
| | | | | | | | It's used by videodetective.com
* | Add support for single-test tox runsFilippo Valsorda2013-10-128-8/+8
|/ | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
* [nhl] Add an extractor for videocenter's categories (#1586)Jaime Marquínez Ferrándiz2013-10-111-0/+10
| | | | It downloads the last 12 videos.
* Simplify test setupPhilipp Hagemeister2013-10-072-14/+2
|
* Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-0/+53
| | | | | 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.
* Move try_rm to test helpersPhilipp Hagemeister2013-10-062-19/+26
|
* [fixup] remove unnecessary commented functionFilippo Valsorda2013-10-051-6/+0
|
* add capability to suppress expected warnings in testsFilippo Valsorda2013-10-053-4/+20
|
* [youtube] correct --no-playlist for python3Filippo Valsorda2013-10-011-0/+1
|
* add test for --no-playlistFilippo Valsorda2013-09-301-0/+7
|
* Work around nosetests nosinessPhilipp Hagemeister2013-09-221-2/+2
|
* Change test target (Verified with node.js)Philipp Hagemeister2013-09-211-1/+1
|
* Restore accidentally deleted commitsPhilipp Hagemeister2013-09-211-0/+80
| | | | That's what happens if you let Windows machines write :(
* [livestream] Fix events extraction (fixes #1467)Jaime Marquínez Ferrándiz2013-09-211-0/+10
|
* [dailymotion] Add an extractor for users (closes #1476)Jaime Marquínez Ferrándiz2013-09-211-1/+15
|
* [youtube] support youtube.googleapis.com/v/* urls (fixes #1425)Jaime Marquínez Ferrándiz2013-09-151-0/+1
|
* [soundcloud] Add an extractor for users (closes #1426)Jaime Marquínez Ferrándiz2013-09-141-1/+9
|
* Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-142-0/+4
| | | | For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
* [ustream] Simplify channel extractionJaime Marquínez Ferrándiz2013-09-131-7/+21
| | | | | the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex
* Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz2013-09-131-1/+9
| | | | Add Ustream channel support
* Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-111-4/+7
|\
| * [youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz2013-09-091-4/+7
| | | | | | | | In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
* | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-062-24/+45
|\ \ | |/
| * [youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz2013-09-061-11/+16
| | | | | | | | | | | | | | (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.
| * [youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz2013-09-061-0/+6
| | | | | | | | Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
| * [youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz2013-09-051-9/+20
| | | | | | | | Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
| * Also print the field that fails if it is a md5 checksumJaime Marquínez Ferrándiz2013-08-291-4/+3
| |
| * Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-231-2/+11
| |
| * Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-231-13/+13
| |\ | | | | | | Subtitles rework
* | | [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-062-6/+20
| | | | | | | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-223-67/+39
|\ \ \ | |/ /
| * | [youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister2013-08-191-0/+1
| | |
| * | Remove youtube sig testsPhilipp Hagemeister2013-08-071-79/+0
| | | | | | | | | | | | The signature algo changes too often for the static test to make sense.
| * | [youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz2013-08-021-1/+1
| | |
| * | YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz2013-07-311-2/+9
| | | | | | | | | | | | 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.
| * | [vimeo] add an extractor for channelsJaime Marquínez Ferrándiz2013-07-291-1/+9
| | |
| * | [dailymotion] Add an extractor for Dailymotion playlistsJaime Marquínez Ferrándiz2013-07-291-0/+30
| | |
| * | YoutubeIE: add algo for length 79 (fixes #1126)Jaime Marquínez Ferrándiz2013-07-251-0/+5
| | |
| * | YoutubeIE: new algo for length 81 (fixes #1127)Jaime Marquínez Ferrándiz2013-07-251-1/+1
| | |
| * | YoutubeIE: new algo for length 87 (fixes #1105)patrickslin2013-07-241-1/+1
| | | | | | | | | | | | Squashed commit from the pull requests #1107, #1109 and #1110.
* | | [subtitles] Added tests to check correct behavior when no subtitles areIsmael Mejia2013-08-082-4/+15
| | | | | | | | | | | | available