aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/gametrailers.py
AgeCommit message (Collapse)Author
2013-07-14GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵Jaime Marquínez Ferrándiz
process
2013-07-11GametrailersIE: support multipart videosJaime Marquínez Ferrándiz
Use xml.etree.ElementTree instead of re when possible
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23Move gametrailers IE into its own filePhilipp Hagemeister