Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
* | | [prosiebensat1] Replace test | Sergey M․ | 2014-03-05 | 1 | -6/+6 |
| | | |||||
* | | [dailymotion] Convert width and height fields from strings to integers | Jaime Marquínez Ferrándiz | 2014-03-04 | 1 | -1/+2 |
| | | |||||
* | | [ted] Fix video extraction | Jaime Marquínez Ferrándiz | 2014-03-04 | 1 | -42/+39 |
| | | | | | | | | The site has been redesigned | ||||
* | | release 2014.03.04.2 | Philipp Hagemeister | 2014-03-04 | 2 | -7/+8 |
| | | |||||
* | | [vesti] Fix width and height | Sergey M․ | 2014-03-04 | 1 | -2/+2 |
| | | |||||
* | | [soundcloud:set] Fix _VALID_URL regex (Closes #2509) | Sergey M․ | 2014-03-04 | 1 | -1/+1 |
| | | |||||
* | | [tvigle] Add support for another video link format | Sergey M․ | 2014-03-04 | 1 | -12/+25 |
| | | |||||
* | | [xtube] Fix extraction add more metafields | Sergey M․ | 2014-03-04 | 1 | -10/+31 |
| | | |||||
* | | Document width, height, and resolution (#1445) | Philipp Hagemeister | 2014-03-04 | 3 | -4/+16 |
| | | |||||
* | | [facebook] Use consistent quotes | Philipp Hagemeister | 2014-03-04 | 1 | -2/+2 |
| | | |||||
* | | release 2014.03.04.1 | Philipp Hagemeister | 2014-03-04 | 1 | -1/+1 |
| | |