Jaime Marquínez Ferrándiz
|
7b1e379ca9
|
[gametrailers] Fix extraction (fixes #7722)
They have stopped using the MTV system.
|
9 years ago |
Sergey M.
|
713d31fac8
|
[gametrailers] Fix gametrailers test
|
11 years ago |
Jaime Marquínez Ferrándiz
|
c39f7013e1
|
[gametrailers] Use the generic `_real_extract` provided by the base class
|
11 years ago |
Philipp Hagemeister
|
06769acd71
|
[gametrailers] Use unicode_literals
Conflicts:
youtube_dl/extractor/gametrailers.py
|
11 years ago |
Philipp Hagemeister
|
90834c78fe
|
[mtv] Fix title for gametrailers (Fixes #2188)
We now prefer the title including the category, because that title is what is presented at the actual sites.
|
11 years ago |
dst
|
c0ade33e16
|
Correct some extractor _VALID_URL regexes
|
11 years ago |
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)
|
11 years ago |
Jaime Marquínez Ferrándiz
|
ab2f744b90
|
GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process
|
11 years ago |
Jaime Marquínez Ferrándiz
|
41897817cc
|
GametrailersIE: support multipart videos
Use xml.etree.ElementTree instead of re when possible
|
11 years ago |
Philipp Hagemeister
|
6f5ac90cf3
|
Move tests to the IE definitions
|
12 years ago |
Philipp Hagemeister
|
9f4e6bbaeb
|
Move gametrailers IE into its own file
|
12 years ago |