aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/mtv.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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