Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [imdb:list] Switch to loading the webpage | Philipp Hagemeister | 2014-01-22 | 1 | -19/+12 | |
| | | | | | | | | | | | | The RSS method seems to be defunct. | |||||
* | | | [d8] typo | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | [d8] disable test; video got deleted | Philipp Hagemeister | 2014-01-22 | 1 | -9/+12 | |
| | | | ||||||
* | | | [novamov] Skip tests | Philipp Hagemeister | 2014-01-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | release 2014.01.22.1 | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | [ringtv] Fix and add news extraction | Philipp Hagemeister | 2014-01-22 | 1 | -23/+30 | |
| | | | ||||||
* | | | [mtv] Update tests and xpath function for new title extraction | Philipp Hagemeister | 2014-01-22 | 3 | -3/+3 | |
| | | | ||||||
* | | | [Wimp] Use new URL relay method | Philipp Hagemeister | 2014-01-22 | 1 | -11/+11 | |
| | | | ||||||
* | | | [hotnewhiphop] Retrieve media key | Philipp Hagemeister | 2014-01-22 | 1 | -21/+46 | |
| | | | ||||||
* | | | [gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attr | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes #2189 | |||||
* | | | [servingsys] Do not run test on travis | Philipp Hagemeister | 2014-01-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned. | |||||
* | | | release 2014.01.22 | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-01-22 | 4 | -13/+65 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/mtv.py | |||||
| * | | | [brightcove] Fix extraction of embedded videos | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | There was a leading ‘:’ in the regex. The ‘flashvars’ parameter is not always available. | |||||
| * | | | [brightcove] Fix check for url in the result | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | It may have the ‘formats’ field instead of ‘url’. | |||||
| * | | | [mtv] Add an extractor for mtviggy.com (#2072) | Jaime Marquínez Ferrándiz | 2014-01-21 | 2 | -1/+18 | |
| | | | | ||||||
| * | | | Add an extractor for spike.com (#2072) | Jaime Marquínez Ferrándiz | 2014-01-21 | 3 | -0/+33 | |
| | | | | | | | | | | | | | | | | Added a generic _real_extract to MTVServicesInfoExtractor | |||||
| * | | | [mtv] Check for geo-blocked videos in the xml document, not in the xml’s ↵ | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | string Allows to use the `_download_xml` method | |||||
| * | | | [mtv] Use unicode_literals | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -21/+23 | |
| | | | | ||||||
* | | | | [gametrailers] Use unicode_literals | Philipp Hagemeister | 2014-01-22 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/gametrailers.py | |||||
* | | | | [mtv] Use unicode_literals | Philipp Hagemeister | 2014-01-22 | 1 | -21/+23 | |
| | | | | ||||||
* | | | | [mtv] Fix title for gametrailers (Fixes #2188) | Philipp Hagemeister | 2014-01-22 | 2 | -2/+17 | |
|/ / / | | | | | | | | | | We now prefer the title including the category, because that title is what is presented at the actual sites. | |||||
* | | | release 2014.01.21.1 | Philipp Hagemeister | 2014-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | [vk] Add support for HQ videos (Fixes #2187) | Philipp Hagemeister | 2014-01-21 | 1 | -5/+22 | |
| | | | ||||||
* | | | [facebook] Add support for embeds | Philipp Hagemeister | 2014-01-21 | 2 | -2/+13 | |
| | | | | | | | | | | | | Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html | |||||
* | | | [vk] Use unicode_literals | Philipp Hagemeister | 2014-01-21 | 1 | -9/+10 | |
| | | | ||||||
* | | | [vk] avoid built-in names | Philipp Hagemeister | 2014-01-21 | 1 | -7/+7 | |
| | | | ||||||
* | | | [redtube] Use unicode_literals | Philipp Hagemeister | 2014-01-21 | 1 | -10/+12 | |
| | | | ||||||
* | | | [redtube] Add support for thumbnails | Mike Col | 2014-01-21 | 1 | -0/+5 | |
| | | | | | | | | | | | | Signed-off-by: Philipp Hagemeister <phihag@phihag.de> | |||||
* | | | release 2014.01.21 | Philipp Hagemeister | 2014-01-21 | 2 | -1/+2 | |
| | | | ||||||
* | | | [servingsys] Add support | Philipp Hagemeister | 2014-01-21 | 5 | -8/+121 | |
| | | | | | | | | | | | | | | | This also adds support for brightcove advertisements. Fixes #2181 | |||||
* | | | [extractor/common] Clarify when and when not we generate the filename | Philipp Hagemeister | 2014-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | [generic] Improve testcase | Philipp Hagemeister | 2014-01-21 | 1 | -1/+2 | |
| | | | ||||||
* | | | Deal with implicitly UTF-16 decoded webpages | Philipp Hagemeister | 2014-01-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | These webpages don't specify an encoding and rely on the BOM | |||||
* | | | Correct XML ampersand fixup | Philipp Hagemeister | 2014-01-20 | 5 | -10/+25 | |
| | | | ||||||
* | | | release 2014.01.20 | Philipp Hagemeister | 2014-01-20 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | [youtube] Fall back to header if playlist title is not available | Philipp Hagemeister | 2014-01-20 | 1 | -1/+9 | |
| | | | | | | | | | | Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example | |||||
* | | [myspace] More robust mediatype check | Philipp Hagemeister | 2014-01-20 | 1 | -2/+2 | |
| | | ||||||
* | | [myspace] Add support for song urls (fixes #2040) | Jaime Marquínez Ferrándiz | 2014-01-19 | 1 | -28/+64 | |
| | | ||||||
* | | [dropbox] Correct test case (#2171) | Philipp Hagemeister | 2014-01-19 | 1 | -2/+3 | |
| | | ||||||
* | | [dropbox] PEP8 and simplify (#2171) | Philipp Hagemeister | 2014-01-19 | 1 | -19/+17 | |
| | | ||||||
* | | Merge remote-tracking branch 'sahutd/master' | Philipp Hagemeister | 2014-01-19 | 2 | -0/+33 | |
|\ \ | |/ |/| | ||||||
| * | Modified dropbox to reflect small changes | sahutd | 2014-01-19 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Update __init__.py | sahutd | 2014-01-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added support for Dropbox | sahutd | 2014-01-19 | 2 | -11/+10 | |
| | | | ||||||
| * | | added dropbox support | sahutd | 2014-01-18 | 1 | -0/+1 | |
| |/ | ||||||
| * | Added dropbox support. issue #2055 | sahutd | 2014-01-18 | 1 | -0/+33 | |
| | | ||||||
* | | Merge pull request #2153 from jaimeMF/ffmpeg-merger-check-install | Philipp Hagemeister | 2014-01-18 | 1 | -1/+9 | |
|\ \ | |/ |/| | Don’t try to merge the formats if ffmpeg or avconv are not installed | |||||
| * | Don’t try to merge the formats if ffmpeg or avconv are not installed | Jaime Marquínez Ferrándiz | 2014-01-15 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-01-17 | 1 | -0/+1 | |
|\ \ |