Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | [lynda] Fix successful login regex and fix formats extraction (Closes #2520) | Sergey M․ | 2014-03-07 | 1 | -4/+24 | |
| | ||||||
* | release 2014.03.06 | Philipp Hagemeister | 2014-03-06 | 1 | -1/+1 | |
| | ||||||
* | [vesti] Fix extraction and support more link formats (Closes #2517) | Sergey M․ | 2014-03-07 | 1 | -4/+70 | |
| | ||||||
* | Do not resume live streams | Sergey M․ | 2014-03-05 | 1 | -2/+2 | |
| | | | | No resuming or seeking in live streams is possible (c) man rtmpdump | |||||
* | Use unicode literals | Sergey M․ | 2014-03-05 | 1 | -13/+15 | |
| | ||||||
* | Report no connect as error | Sergey M․ | 2014-03-05 | 1 | -1/+1 | |
| | ||||||
* | Handle rtmpdump's no connection return value | Sergey M․ | 2014-03-05 | 1 | -0/+5 | |
| | ||||||
* | Remove superfluous whitespace | Sergey M․ | 2014-03-05 | 1 | -1/+1 | |
| | ||||||
* | Use meaningful return value constants for rtmpdump | Sergey M․ | 2014-03-05 | 1 | -6/+10 | |
| | ||||||
* | [ted] Remove unused import and modernize test | Jaime Marquínez Ferrándiz | 2014-03-05 | 1 | -3/+3 | |
| | ||||||
* | [generic] Add all test attributes for embedly (#2447) | Philipp Hagemeister | 2014-03-05 | 1 | -0/+5 | |
| | | | | In the future, we may want to not only print something, but throw an error for untested properties. | |||||
* | [generic] Get a better ID | Philipp Hagemeister | 2014-03-05 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'rzhxeo/embedly' | Philipp Hagemeister | 2014-03-05 | 1 | -1/+21 | |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/generic.py | |||||
| * | Add support for embed.ly | rzhxeo | 2014-02-27 | 1 | -0/+20 | |
| | | ||||||
* | | [ted] Style fixes | Jaime Marquínez Ferrándiz | 2014-03-05 | 1 | -21/+21 | |
| | | ||||||
* | | [ted] Fix playlist extraction and add a test | Jaime Marquínez Ferrándiz | 2014-03-05 | 2 | -19/+28 | |
| | |