Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't install the global url opener | Jaime Marquínez Ferrándiz | 2014-03-10 | 1 | -3/+0 |
| | | | | All the code uses now the urlopen method of YoutubeDL | ||||
* | Don't set the global socket timeout | Jaime Marquínez Ferrándiz | 2014-03-10 | 1 | -3/+2 |
| | | | | Use the timeout argument of the `OpenerDirector.open` method instead | ||||
* | [vesti] Fix _VALID_URL regex | Sergey M․ | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | [vevo] Correct test value | Philipp Hagemeister | 2014-03-10 | 1 | -1/+1 |
| | | | | The date is now interpreted as UTC for consistency. | ||||
* | [generic] Suppress warning about doctypes in RSS parser | Philipp Hagemeister | 2014-03-10 | 2 | -2/+13 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-03-10 | 1 | -1/+2 |
|\ | |||||
| * | [vesti] Skip geo restricted test | Sergey M․ | 2014-03-10 | 1 | -1/+2 |
| | | |||||
* | | [depositfiles] Remove extractor | Philipp Hagemeister | 2014-03-10 | 2 | -61/+0 |
|/ | | | | | This site requires a CAPTCHA to download, supports arbitrary files and not only audio/video, and I can't find a single uncopyrighted video with a quick google search. Closes #1255 | ||||
* | [youtube] Fix up invalid JSON | Philipp Hagemeister | 2014-03-10 | 1 | -2/+3 |
| | |||||
* | [vevo] Interpret date as UTC instead of local time | Philipp Hagemeister | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Correct extractor documentation | Philipp Hagemeister | 2014-03-10 | 1 | -3/+0 |
| | |||||
* | release 2014.03.10 | Philipp Hagemeister | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-03-10 | 2 | -24/+66 |
|\ | |||||
| * | [photobucket] More unicode literals | Jaime Marquínez Ferrándiz | 2014-03-10 | 1 | -9/+9 |
| | | |||||
| * | [vesti] Add support for more sites (Closes #2534) | Sergey M․ | 2014-03-10 | 1 | -15/+57 |
| | | |||||
* | | [generic] Use a different URL for the generic RSS test (Closes #2532) | Philipp Hagemeister | 2014-03-10 | 1 | -2/+2 |
|/ | |||||
* | Credit @mharrys for aftonbladet | Philipp Hagemeister | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | Correct automatic resolution determination | Philipp Hagemeister | 2014-03-10 | 1 | -2/+2 |
| | |||||
* | [aftonbladet] Modernize | Philipp Hagemeister | 2014-03-10 | 1 | -8/+11 |
| | |||||
* | Merge remote-tracking branch 'mharrys/aftonbladet' | Philipp Hagemeister | 2014-03-10 | 2 | -0/+67 |
|\ | |||||
| * | [aftonbladet] add extractor for aftonbladet.se | Mattias Harrysson | 2014-03-09 | 2 | -0/+67 |
| | | |||||
* | | [photobucket] Modernize and remove the old extraction code | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -51/+18 |
| | | |||||
* | | [pornhub] Use compat_urllib_parse.unquote_plus (#2531) | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'pornhub_unquote_password' of github.com:MikeCol/youtube-dl | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | Unquote password | MikeCol | 2014-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | [myvideo] Modernize | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -58/+43 |
| | | | |||||
* | | | [facebook] Modernize | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -17/+5 |
| | | | |||||
* | | | [jukebox] Modernize and add a test | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -35/+40 |
| | | | |||||
* | | | [xnxx] Modernize | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -26/+20 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-03-09 | 10 | -36/+131 |
|\| | | |||||
| * | | Add a basic test suite for the InfoExtractor class | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -0/+44 |
| | | | |||||
| * | | YoutubeDL: If the logger is set call its `warning` method in `report_warning` | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -5/+8 |
| |/ | |||||
| * | [videodetective] Modernize | Sergey M․ | 2014-03-09 | 1 | -11/+11 |
| | | |||||
| * | [vube] Update the test's checksum | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -2/+2 |
| | | |||||
| * | [soundcloud] Add the description field to the second test | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -0/+1 |
| | | |||||
| * | [ustream:channel] Update test's number of entries | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -1/+1 |
| | | |||||
| * | [gamekings] Modernize and update the test's description field | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -5/+8 |
| | | |||||
| * | [mtv] Transform the urls from the mobile version to get the best quality | Jaime Marquínez Ferrándiz | 2014-03-08 | 1 | -4/+10 |
| | | | | | | | | And don't report a warning, just log a message, it allows to pass the test from Europe. | ||||
| * | [collegehumor] Replace youtube test | Sergey M․ | 2014-03-09 | 1 | -7/+7 |
| | | |||||
| * | [spike] Add support for mobile urls | Jaime Marquínez Ferrándiz | 2014-03-08 | 1 | -1/+13 |
| | | |||||
| * | [spike] Add support for downloading the mobile version if the normal version ↵ | Jaime Marquínez Ferrándiz | 2014-03-08 | 2 | -2/+27 |
| | | | | | | | | is geoblocked | ||||
| * | [mtv] Improve detection of geoblocked videos | Jaime Marquínez Ferrándiz | 2014-03-08 | 1 | -2/+3 |
| | | |||||
* | | [arte] Raise a proper error when no video is found | Philipp Hagemeister | 2014-03-08 | 1 | -3/+7 |
|/ | |||||
* | [vimeo] Add a better error message for embed-only videos (#2527) | Philipp Hagemeister | 2014-03-08 | 1 | -1/+13 |
| | |||||
* | YoutubeDL: Use its `urlopen` method for downloading the thumbnail. | Jaime Marquínez Ferrándiz | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | [http] Use the `YoutubeDL.urlopen` method | Jaime Marquínez Ferrándiz | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | [lynda] Modernize | Sergey M․ | 2014-03-07 | 1 | -8/+11 |
| | |||||
* | release 2014.03.07.1 | Philipp Hagemeister | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | [facebook] Fix login process | Jaime Marquínez Ferrándiz | 2014-03-07 | 3 | -8/+20 |
| | | | | | It was broken and didn't work in python 3. And use `_download_webpage` instead of `compat_urllib_request.urlopen`. | ||||
* | release 2014.03.07 | Philipp Hagemeister | 2014-03-07 | 1 | -1/+1 |
| |