index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
gametrailers.py
Age
Commit message (
Expand
)
Author
2016-03-21
Add support for https for all extractors as preventive and future-proof measure
Sergey M․
2015-12-03
[gametrailers] Fix extraction (fixes #7722)
Jaime Marquínez Ferrándiz
2014-02-12
[gametrailers] Fix gametrailers test
Sergey M.
2014-01-22
[gametrailers] Use the generic `_real_extract` provided by the base class
Jaime Marquínez Ferrándiz
2014-01-22
[gametrailers] Use unicode_literals
Philipp Hagemeister
2014-01-22
[mtv] Fix title for gametrailers (Fixes #2188)
Philipp Hagemeister
2013-12-04
Merge remote-tracking branch 'dstftw/correct-valid-urls'
Philipp Hagemeister
2013-12-04
Correct some extractor _VALID_URL regexes
dst
2013-12-03
Move common code for extractors based in MTV services to a new base class
Jaime Marquínez Ferrándiz
2013-07-14
GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction p...
Jaime Marquínez Ferrándiz
2013-07-11
GametrailersIE: support multipart videos
Jaime Marquínez Ferrándiz
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-23
Move gametrailers IE into its own file
Philipp Hagemeister