aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mtv.py
AgeCommit message (Collapse)Author
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)
2013-12-03Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-20Clean up unused imports and other minor mistakesPhilipp Hagemeister
2013-11-17[MTVIE] Try with RTMP URL if download failsPhilipp Hagemeister
This fixes youtube-dl http://www.southpark.de/clips/155251/cartman-vs-the-dog-whisperer
2013-11-06tests: don't run the test if any of the extractors listed in the 'add_ie' ↵Jaime Marquínez Ferrándiz
field is marked as not working
2013-10-28[mtv] Remove the templates from the mediagen urlJaime Marquínez Ferrándiz
2013-10-10[mtv] Strip the descriptionJaime Marquínez Ferrándiz
There were some tabs and newlines added around the string.
2013-10-04[mtv] Prepare for #980Philipp Hagemeister
2013-07-14GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵Jaime Marquínez Ferrándiz
process
2013-07-14MTVIE: fix xml tags in the media namespace (python2.6)Jaime Marquínez Ferrándiz
2013-07-14[mtv]: rework MTVIE and add tests (closes #913)Jaime Marquínez Ferrándiz
It uses the same system as ComedyCentralIE to transform ramp urls into http.
2013-06-24MTVIE: add support for Vevo videos (related #913)Jaime Marquínez Ferrándiz
2013-06-23Mark MTV as broken for now (#913)Philipp Hagemeister
2013-06-23Add MTV IE file (oops)Philipp Hagemeister