Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [gametrailers] Remove extractor | Sergey M․ | 2016-06-21 | 1 | -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 measure | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | [gametrailers] Fix extraction (fixes #7722) | Jaime Marquínez Ferrándiz | 2015-12-03 | 1 | -9/+52 |
| | | | | They have stopped using the MTV system. | ||||
* | [gametrailers] Fix gametrailers test | Sergey M. | 2014-02-12 | 1 | -2/+3 |
| | |||||
* | [gametrailers] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | 2014-01-22 | 1 | -11/+0 |
| | |||||
* | [gametrailers] Use unicode_literals | Philipp Hagemeister | 2014-01-22 | 1 | -7/+9 |
| | | | | | Conflicts: youtube_dl/extractor/gametrailers.py | ||||
* | [mtv] Fix title for gametrailers (Fixes #2188) | Philipp Hagemeister | 2014-01-22 | 1 | -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 Hagemeister | 2013-12-04 | 1 | -2/+1 |
|\ | |||||
| * | Correct some extractor _VALID_URL regexes | dst | 2013-12-04 | 1 | -1/+1 |
| | | |||||
* | | Move common code for extractors based in MTV services to a new base class | Jaime Marquínez Ferrándiz | 2013-12-03 | 1 | -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ándiz | 2013-07-14 | 1 | -46/+19 |
| | | | | process | ||||
* | GametrailersIE: support multipart videos | Jaime Marquínez Ferrándiz | 2013-07-11 | 1 | -35/+30 |
| | | | | Use xml.etree.ElementTree instead of re when possible | ||||
* | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 1 | -0/+9 |
| | |||||
* | Move gametrailers IE into its own file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+59 |