aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
AgeCommit message (Expand)Author
2013-08-28[generic] simply use urljoinPhilipp Hagemeister
2013-08-28[generic] Fix URL concatenationPhilipp Hagemeister
2013-08-26[generic] small typoPhilipp Hagemeister
2013-08-24[generic] add support for relative URLs (Fixes #1308)Philipp Hagemeister
2013-08-24[generic] Support double slash URLs (Fixes #1309)Philipp Hagemeister
2013-08-21[generic] support HTML5 videoPhilipp Hagemeister
2013-08-21[generic] Ignore stupid HTTP servers (#1284)Philipp Hagemeister
2013-07-12GenericIE: allow to match declaration of the Brightocove parameters that use ...Jaime Marquínez Ferrándiz
2013-07-11GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz
2013-07-10GenericIE: Detect videos from BrightcoveJaime Marquínez Ferrándiz
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
2013-06-23Move GenericIE into its own filePhilipp Hagemeister