summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/gametrailers.py
Commit message (Collapse)AuthorAgeFilesLines
* [gametrailers] Remove extractorSergey M․2016-06-211-62/+0
| | | | gametrailers closed (see http://www.polygon.com/2016/2/8/10944452/gametrailers-shuts-down-after-13-year-run)
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [gametrailers] Fix extraction (fixes #7722)Jaime Marquínez Ferrándiz2015-12-031-9/+52
| | | | They have stopped using the MTV system.
* [gametrailers] Fix gametrailers testSergey M.2014-02-121-2/+3
|
* [gametrailers] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-11/+0
|
* [gametrailers] Use unicode_literalsPhilipp Hagemeister2014-01-221-7/+9
| | | | | Conflicts: youtube_dl/extractor/gametrailers.py
* [mtv] Fix title for gametrailers (Fixes #2188)Philipp Hagemeister2014-01-221-1/+1
| | | | We now prefer the title including the category, because that title is what is presented at the actual sites.
* Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister2013-12-041-2/+1
|\
| * Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
| |
* | Move common code for extractors based in MTV services to a new base classJaime Marquínez Ferrándiz2013-12-031-12/+4
|/ | | | Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it)
* GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵Jaime Marquínez Ferrándiz2013-07-141-46/+19
| | | | process
* GametrailersIE: support multipart videosJaime Marquínez Ferrándiz2013-07-111-35/+30
| | | | Use xml.etree.ElementTree instead of re when possible
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* Move gametrailers IE into its own filePhilipp Hagemeister2013-06-231-0/+59