summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/gametrailers.py
Commit message (Expand)AuthorAgeFilesLines
* [gametrailers] Remove extractorSergey M․2016-06-211-62/+0
* 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
* [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
* [mtv] Fix title for gametrailers (Fixes #2188)Philipp Hagemeister2014-01-221-1/+1
* 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
|/
* GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction p...Jaime Marquínez Ferrándiz2013-07-141-46/+19
* GametrailersIE: support multipart videosJaime Marquínez Ferrándiz2013-07-111-35/+30
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
* Move gametrailers IE into its own filePhilipp Hagemeister2013-06-231-0/+59