aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
AgeCommit message (Expand)Author
2013-12-22[vimeo/generic] Add support for embedded SWF vimeo videosPhilipp Hagemeister
2013-12-20[aparat] Add support (Fixes #2012)Philipp Hagemeister
2013-12-19[generic] Support YouTube swf embed (Fixes #2010)Philipp Hagemeister
2013-12-19[generic] Detect ooyala videos (fixes #2013)Jaime Marquínez Ferrándiz
2013-12-17[generic] Support application/ogg for direct linksPhilipp Hagemeister
2013-12-17Add support for direct links to a video (#1973)Philipp Hagemeister
2013-12-17[generic] Do not use compatibility result fallbackPhilipp Hagemeister
2013-12-16Add support for embedded vevo player (Fixes #1957)Philipp Hagemeister
2013-12-16[GenericIE] Add support for embedded blip.tvrzhxeo
2013-12-06[wistia] Add extractorPhilipp Hagemeister
2013-12-01[generic] Find embedded dailymotion videos (Fixes #1848)Philipp Hagemeister
2013-11-25[generic] Improve detectionPhilipp Hagemeister
2013-11-22[bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz
2013-11-18Support multiple embedded YouTube URLs (Fixes #1787)Philipp Hagemeister
2013-11-07[brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' parame...Jaime Marquínez Ferrándiz
2013-11-06[brightcove] Add the extraction of the url from genericJaime Marquínez Ferrándiz
2013-11-06tests: don't run the test if any of the extractors listed in the 'add_ie' fie...Jaime Marquínez Ferrándiz
2013-11-05[GenericIE] Also detect youtube if src url of iframe is embedded in ' instaed...rzhxeo
2013-10-27[generic] Detect bandcamp pages that use custom domains (closes #1662)Jaime Marquínez Ferrándiz
2013-10-27[generic] Fix test video's checksumJaime Marquínez Ferrándiz
2013-10-18Check for embedded YouTube player (Fixes #1616)Philipp Hagemeister
2013-10-15[generic] Support embedded vimeo videos (#1602)Philipp Hagemeister
2013-10-11Fix Brightcove detection when another Flash object is on the pageJoey Adams
2013-10-06[generic] Clarify error messagesPhilipp Hagemeister
2013-09-26[brightcove] Support videos that only provide flv versions (fixes #1504)Jaime Marquínez Ferrándiz
2013-09-06[generic] If the url doesn't specify the protocol, then try to extract prepen...Jaime Marquínez Ferrándiz
2013-09-05[generic] Recognize html5 video in the format '<video src=".+?"' and only unq...Jaime Marquínez Ferrándiz
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