aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mtv.py
AgeCommit message (Collapse)Author
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
compat_urllib_request.Request [downloader/dash] Use sanitized_Request [downloader/http] Use sanitized_Request [atresplayer] Use sanitized_Request [bambuser] Use sanitized_Request [bliptv] Use sanitized_Request [brightcove] Use sanitized_Request [cbs] Use sanitized_Request [ceskatelevize] Use sanitized_Request [collegerama] Use sanitized_Request [extractor/common] Use sanitized_Request [crunchyroll] Use sanitized_Request [dailymotion] Use sanitized_Request [dcn] Use sanitized_Request [dramafever] Use sanitized_Request [dumpert] Use sanitized_Request [eitb] Use sanitized_Request [escapist] Use sanitized_Request [everyonesmixtape] Use sanitized_Request [extremetube] Use sanitized_Request [facebook] Use sanitized_Request [fc2] Use sanitized_Request [flickr] Use sanitized_Request [4tube] Use sanitized_Request [gdcvault] Use sanitized_Request [extractor/generic] Use sanitized_Request [hearthisat] Use sanitized_Request [hotnewhiphop] Use sanitized_Request [hypem] Use sanitized_Request [iprima] Use sanitized_Request [ivi] Use sanitized_Request [keezmovies] Use sanitized_Request [letv] Use sanitized_Request [lynda] Use sanitized_Request [metacafe] Use sanitized_Request [minhateca] Use sanitized_Request [miomio] Use sanitized_Request [meovideo] Use sanitized_Request [mofosex] Use sanitized_Request [moniker] Use sanitized_Request [mooshare] Use sanitized_Request [movieclips] Use sanitized_Request [mtv] Use sanitized_Request [myvideo] Use sanitized_Request [neteasemusic] Use sanitized_Request [nfb] Use sanitized_Request [niconico] Use sanitized_Request [noco] Use sanitized_Request [nosvideo] Use sanitized_Request [novamov] Use sanitized_Request [nowness] Use sanitized_Request [nuvid] Use sanitized_Request [played] Use sanitized_Request [pluralsight] Use sanitized_Request [pornhub] Use sanitized_Request [pornotube] Use sanitized_Request [primesharetv] Use sanitized_Request [promptfile] Use sanitized_Request [qqmusic] Use sanitized_Request [rtve] Use sanitized_Request [safari] Use sanitized_Request [sandia] Use sanitized_Request [shared] Use sanitized_Request [sharesix] Use sanitized_Request [sina] Use sanitized_Request [smotri] Use sanitized_Request [sohu] Use sanitized_Request [spankwire] Use sanitized_Request [sportdeutschland] Use sanitized_Request [streamcloud] Use sanitized_Request [streamcz] Use sanitized_Request [tapely] Use sanitized_Request [tube8] Use sanitized_Request [tubitv] Use sanitized_Request [twitch] Use sanitized_Request [twitter] Use sanitized_Request [udemy] Use sanitized_Request [vbox7] Use sanitized_Request [veoh] Use sanitized_Request [vessel] Use sanitized_Request [vevo] Use sanitized_Request [viddler] Use sanitized_Request [videomega] Use sanitized_Request [viewvster] Use sanitized_Request [viki] Use sanitized_Request [vk] Use sanitized_Request [vodlocker] Use sanitized_Request [voicerepublic] Use sanitized_Request [wistia] Use sanitized_Request [xfileshare] Use sanitized_Request [xtube] Use sanitized_Request [xvideos] Use sanitized_Request [yandexmusic] Use sanitized_Request [youku] Use sanitized_Request [youporn] Use sanitized_Request [youtube] Use sanitized_Request [patreon] Use sanitized_Request [extractor/common] Remove unused import [nfb] PEP 8
2015-09-26[mtvservices:embedded] Add _extract_urlSergey M․
2015-09-26[mtv] Look for sm4:video:embed (Closes #6936, closes #6970)Sergey M․
2015-08-28[mtvservices] Fix title extraction under python 2Sergey M․
2015-08-28[mtvservices] Catch more georestriction errorsSergey M․
2015-08-28[mtvde] Add support for newsSergey M․
2015-08-28[mtvde] Add test for mediagen URL without querySergey M․
2015-08-28[mtvservices] Fix mediagen URL generationSergey M․
2015-08-28[mtvde] Simplify (Closes #6673)Sergey M․
2015-08-28[MTV] move German mtv site to new classPaul Hartmann
2015-04-25[mtv] Stuff lang into info URL when availableSergey M․
2015-04-15[mtv] Capture and output error message (#5420)Sergey M․
2015-02-18[mtv] Convert to new subtitles systemJaime Marquínez Ferrándiz
2015-02-01[mtv] Modernize and clean up testPhilipp Hagemeister
2015-01-30[mtv] Extract subtitles (Closes #4811)Sergey M․
2015-01-24[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding ↵Jaime Marquínez Ferrándiz
the default user agent Setting the 'User-Agent' header is enough
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-11-26Remove useless u prefixesPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-11-20[mtv] Return a proper playlist result (#4254)Philipp Hagemeister
2014-11-14[mtvservices:embedded] Improve config url (fixes #4092)Jaime Marquínez Ferrándiz
2014-11-12Fix MTV/GameTrailers "Bad Request" errorPascal Brax
Bugfix for bug #4123 & #4153
2014-07-13Test for colon in mgidAdam Malcontenti-Wilson
2014-06-22[mtv] Add an extractor for the mtvservices embedded player (closes #2995)Jaime Marquínez Ferrándiz
2014-05-16[vh1] use standard sort (#2072)Ralf Haring
2014-05-16[vh1] Add new extractor (#2072)Ralf Haring
2014-03-08[mtv] Transform the urls from the mobile version to get the best qualityJaime Marquínez Ferrándiz
And don't report a warning, just log a message, it allows to pass the test from Europe.
2014-03-08[spike] Add support for downloading the mobile version if the normal version ↵Jaime Marquínez Ferrándiz
is geoblocked
2014-03-08[mtv] Improve detection of geoblocked videosJaime Marquínez Ferrándiz
2014-02-12[gametrailers] Fix gametrailers testSergey M.
2014-02-12[mtv] Improve title extractionSergey M.
2014-02-06[mtv/gametrailers] Change order of title preferencePhilipp Hagemeister
It looks like the plain title is better again
2014-01-30Fix the extraction of full-episodes urls from southpark.com (fixes #2278)Jaime Marquínez Ferrándiz
Added an additional regex to the generic _real_extract method of MTVServicesInfoExtractor
2014-01-22[southparkstudios] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz
2014-01-22[comedycentral] Adapt testcasePhilipp Hagemeister
In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
2014-01-22[mtv] Update tests and xpath function for new title extractionPhilipp Hagemeister
2014-01-22Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
Conflicts: youtube_dl/extractor/mtv.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[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-20Correct XML ampersand fixupPhilipp Hagemeister
2013-12-31Add an extractor for cmt.com (closes #2049)Jaime Marquínez Ferrándiz
It just inherits from MTVIE. Some videos also come from vevo.com
2013-12-16[mtv] Add support for urls from the mobile site (fixes #1959)Jaime Marquínez Ferrándiz
2013-12-10[mtv] Fixup incorrectly encoded XML documentsPhilipp Hagemeister
2013-12-03Move common code for extractors based in MTV services to a new base classJaime Marquínez Ferrándiz
Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it)