aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-22release 2014.01.22.12014.01.22.1Philipp Hagemeister
2014-01-22[ringtv] Fix and add news extractionPhilipp Hagemeister
2014-01-22[mtv] Update tests and xpath function for new title extractionPhilipp Hagemeister
2014-01-22[Wimp] Use new URL relay methodPhilipp Hagemeister
2014-01-22[hotnewhiphop] Retrieve media keyPhilipp Hagemeister
2014-01-22[gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attrPhilipp Hagemeister
Fixes #2189
2014-01-22[servingsys] Do not run test on travisPhilipp Hagemeister
Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned.
2014-01-22release 2014.01.222014.01.22Philipp Hagemeister
2014-01-22Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
Conflicts: youtube_dl/extractor/mtv.py
2014-01-22[gametrailers] Use unicode_literalsPhilipp Hagemeister
Conflicts: youtube_dl/extractor/gametrailers.py
2014-01-22[mtv] Use unicode_literalsPhilipp Hagemeister
2014-01-22[mtv] Fix title for gametrailers (Fixes #2188)Philipp Hagemeister
We now prefer the title including the category, because that title is what is presented at the actual sites.
2014-01-21[brightcove] Fix extraction of embedded videosJaime Marquínez Ferrándiz
There was a leading ‘:’ in the regex. The ‘flashvars’ parameter is not always available.
2014-01-21[brightcove] Fix check for url in the resultJaime Marquínez Ferrándiz
It may have the ‘formats’ field instead of ‘url’.
2014-01-21[mtv] Add an extractor for mtviggy.com (#2072)Jaime Marquínez Ferrándiz
2014-01-21Add an extractor for spike.com (#2072)Jaime Marquínez Ferrándiz
Added a generic _real_extract to MTVServicesInfoExtractor
2014-01-21[mtv] Check for geo-blocked videos in the xml document, not in the xml’s ↵Jaime Marquínez Ferrándiz
string Allows to use the `_download_xml` method
2014-01-21[mtv] Use unicode_literalsJaime Marquínez Ferrándiz
2014-01-21release 2014.01.21.12014.01.21.1Philipp Hagemeister
2014-01-21[vk] Add support for HQ videos (Fixes #2187)Philipp Hagemeister
2014-01-21[facebook] Add support for embedsPhilipp Hagemeister
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
2014-01-21[vk] Use unicode_literalsPhilipp Hagemeister
2014-01-21[vk] avoid built-in namesPhilipp Hagemeister
2014-01-21[redtube] Use unicode_literalsPhilipp Hagemeister
2014-01-21[redtube] Add support for thumbnailsMike Col
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
2014-01-21release 2014.01.212014.01.21Philipp Hagemeister
2014-01-21[servingsys] Add supportPhilipp Hagemeister
This also adds support for brightcove advertisements. Fixes #2181
2014-01-21[extractor/common] Clarify when and when not we generate the filenamePhilipp Hagemeister
2014-01-21[generic] Improve testcasePhilipp Hagemeister
2014-01-21Deal with implicitly UTF-16 decoded webpagesPhilipp Hagemeister
These webpages don't specify an encoding and rely on the BOM
2014-01-20Correct XML ampersand fixupPhilipp Hagemeister
2014-01-20release 2014.01.202014.01.20Philipp Hagemeister
2014-01-20[youtube] Fall back to header if playlist title is not availablePhilipp Hagemeister
Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example
2014-01-20[myspace] More robust mediatype checkPhilipp Hagemeister
2014-01-19[myspace] Add support for song urls (fixes #2040)Jaime Marquínez Ferrándiz
2014-01-19[dropbox] Correct test case (#2171)Philipp Hagemeister
2014-01-19[dropbox] PEP8 and simplify (#2171)Philipp Hagemeister
2014-01-19Merge remote-tracking branch 'sahutd/master'Philipp Hagemeister
2014-01-19Modified dropbox to reflect small changessahutd
2014-01-19Added support for Dropboxsahutd
2014-01-18Merge pull request #2153 from jaimeMF/ffmpeg-merger-check-installPhilipp Hagemeister
Don’t try to merge the formats if ffmpeg or avconv are not installed
2014-01-18added dropbox supportsahutd
2014-01-18Update __init__.pysahutd
2014-01-18Added dropbox support. issue #2055sahutd
2014-01-17Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-01-17[extractor/common] Limit --write-pages filename to 200 charsPhilipp Hagemeister
This avoids problems with very long URLs.
2014-01-17FFmpegMergerPP: Print an info message with the destination before running ffmpegJaime Marquínez Ferrándiz
2014-01-17[cnn] Improve testPhilipp Hagemeister
2014-01-17release 2014.01.17.22014.01.17.2Philipp Hagemeister
2014-01-17[kankan] Skip testPhilipp Hagemeister