summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/mtv.py
Commit message (Collapse)AuthorAgeFilesLines
...
* PEP8 appliedJouke Waleson2014-11-231-3/+3
|
* [mtv] Return a proper playlist result (#4254)Philipp Hagemeister2014-11-201-1/+2
|
* [mtvservices:embedded] Improve config url (fixes #4092)Jaime Marquínez Ferrándiz2014-11-141-1/+2
|
* Fix MTV/GameTrailers "Bad Request" errorPascal Brax2014-11-121-1/+1
| | | Bugfix for bug #4123 & #4153
* Test for colon in mgidAdam Malcontenti-Wilson2014-07-131-0/+3
|
* [mtv] Add an extractor for the mtvservices embedded player (closes #2995)Jaime Marquínez Ferrándiz2014-06-221-2/+37
|
* [vh1] use standard sort (#2072)Ralf Haring2014-05-161-2/+1
|
* [vh1] Add new extractor (#2072)Ralf Haring2014-05-161-0/+2
|
* [mtv] Transform the urls from the mobile version to get the best qualityJaime Marquínez Ferrándiz2014-03-081-4/+10
| | | | And don't report a warning, just log a message, it allows to pass the test from Europe.
* [spike] Add support for downloading the mobile version if the normal version ↵Jaime Marquínez Ferrándiz2014-03-081-2/+26
| | | | is geoblocked
* [mtv] Improve detection of geoblocked videosJaime Marquínez Ferrándiz2014-03-081-2/+3
|
* [gametrailers] Fix gametrailers testSergey M.2014-02-121-3/+1
|
* [mtv] Improve title extractionSergey M.2014-02-121-2/+4
|
* [mtv/gametrailers] Change order of title preferencePhilipp Hagemeister2014-02-061-2/+5
| | | | It looks like the plain title is better again
* Fix the extraction of full-episodes urls from southpark.com (fixes #2278)Jaime Marquínez Ferrándiz2014-01-301-1/+3
| | | | Added an additional regex to the generic _real_extract method of MTVServicesInfoExtractor
* [southparkstudios] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-3/+6
|
* [comedycentral] Adapt testcasePhilipp Hagemeister2014-01-221-0/+1
| | | | In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
* [mtv] Update tests and xpath function for new title extractionPhilipp Hagemeister2014-01-221-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-01-221-7/+33
|\ | | | | | | | | Conflicts: youtube_dl/extractor/mtv.py
| * [mtv] Add an extractor for mtviggy.com (#2072)Jaime Marquínez Ferrándiz2014-01-211-0/+14
| |
| * Add an extractor for spike.com (#2072)Jaime Marquínez Ferrándiz2014-01-211-0/+13
| | | | | | | | 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ándiz2014-01-211-7/+5
| | | | | | | | | | | | string Allows to use the `_download_xml` method
| * [mtv] Use unicode_literalsJaime Marquínez Ferrándiz2014-01-211-21/+23
| |
* | [mtv] Use unicode_literalsPhilipp Hagemeister2014-01-221-21/+23
| |
* | [mtv] Fix title for gametrailers (Fixes #2188)Philipp Hagemeister2014-01-221-1/+16
|/ | | | We now prefer the title including the category, because that title is what is presented at the actual sites.
* Correct XML ampersand fixupPhilipp Hagemeister2014-01-201-4/+2
|
* Add an extractor for cmt.com (closes #2049)Jaime Marquínez Ferrándiz2013-12-311-1/+1
| | | | | It just inherits from MTVIE. Some videos also come from vevo.com
* [mtv] Add support for urls from the mobile site (fixes #1959)Jaime Marquínez Ferrándiz2013-12-161-13/+16
|
* [mtv] Fixup incorrectly encoded XML documentsPhilipp Hagemeister2013-12-101-2/+7
|
* Move common code for extractors based in MTV services to a new base classJaime Marquínez Ferrándiz2013-12-031-29/+40
| | | | Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it)
* Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz2013-12-031-6/+1
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-2/+1
|
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+0
|
* [MTVIE] Try with RTMP URL if download failsPhilipp Hagemeister2013-11-171-1/+1
| | | | This fixes youtube-dl http://www.southpark.de/clips/155251/cartman-vs-the-dog-whisperer
* tests: don't run the test if any of the extractors listed in the 'add_ie' ↵Jaime Marquínez Ferrándiz2013-11-061-0/+1
| | | | field is marked as not working
* [mtv] Remove the templates from the mediagen urlJaime Marquínez Ferrándiz2013-10-281-0/+2
|
* [mtv] Strip the descriptionJaime Marquínez Ferrándiz2013-10-101-1/+1
| | | | There were some tabs and newlines added around the string.
* [mtv] Prepare for #980Philipp Hagemeister2013-10-041-19/+28
|
* GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵Jaime Marquínez Ferrándiz2013-07-141-2/+5
| | | | process
* MTVIE: fix xml tags in the media namespace (python2.6)Jaime Marquínez Ferrándiz2013-07-141-2/+3
|
* [mtv]: rework MTVIE and add tests (closes #913)Jaime Marquínez Ferrándiz2013-07-141-55/+92
| | | | It uses the same system as ComedyCentralIE to transform ramp urls into http.
* MTVIE: add support for Vevo videos (related #913)Jaime Marquínez Ferrándiz2013-06-241-0/+8
|
* Mark MTV as broken for now (#913)Philipp Hagemeister2013-06-231-4/+3
|
* Add MTV IE file (oops)Philipp Hagemeister2013-06-231-0/+73