Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [mtv] Add an extractor for mtviggy.com (#2072) | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -0/+14 | |
| | | ||||||
| * | Add an extractor for spike.com (#2072) | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -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ándiz | 2014-01-21 | 1 | -7/+5 | |
| | | | | | | | | | | | | string Allows to use the `_download_xml` method | |||||
| * | [mtv] Use unicode_literals | Jaime Marquínez Ferrándiz | 2014-01-21 | 1 | -21/+23 | |
| | | ||||||
* | | [mtv] Use unicode_literals | Philipp Hagemeister | 2014-01-22 | 1 | -21/+23 | |
| | | ||||||
* | | [mtv] Fix title for gametrailers (Fixes #2188) | Philipp Hagemeister | 2014-01-22 | 1 | -1/+16 | |
|/ | | | | We now prefer the title including the category, because that title is what is presented at the actual sites. | |||||
* | Correct XML ampersand fixup | Philipp Hagemeister | 2014-01-20 | 1 | -4/+2 | |
| | ||||||
* | Add an extractor for cmt.com (closes #2049) | Jaime Marquínez Ferrándiz | 2013-12-31 | 1 | -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ándiz | 2013-12-16 | 1 | -13/+16 | |
| | ||||||
* | [mtv] Fixup incorrectly encoded XML documents | Philipp Hagemeister | 2013-12-10 | 1 | -2/+7 | |
| | ||||||
* | Move common code for extractors based in MTV services to a new base class | Jaime Marquínez Ferrándiz | 2013-12-03 | 1 | -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 implemented | Jaime Marquínez Ferrándiz | 2013-12-03 | 1 | -6/+1 | |
| | ||||||
* | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | 2013-11-26 | 1 | -2/+1 | |
| | ||||||
* | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -1/+0 | |
| | ||||||
* | [MTVIE] Try with RTMP URL if download fails | Philipp Hagemeister | 2013-11-17 | 1 | -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ándiz | 2013-11-06 | 1 | -0/+1 | |
| | | | | field is marked as not working | |||||
* | [mtv] Remove the templates from the mediagen url | Jaime Marquínez Ferrándiz | 2013-10-28 | 1 | -0/+2 | |
| | ||||||
* | [mtv] Strip the description | Jaime Marquínez Ferrándiz | 2013-10-10 | 1 | -1/+1 | |
| | | | | There were some tabs and newlines added around the string. | |||||
* | [mtv] Prepare for #980 | Philipp Hagemeister | 2013-10-04 | 1 | -19/+28 | |
| | ||||||
* | GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵ | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -2/+5 | |
| | | | | process | |||||
* | MTVIE: fix xml tags in the media namespace (python2.6) | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -2/+3 | |
| | ||||||
* | [mtv]: rework MTVIE and add tests (closes #913) | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -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ándiz | 2013-06-24 | 1 | -0/+8 | |
| | ||||||
* | Mark MTV as broken for now (#913) | Philipp Hagemeister | 2013-06-23 | 1 | -4/+3 | |
| | ||||||
* | Add MTV IE file (oops) | Philipp Hagemeister | 2013-06-23 | 1 | -0/+73 | |