aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't install the global url openerJaime Marquínez Ferrándiz2014-03-101-3/+0
| | | | All the code uses now the urlopen method of YoutubeDL
* Don't set the global socket timeoutJaime Marquínez Ferrándiz2014-03-101-3/+2
| | | | Use the timeout argument of the `OpenerDirector.open` method instead
* [vesti] Fix _VALID_URL regexSergey M․2014-03-111-1/+1
|
* [vevo] Correct test valuePhilipp Hagemeister2014-03-101-1/+1
| | | | The date is now interpreted as UTC for consistency.
* [generic] Suppress warning about doctypes in RSS parserPhilipp Hagemeister2014-03-102-2/+13
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-03-101-1/+2
|\
| * [vesti] Skip geo restricted testSergey M․2014-03-101-1/+2
| |
* | [depositfiles] Remove extractorPhilipp Hagemeister2014-03-102-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 JSONPhilipp Hagemeister2014-03-101-2/+3
|
* [vevo] Interpret date as UTC instead of local timePhilipp Hagemeister2014-03-101-1/+1
|
* Correct extractor documentationPhilipp Hagemeister2014-03-101-3/+0
|
* release 2014.03.10Philipp Hagemeister2014-03-101-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-03-102-24/+66
|\
| * [photobucket] More unicode literalsJaime Marquínez Ferrándiz2014-03-101-9/+9
| |
| * [vesti] Add support for more sites (Closes #2534)Sergey M․2014-03-101-15/+57
| |
* | [generic] Use a different URL for the generic RSS test (Closes #2532)Philipp Hagemeister2014-03-101-2/+2
|/
* Credit @mharrys for aftonbladetPhilipp Hagemeister2014-03-101-0/+1
|
* Correct automatic resolution determinationPhilipp Hagemeister2014-03-101-2/+2
|
* [aftonbladet] ModernizePhilipp Hagemeister2014-03-101-8/+11
|
* Merge remote-tracking branch 'mharrys/aftonbladet'Philipp Hagemeister2014-03-102-0/+67
|\
| * [aftonbladet] add extractor for aftonbladet.seMattias Harrysson2014-03-092-0/+67
| |
* | [photobucket] Modernize and remove the old extraction codeJaime Marquínez Ferrándiz2014-03-091-51/+18
| |
* | [pornhub] Use compat_urllib_parse.unquote_plus (#2531)Jaime Marquínez Ferrándiz2014-03-091-1/+1
| |
* | Merge branch 'pornhub_unquote_password' of github.com:MikeCol/youtube-dlJaime Marquínez Ferrándiz2014-03-091-1/+1
|\ \
| * | Unquote passwordMikeCol2014-03-091-1/+1
| | |
* | | [myvideo] ModernizeJaime Marquínez Ferrándiz2014-03-091-58/+43
| | |
* | | [facebook] ModernizeJaime Marquínez Ferrándiz2014-03-091-17/+5
| | |
* | | [jukebox] Modernize and add a testJaime Marquínez Ferrándiz2014-03-091-35/+40
| | |
* | | [xnxx] ModernizeJaime Marquínez Ferrándiz2014-03-091-26/+20
| | |
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-03-0910-36/+131
|\| |
| * | Add a basic test suite for the InfoExtractor classJaime Marquínez Ferrándiz2014-03-091-0/+44
| | |
| * | YoutubeDL: If the logger is set call its `warning` method in `report_warning`Jaime Marquínez Ferrándiz2014-03-091-5/+8
| |/
| * [videodetective] ModernizeSergey M․2014-03-091-11/+11
| |
| * [vube] Update the test's checksumJaime Marquínez Ferrándiz2014-03-091-2/+2
| |
| * [soundcloud] Add the description field to the second testJaime Marquínez Ferrándiz2014-03-091-0/+1
| |
| * [ustream:channel] Update test's number of entriesJaime Marquínez Ferrándiz2014-03-091-1/+1
| |
| * [gamekings] Modernize and update the test's description fieldJaime Marquínez Ferrándiz2014-03-091-5/+8
| |
| * [mtv] Transform the urls from the mobile version to get the best qualityJaime Marquínez Ferrándiz2014-03-081-4/+10
| | | | | | | | And don't report a warning, just log a message, it allows to pass the test from Europe.
| * [collegehumor] Replace youtube testSergey M․2014-03-091-7/+7
| |
| * [spike] Add support for mobile urlsJaime Marquínez Ferrándiz2014-03-081-1/+13
| |
| * [spike] Add support for downloading the mobile version if the normal version ↵Jaime Marquínez Ferrándiz2014-03-082-2/+27
| | | | | | | | is geoblocked
| * [mtv] Improve detection of geoblocked videosJaime Marquínez Ferrándiz2014-03-081-2/+3
| |
* | [arte] Raise a proper error when no video is foundPhilipp Hagemeister2014-03-081-3/+7
|/
* [vimeo] Add a better error message for embed-only videos (#2527)Philipp Hagemeister2014-03-081-1/+13
|
* YoutubeDL: Use its `urlopen` method for downloading the thumbnail.Jaime Marquínez Ferrándiz2014-03-071-1/+1
|
* [http] Use the `YoutubeDL.urlopen` methodJaime Marquínez Ferrándiz2014-03-071-2/+2
|
* [lynda] ModernizeSergey M․2014-03-071-8/+11
|
* release 2014.03.07.1Philipp Hagemeister2014-03-071-1/+1
|
* [facebook] Fix login processJaime Marquínez Ferrándiz2014-03-073-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.07Philipp Hagemeister2014-03-071-1/+1
|