Commit Graph

20 Commits

Author SHA1 Message Date
Mort Yao
21830e367f
[embed] oops 2017-09-11 14:29:40 +02:00
Mort Yao
24f89d3981
[embed] remove some 'title=title' -- these parameters are not even defined 2017-09-11 14:28:17 +02:00
Mort Yao
a534c11e94
[embed] add dailymotion patterns 2017-09-11 13:23:02 +02:00
MaxwellGoblin
0a00ff3c46 [embed]support bokecc cloud 2017-09-05 12:36:50 +08:00
MaxwellGoblin
5825564761 [embed]support iqiyi embed player; search iframe recursively 2017-08-12 20:57:08 +08:00
MaxwellGoblin
b6b53d0d2a [embed vimeo]pass referer to VimeoExtractor 2017-08-12 19:14:18 +08:00
Zhiming Wang
a6d3c13684
[embed] add support for bilibili's embedded player
Sample embed: for http://www.bilibili.com/video/av5079467/:

  <embed
    height="415" width="544" quality="high"
    allowfullscreen="true" type="application/x-shockwave-flash"
    src="http://static.hdslb.com/miniloader.swf"
    flashvars="aid=5079467&page=1"
    pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
  ></embed>
2016-12-05 23:45:28 -05:00
Zhiming Wang
391ca5643a
[embed] correct tudou pattern
Hyphen-minus (-) is a valid character in Tudou's video ID. It's even
present in the second pattern of tudou_embed_patterns, just not the
first.
2016-11-02 20:44:40 -04:00
jmargeta
e6af1c6265 Support for embedded Vimeo videos
Example URL:
- http://www.miracletutorials.com/howto-embed-vimeo/
2016-05-19 22:57:48 +02:00
Mort Yao
6b9e297890 [embed] support netease, close #1001 2016-03-31 17:42:00 +02:00
Mort Yao
fd1c63618a [letv] fix #947 2016-03-03 21:49:47 +01:00
Mort Yao
28b08a0103 [embed] fix tudou_embed_patterns 2015-12-11 19:31:13 +01:00
Mort Yao
1729d97d77 [embed] redundant regex 2015-11-20 23:36:18 +01:00
Mort Yao
5b9ab46939 [embed] support embedded iqiyi patterns 2015-11-11 05:17:45 +01:00
Mort Yao
ee06e3a516 [embed] support embedded yinyuetai patterns 2015-11-11 04:20:26 +01:00
Mort Yao
fad3fa8180 [embed] add more patterns for Tudou
- Example link: http://tieba.baidu.com/shipin/bw/video/play?kw=akb48&v_id=a35619448853a42b942231e1
2015-10-21 17:40:56 +02:00
Mort Yao
ee917b3920 [embed] add more patterns for Tudou
- Example link: http://tieba.baidu.com/p/4114753102
2015-10-21 13:37:34 +02:00
Mort Yao
6a58918673 [embed] remove duplicated embedded URLs 2015-10-19 03:03:58 +02:00
Zhang Ning
c73a636d43 support multi video in one page
add matchall api

matchall: almost same as match1, but it will return a list
of all matches.
2015-09-03 18:07:20 +08:00
Zhang Ning
b50cc2338f support embed player for youku/tudou
try sites one by one, to search video.
but not in video order.

Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
2015-09-03 14:47:22 +08:00