Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -3/+3 | |
| | ||||||
* | [mtv] Return a proper playlist result (#4254) | Philipp Hagemeister | 2014-11-20 | 1 | -1/+2 | |
| | ||||||
* | [mtvservices:embedded] Improve config url (fixes #4092) | Jaime Marquínez Ferrándiz | 2014-11-14 | 1 | -1/+2 | |
| | ||||||
* | Fix MTV/GameTrailers "Bad Request" error | Pascal Brax | 2014-11-12 | 1 | -1/+1 | |
| | | | Bugfix for bug #4123 & #4153 | |||||
* | Test for colon in mgid | Adam Malcontenti-Wilson | 2014-07-13 | 1 | -0/+3 | |
| | ||||||
* | [mtv] Add an extractor for the mtvservices embedded player (closes #2995) | Jaime Marquínez Ferrándiz | 2014-06-22 | 1 | -2/+37 | |
| | ||||||
* | [vh1] use standard sort (#2072) | Ralf Haring | 2014-05-16 | 1 | -2/+1 | |
| | ||||||
* | [vh1] Add new extractor (#2072) | Ralf Haring | 2014-05-16 | 1 | -0/+2 | |
| | ||||||
* | [mtv] Transform the urls from the mobile version to get the best quality | Jaime Marquínez Ferrándiz | 2014-03-08 | 1 | -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ándiz | 2014-03-08 | 1 | -2/+26 | |
| | | | | is geoblocked | |||||
* | [mtv] Improve detection of geoblocked videos | Jaime Marquínez Ferrándiz | 2014-03-08 | 1 | -2/+3 | |
| | ||||||
* | [gametrailers] Fix gametrailers test | Sergey M. | 2014-02-12 | 1 | -3/+1 | |
| | ||||||
* | [mtv] Improve title extraction | Sergey M. | 2014-02-12 | 1 | -2/+4 | |
| | ||||||
* | [mtv/gametrailers] Change order of title preference | Philipp Hagemeister | 2014-02-06 | 1 | -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ándiz | 2014-01-30 | 1 | -1/+3 | |
| | | | | Added an additional regex to the generic _real_extract method of MTVServicesInfoExtractor | |||||
* | [southparkstudios] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | 2014-01-22 | 1 | -3/+6 | |
| | ||||||
* | [comedycentral] Adapt testcase | Philipp Hagemeister | 2014-01-22 | 1 | -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 extraction | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-01-22 | 1 | -7/+33 | |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/mtv.py | |||||
| * | [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 | |