aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/gametrailers.py
Commit message (Expand)AuthorAgeFilesLines
* 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