Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [brightcove] Move test to generic | Philipp Hagemeister | 2014-01-28 | 1 | -0/+12 | |
| | ||||||
* | [huffpost] Add support | Philipp Hagemeister | 2014-01-27 | 1 | -1/+7 | |
| | ||||||
* | Add new --default-search option (#2193) | Philipp Hagemeister | 2014-01-22 | 1 | -2/+13 | |
| | ||||||
* | [facebook] Add support for embeds | Philipp Hagemeister | 2014-01-21 | 1 | -0/+6 | |
| | | | | Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html | |||||
* | [generic] Improve testcase | Philipp Hagemeister | 2014-01-21 | 1 | -1/+2 | |
| | ||||||
* | [generic] Do not fetch XML URLs (Fixes #2162) | Philipp Hagemeister | 2014-01-17 | 1 | -1/+1 | |
| | ||||||
* | [vimeo] Support protocol-relative URLs | Philipp Hagemeister | 2014-01-08 | 1 | -1/+1 | |
| | ||||||
* | [novamov] Remove superfluous tabs | dst | 2014-01-08 | 1 | -1/+1 | |
| | ||||||
* | [novamov] Add embedded player support | dst | 2014-01-08 | 1 | -0/+6 | |
| | ||||||
* | [generic] Fix regexes | Philipp Hagemeister | 2014-01-07 | 1 | -2/+2 | |
| | ||||||
* | [mpora] Add support (Fixes #2096) | Philipp Hagemeister | 2014-01-07 | 1 | -0/+5 | |
| | ||||||
* | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | 2014-01-07 | 1 | -1/+2 | |
| | ||||||
* | [generic] Use unicode_literals instead of duplicating the u' | Philipp Hagemeister | 2014-01-06 | 1 | -58/+60 | |
| | ||||||
* | [youtube] Support jwplayer with YouTube URLs (Closes #2075) | Philipp Hagemeister | 2014-01-06 | 1 | -3/+8 | |
| | ||||||
* | [generic] Support gorillavid.in | Philipp Hagemeister | 2014-01-05 | 1 | -0/+3 | |
| | | | | | Previously, we were a little bit over-eager and got a random swf file. Fixes #2084. | |||||
* | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | 2014-01-05 | 1 | -8/+4 | |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py | |||||
| * | [GenericIE] Outsource embedded blip.tv player video id extraction to ↵ | rzhxeo | 2013-12-30 | 1 | -8/+4 | |
| | | | | | | | | BlipTVIE and fix minor errors in RegEx | |||||
* | | [generic] Output something before making network requests | Philipp Hagemeister | 2013-12-27 | 1 | -0/+2 | |
|/ | ||||||
* | [vimeo/generic] Add support for embedded SWF vimeo videos | Philipp Hagemeister | 2013-12-22 | 1 | -1/+7 | |
| | ||||||
* | [aparat] Add support (Fixes #2012) | Philipp Hagemeister | 2013-12-20 | 1 | -6/+9 | |
| | ||||||
* | [generic] Support YouTube swf embed (Fixes #2010) | Philipp Hagemeister | 2013-12-19 | 1 | -2/+5 | |
| | ||||||
* | [generic] Detect ooyala videos (fixes #2013) | Jaime Marquínez Ferrándiz | 2013-12-19 | 1 | -1/+17 | |
| | ||||||
* | [generic] Support application/ogg for direct links | Philipp Hagemeister | 2013-12-17 | 1 | -2/+2 | |
| | | | | Also remove some debugging code. | |||||
* | Add support for direct links to a video (#1973) | Philipp Hagemeister | 2013-12-17 | 1 | -11/+41 | |
| | ||||||
* | [generic] Do not use compatibility result fallback | Philipp Hagemeister | 2013-12-17 | 1 | -1/+1 | |
| | ||||||
* | Add support for embedded vevo player (Fixes #1957) | Philipp Hagemeister | 2013-12-16 | 1 | -0/+6 | |
| | ||||||
* | [GenericIE] Add support for embedded blip.tv | rzhxeo | 2013-12-16 | 1 | -0/+12 | |
| | ||||||
* | [wistia] Add extractor | Philipp Hagemeister | 2013-12-06 | 1 | -9/+22 | |
| | ||||||
* | [generic] Find embedded dailymotion videos (Fixes #1848) | Philipp Hagemeister | 2013-12-01 | 1 | -0/+9 | |
| | ||||||
* | [generic] Improve detection | Philipp Hagemeister | 2013-11-25 | 1 | -5/+3 | |
| | | | | | Allow download of http://goo.gl/7X5tOk Fixes #1818 | |||||
* | [bandcamp] add support for albums (reported in #1270) | Jaime Marquínez Ferrándiz | 2013-11-22 | 1 | -1/+2 | |
| | ||||||
* | Support multiple embedded YouTube URLs (Fixes #1787) | Philipp Hagemeister | 2013-11-18 | 1 | -14/+17 | |
| | ||||||
* | [brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' ↵ | Jaime Marquínez Ferrándiz | 2013-11-07 | 1 | -5/+7 | |
| | | | | parameter (fixes #1553) | |||||
* | [brightcove] Add the extraction of the url from generic | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -3/+17 | |
| | ||||||
* | tests: don't run the test if any of the extractors listed in the 'add_ie' ↵ | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -0/+2 | |
| | | | | field is marked as not working | |||||
* | [GenericIE] Also detect youtube if src url of iframe is embedded in ' ↵ | rzhxeo | 2013-11-05 | 1 | -2/+2 | |
| | | | | instaed of " | |||||
* | [generic] Detect bandcamp pages that use custom domains (closes #1662) | Jaime Marquínez Ferrándiz | 2013-10-27 | 1 | -1/+17 | |
| | | | | They embed the original url in the 'og:url' property. | |||||
* | [generic] Fix test video's checksum | Jaime Marquínez Ferrándiz | 2013-10-27 | 1 | -1/+1 | |
| | ||||||
* | Check for embedded YouTube player (Fixes #1616) | Philipp Hagemeister | 2013-10-18 | 1 | -1/+8 | |
| | ||||||
* | [generic] Support embedded vimeo videos (#1602) | Philipp Hagemeister | 2013-10-15 | 1 | -0/+21 | |
| | ||||||
* | Fix Brightcove detection when another Flash object is on the page | Joey Adams | 2013-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | 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/ | |||||
* | [generic] Clarify error messages | Philipp Hagemeister | 2013-10-06 | 1 | -3/+3 | |
| | ||||||
* | [brightcove] Support videos that only provide flv versions (fixes #1504) | Jaime Marquínez Ferrándiz | 2013-09-26 | 1 | -11/+0 | |
| | | | | Moved the test from generic.py to brightcove.py | |||||
* | [generic] If the url doesn't specify the protocol, then try to extract ↵ | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -0/+5 | |
| | | | | prepending 'http://' | |||||
* | [generic] Recognize html5 video in the format '<video src=".+?"' and only ↵ | Jaime Marquínez Ferrándiz | 2013-09-05 | 1 | -3/+3 | |
| | | | | unquote the url when extracting the id (fixes #1372) | |||||
* | [generic] simply use urljoin | Philipp Hagemeister | 2013-08-28 | 1 | -10/+2 | |
| | ||||||
* | [generic] Fix URL concatenation | Philipp Hagemeister | 2013-08-28 | 1 | -1/+6 | |
| | | | | | 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. | |||||
* | [generic] small typo | Philipp Hagemeister | 2013-08-26 | 1 | -1/+1 | |
| | ||||||
* | [generic] add support for relative URLs (Fixes #1308) | Philipp Hagemeister | 2013-08-24 | 1 | -0/+2 | |
| | ||||||
* | [generic] Support double slash URLs (Fixes #1309) | Philipp Hagemeister | 2013-08-24 | 1 | -1/+5 | |
| |