xref: /plugin/vshare/sites.ini (revision 7148e53563770e0ea49d5853d19ac1bb65d55717)
1; [site]
2; url = the URL that will be loaded into an iframe, should contain at least @VIDEO@ placeholder
3; vid = a public sample video ID
4; web = the full URL to the website for the video identified by vid
5; emb = optional special URL to use for extracting the vid
6; rex = a regular expression that can extract the vid from the web or emb url
7; nfo = a hint on how to find the right URL to paste
8
9[youtube]
10url = //www.youtube-nocookie.com/embed/@VIDEO@
11vid = W86cTIoMv2U
12web = https://www.youtube.com/watch?v=W86cTIoMv2U
13rex = youtube\.com/.*[&?]v=([a-z0-9_\-]+)
14
15[vimeo]
16url = //player.vimeo.com/video/@VIDEO@
17vid = 85683143
18web = https://vimeo.com/85683143
19rex = vimeo\.com\/(\d+)
20
21[slideshare]
22url = //www.slideshare.net/slideshow/embed_code/@VIDEO@
23vid = 45544603
24web = https://www.slideshare.net/iruska_38/little-cat-45544603
25emb = [slideshare id=45544603&doc=littlecat-150307015432-conversion-gate01]
26rex = slideshare.*id=(\d+)
27nfo = Use the WordPress shortcode
28
29[dailymotion]
30url = //www.dailymotion.com/embed/video/@VIDEO@
31vid = x87k84d
32web = https://www.dailymotion.com/video/x87k84d
33rex = dailymotion\.com/video/([a-z0-9]+)
34
35[msoffice]
36url = //hub.video.msn.com/embed/@VIDEO@/
37vid =
38web =
39rex = (?:office\.com.*[&?]videoid=([a-z0-9\-]+))
40
41[msstream]
42url = url = //web.microsoftstream.com/embed/video/@VIDEO@?autoplay=false&showinfo=true
43vid =
44web =
45rex = microsoftstream\.com\/video\/([a-f0-9\-]{36})
46
47[archiveorg]
48url = //archive.org/embed/@VIDEO@
49vid = twitter-1414913663471812612
50web = https://archive.org/details/twitter-1414913663471812612
51rex = archive\.org/(?:embed|details)/([a-zA-Z0-9_\-]+)
52
53[niconico]
54url = //embed.nicovideo.jp/watch/@VIDEO@
55vid = sm11509720
56web = https://www.nicovideo.jp/watch/sm11509720
57rex = nicovideo\.jp/watch/(sm[0-9]+)
58
59[bitchute]
60url = //www.bitchute.com/embed/@VIDEO@
61vid = hBCtmAgzlgzT
62web = https://www.bitchute.com/video/hBCtmAgzlgzT/
63rex = bitchute\.com\/video\/([a-zA-Z0-9_\-]+)
64
65[coub]
66url = //coub.com/embed/@VIDEO@
67vid = 2zije4
68web = https://coub.com/view/2zije4
69rex = coub\.com\/view\/([a-zA-Z0-9_\-]+)
70
71[odysee]
72url = //odysee.com/$/embed/@VIDEO@
73vid = Catflappattycake/cc19d4ea5edc7ed09a5a883178c8f0317626b0fb
74web = https://odysee.com/@BedfordtheBengal:f/Catflappattycake:c
75emb = https://odysee.com/$/download/Catflappattycake/cc19d4ea5edc7ed09a5a883178c8f0317626b0fb
76rex = odysee\.com/\$/(?:embed|download)/([-%_?=/a-zA-Z0-9]+)
77nfo = Use the embed or download URL
78
79[twitchtv]
80url = //player.twitch.tv/?video=@VIDEO@&parent=@DOMAIN@
81vid = 1283612005
82web = https://www.twitch.tv/videos/1283612005
83
84[youku]
85url = //player.youku.com/embed/@VIDEO@
86vid =
87web =
88rex = v\.youku\.com/v_show/id_([0-9A-Za-z=]+)\.html
89
90[bilibili]
91url = //player.bilibili.com/player.html?bvid=@VIDEO@&page=1&as_wide=1&high_quality=1&danmaku=0
92vid = BV1aR4y1j78Q
93web = https://www.bilibili.com/video/BV1aR4y1j78Q
94rex = bilibili\.com\/video\/(BV[0-9A-Za-z]+)
95