-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathprovider.iplayerwww.meta.json
37 lines (37 loc) · 1.05 KB
/
provider.iplayerwww.meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "iPlayer WWW",
"plugin": "plugin.video.iplayerwww",
"tvshows": [
[
{
"link": "plugin://plugin.video.iplayerwww",
"steps": [
".*Programme List A-Z",
"{clearname[0]}",
"{showname}.*",
".*(?:Series {season}: *{episode}$$|Episode.*$${episode}$$).*"
]
},
{
"link": "plugin://plugin.video.iplayerwww",
"steps": [
".*Programme List A-Z",
"{clearname[4]}",
"{showname}.*",
".*(?:Series {season}: *{episode}$$|Episode.*$${episode}$$).*"
]
}
]
],
"live": [
[
{
"link": "plugin://plugin.video.iplayerwww",
"steps": [
".*Watch Live",
"{name}($$.*)?"
]
}
]
]
}