aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
AgeCommit message (Collapse)Author
2014-01-21[generic] Improve testcasePhilipp Hagemeister
2014-01-17[generic] Do not fetch XML URLs (Fixes #2162)Philipp Hagemeister
2014-01-08[vimeo] Support protocol-relative URLsPhilipp Hagemeister
2014-01-08[novamov] Remove superfluous tabsdst
2014-01-08[novamov] Add embedded player supportdst
2014-01-07[generic] Fix regexesPhilipp Hagemeister
2014-01-07[mpora] Add support (Fixes #2096)Philipp Hagemeister
2014-01-07Use original Referer URL in Brightcove requests (Fixes #2110)Philipp Hagemeister
2014-01-06[generic] Use unicode_literals instead of duplicating the u'Philipp Hagemeister
2014-01-06[youtube] Support jwplayer with YouTube URLs (Closes #2075)Philipp Hagemeister
2014-01-05[generic] Support gorillavid.inPhilipp Hagemeister
Previously, we were a little bit over-eager and got a random swf file. Fixes #2084.
2014-01-05Merge remote-tracking branch 'rzhxeo/blip'Philipp Hagemeister
Conflicts: youtube_dl/extractor/bliptv.py
2013-12-30[GenericIE] Outsource embedded blip.tv player video id extraction to ↵rzhxeo
BlipTVIE and fix minor errors in RegEx
2013-12-27[generic] Output something before making network requestsPhilipp Hagemeister
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
Also remove some debugging code.
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
Allow download of http://goo.gl/7X5tOk Fixes #1818
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' ↵Jaime Marquínez Ferrándiz
parameter (fixes #1553)
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' ↵Jaime Marquínez Ferrándiz
field is marked as not working
2013-11-05[GenericIE] Also detect youtube if src url of iframe is embedded in ' ↵rzhxeo
instaed of "
2013-10-27[generic] Detect bandcamp pages that use custom domains (closes #1662)Jaime Marquínez Ferrándiz
They embed the original url in the 'og:url' property.
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
The regex used non-greedy match, but alas it failed on input like this: <object class="...> ... class="BrightcoveExperience" It captured two objects and the intervening HTML. This commit fixes this by not allowing a ">" to appear before BrightcoveExperience. Video in question: http://www.harpercollinschildrens.com/feature/petethecat/
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
Moved the test from generic.py to brightcove.py
2013-09-06[generic] If the url doesn't specify the protocol, then try to extract ↵Jaime Marquínez Ferrándiz
prepending 'http://'
2013-09-05[generic] Recognize html5 video in the format '<video src=".+?"' and only ↵Jaime Marquínez Ferrándiz
unquote the url when extracting the id (fixes #1372)
2013-08-28[generic] simply use urljoinPhilipp Hagemeister
2013-08-28[generic] Fix URL concatenationPhilipp Hagemeister
When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4 Fixes #1268.
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
' instead of "
2013-07-11GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz
In some sites "class" contains more that BrightcoveExperience