Commit Graph

13 Commits (d01fb21d4c58650a3ccd2a6fe2877cc9a53dd942)

Author SHA1 Message Date
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Jaime Marquínez Ferrándiz 7b1e379ca9 [gametrailers] Fix extraction (fixes )
They have stopped using the MTV system.
Sergey M. 713d31fac8 [gametrailers] Fix gametrailers test
Jaime Marquínez Ferrándiz c39f7013e1 [gametrailers] Use the generic `_real_extract` provided by the base class
Philipp Hagemeister 06769acd71 [gametrailers] Use unicode_literals
Conflicts:
	youtube_dl/extractor/gametrailers.py
Philipp Hagemeister 90834c78fe [mtv] Fix title for gametrailers (Fixes )
We now prefer the title including the category, because that title is what is presented at the actual sites.
Philipp Hagemeister 29030c0a4c Merge remote-tracking branch 'dstftw/correct-valid-urls'
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Jaime Marquínez Ferrándiz 84db81815a Move common code for extractors based in MTV services to a new base class
Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it)
Jaime Marquínez Ferrándiz ab2f744b90 GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process
Jaime Marquínez Ferrándiz 41897817cc GametrailersIE: support multipart videos
Use xml.etree.ElementTree instead of re when possible
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 9f4e6bbaeb Move gametrailers IE into its own file