summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | [test] Cleaned subtitles testsIsmael Mejia2013-08-082-110/+61
| | |
* | | [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-083-17/+0
| | | | | | | | | | | | functionality)
* | | [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-071-0/+96
| |/ |/| | | | | | | | | | | | | | | 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.
* | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-13/+13
|/ | | | The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict.
* YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz2013-07-191-1/+1
|
* Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz2013-07-181-5/+0
| | | | It's already covered by the test for length 87
* YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz2013-07-181-5/+10
| | | | Order the cases from higher to lower length.
* Mark test_youtube_sig as non-executable (#1066)Philipp Hagemeister2013-07-171-0/+0
|
* [youtube] Add sig test for 92 (Thanks to @patrickslin)Philipp Hagemeister2013-07-171-0/+5
|
* YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz2013-07-111-0/+5
|
* YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz2013-07-111-1/+1
|
* Add helper function find_path_attrPhilipp Hagemeister2013-07-111-0/+15
|
* YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz2013-07-101-1/+1
|
* [youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister2013-07-071-0/+11
|
* [youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz2013-07-011-1/+7
| | | | It just extracts the playlists urls for each season
* Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz2013-06-281-3/+5
|
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-271-3/+1
| | | | It adds to the list the ies returned by ge_extractors
* Make sure that IEs only accept their own URLsPhilipp Hagemeister2013-06-271-1/+13
|
* Move testcase generator to helperPhilipp Hagemeister2013-06-273-14/+14
|