aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
AgeCommit message (Collapse)Author
2013-07-12GenericIE: allow to match declaration of the Brightocove parameters that use ↵Jaime Marquínez Ferrándiz
' instead of "
2013-07-11GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz
In some sites "class" contains more that BrightcoveExperience
2013-07-10GenericIE: Detect videos from BrightcoveJaime Marquínez Ferrándiz
Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video.
2013-07-01GenericIE: match titles that spread across multiple lines (related #904)Jaime Marquínez Ferrándiz
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-06-27Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-27Made 'video' the default title for generic IEAlbert Kim
2013-06-27Made generic IE handle more casesAlbert Kim
Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4'
2013-06-23Move GenericIE into its own filePhilipp Hagemeister