Sergey M.
ca97a56e4b
[vk] Add support for embedded videos ( Closes #2473 )
11 years ago
rzhxeo
1b86cc41cf
Add support for embed.ly
11 years ago
Philipp Hagemeister
89ef304bed
[generic] Add support for <meta redirect>
Fixes #413
11 years ago
Sergey M.
b1c6c32f78
[generic] Add support for nowvideo embedded videos
11 years ago
Jaime Marquínez Ferrándiz
f7300c5c90
[generic] Fix on python 2.6
`ParseError` is not available, it raises `xml.parsers.expat.ExpatError`.
The webpage needs to be encoded.
11 years ago
Philipp Hagemeister
4fc946b546
[generic] Add support for RSS feeds ( Fixes #667 )
11 years ago
Philipp Hagemeister
99877772d0
[generic] Add support for multiple brightcove URLs ( Fixes #2283 )
11 years ago
Philipp Hagemeister
ab083b08ab
[generic] remove testcase
The video seems to have been removed from the site.
11 years ago
Philipp Hagemeister
9f8928d032
[generic] Match JWPlayerOptions
This adds support for The Guardian, among others
Closes #2271 , fixes #2267
11 years ago
dst
c3f51436bf
Improve some regexes for embedded players
11 years ago
Philipp Hagemeister
17ab4d3b5e
[brightcove] Move test to generic
11 years ago
Philipp Hagemeister
db1f388878
[huffpost] Add support
11 years ago
Philipp Hagemeister
04b4d394d9
Add new --default-search option ( #2193 )
11 years ago
Philipp Hagemeister
9834872bf6
[facebook] Add support for embeds
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
11 years ago
Philipp Hagemeister
3486df383b
[generic] Improve testcase
11 years ago
Philipp Hagemeister
2f21eb2db6
[generic] Do not fetch XML URLs ( Fixes #2162 )
11 years ago
Philipp Hagemeister
3fabeaa1f4
[vimeo] Support protocol-relative URLs
11 years ago
dst
5f59ee7942
[novamov] Remove superfluous tabs
11 years ago
dst
8f89e68781
[novamov] Add embedded player support
11 years ago
Philipp Hagemeister
42e4fcf23a
[generic] Fix regexes
11 years ago
Philipp Hagemeister
c93c2ab1c3
[mpora] Add support ( Fixes #2096 )
11 years ago
Philipp Hagemeister
79f8295303
Use original Referer URL in Brightcove requests ( Fixes #2110 )
11 years ago
Philipp Hagemeister
796495886e
[generic] Use unicode_literals instead of duplicating the u'
11 years ago
Philipp Hagemeister
fc9713a1d2
[youtube] Support jwplayer with YouTube URLs ( Closes #2075 )
11 years ago
Philipp Hagemeister
d981cef6b9
[generic] Support gorillavid.in
Previously, we were a little bit over-eager and got a random swf file.
Fixes #2084 .
11 years ago
rzhxeo
19dab5e6cc
[GenericIE] Outsource embedded blip.tv player video id extraction to BlipTVIE and fix minor errors in RegEx
11 years ago
Philipp Hagemeister
c1d1facd06
[generic] Output something before making network requests
11 years ago
Philipp Hagemeister
7115ca84aa
[vimeo/generic] Add support for embedded SWF vimeo videos
11 years ago
Philipp Hagemeister
aa94a6d315
[aparat] Add support ( Fixes #2012 )
11 years ago
Philipp Hagemeister
1f9da9049b
[generic] Support YouTube swf embed ( Fixes #2010 )
11 years ago
Jaime Marquínez Ferrándiz
c0d0b01f0e
[generic] Detect ooyala videos ( fixes #2013 )
11 years ago
Philipp Hagemeister
3e78514568
[generic] Support application/ogg for direct links
Also remove some debugging code.
11 years ago
Philipp Hagemeister
42393ce234
Add support for direct links to a video ( #1973 )
11 years ago
Philipp Hagemeister
cecaaf3f58
[generic] Do not use compatibility result fallback
11 years ago
Philipp Hagemeister
f25571ffbf
Add support for embedded vevo player ( Fixes #1957 )
11 years ago
rzhxeo
ee3e63e477
[GenericIE] Add support for embedded blip.tv
11 years ago
Philipp Hagemeister
ef4fd84857
[wistia] Add extractor
11 years ago
Philipp Hagemeister
355e4fd07e
[generic] Find embedded dailymotion videos ( Fixes #1848 )
11 years ago
Philipp Hagemeister
113577e155
[generic] Improve detection
Allow download of http://goo.gl/7X5tOk
Fixes #1818
11 years ago
Jaime Marquínez Ferrándiz
0980426559
[bandcamp] add support for albums (reported in #1270 )
11 years ago
Philipp Hagemeister
887c6acdf2
Support multiple embedded YouTube URLs ( Fixes #1787 )
11 years ago
Jaime Marquínez Ferrándiz
dd5bcdc4c9
[brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' parameter ( fixes #1553 )
11 years ago
Jaime Marquínez Ferrándiz
eeb165e674
[brightcove] Add the extraction of the url from generic
11 years ago
Jaime Marquínez Ferrándiz
9ee2b5f6f2
tests: don't run the test if any of the extractors listed in the 'add_ie' field is marked as not working
11 years ago
rzhxeo
2dcf7d8f99
[GenericIE] Also detect youtube if src url of iframe is embedded in ' instaed of "
11 years ago
Jaime Marquínez Ferrándiz
c19f7764a5
[generic] Detect bandcamp pages that use custom domains ( closes #1662 )
They embed the original url in the 'og:url' property.
11 years ago
Jaime Marquínez Ferrándiz
aa929c37d5
[generic] Fix test video's checksum
11 years ago
Philipp Hagemeister
53c1d3ef49
Check for embedded YouTube player ( Fixes #1616 )
11 years ago
Philipp Hagemeister
9d4660cab1
[generic] Support embedded vimeo videos ( #1602 )
11 years ago
Joey Adams
3283533149
Fix Brightcove detection when another Flash object is on the page
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/
11 years ago