about summary refs log tree commit diff
path: root/youtube_dl/extractor/mtv.py
Commit message (Expand)AuthorAgeFilesLines
...
* [mtv] Extract subtitles (Closes #4811)Sergey M․2015-01-301-3/+31
* [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the...Jaime Marquínez Ferrándiz2015-01-241-1/+1
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
* Remove useless u prefixesPhilipp Hagemeister2014-11-261-1/+1
* PEP8: applied even more rulesJouke Waleson2014-11-231-6/+6
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
* 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
* 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
* [spike] Add support for downloading the mobile version if the normal version ...Jaime Marquínez Ferrándiz2014-03-081-2/+26
* [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
* Fix the extraction of full-episodes urls from southpark.com (fixes #2278)Jaime Marquínez Ferrándiz2014-01-301-1/+3
* [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
* [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
|\
| * [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
| * [mtv] Check for geo-blocked videos in the xml document, not in the xml’s st...Jaime Marquínez Ferrándiz2014-01-211-7/+5
| * [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
|/
* 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
* [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
* 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
* tests: don't run the test if any of the extractors listed in the 'add_ie' fie...Jaime Marquínez Ferrándiz2013-11-061-0/+1
* [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
* [mtv] Prepare for #980Philipp Hagemeister2013-10-041-19/+28
* GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction p...Jaime Marquínez Ferrándiz2013-07-141-2/+5
* 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
* 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