-
Notifications
You must be signed in to change notification settings - Fork 2
/
direct.bob.unleashed.hd.m.metalliq.json
64 lines (64 loc) · 3.27 KB
/
direct.bob.unleashed.hd.m.metalliq.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name" : "Direct [COLOR FF0084FF]-[/COLOR] Bob Unleashed HD ([COLOR FF0084FF]M[/COLOR])",
"repository" : "repository.noobsandnerds",
"plugin" : "plugin.video.bob.unleashed",
"priority" : 200,
"id" : "direct.bob.unleashed.hd.m",
"filters" : {},
"postprocess" : "",
"movies" : [
[
{
"link" : "plugin://plugin.video.bob.unleashed/?mode=get_sources&url=%3Citem%3E%0A%09%3Ctitle%3E{title_+}+%28{year}%29%3C%2Ftitle%3E%0A%09%3Cmeta%3E%0A%09%09%3Ccontent%3Emovie%3C%2Fcontent%3E%0A%09%09%3Cimdb%3E{imdb}%3C%2Fimdb%3E%0A%09%09%3Ctitle%3E{title_+}%3C%2Ftitle%3E%0A%09%09%3Cyear%3E{year}%3C%2Fyear%3E%0A%09%3C%2Fmeta%3E%0A%09%3Clink%3E%0A%09%09%3Csublink%3Esearch%3C%2Fsublink%3E%0A%09%09%3C%2Flink%3E%0A%09%3Cthumbnail%3E{poster}%3C%2Fthumbnail%3E%0A%09%3Cfanart%3E{fanart}%3C%2Ffanart%3E%0A%3C%2Fitem%3E&name={title_+}+%28{year}%29&iconimage={poster}&fanart={fanart}&description={plot_+}",
"steps" : [],
"action" : "RUN"
}
]
],
"tvshows" : [
[
{
"link" : "plugin://plugin.video.bob.unleashed/?mode=get_sources&url=%3Citem%3E%0A%09%3Ctitle%3E{clearname_+}+S{season:02d}E{episode:02d}+-+{title_+}%3C%2Ftitle%3E%0A%09%3Cmeta%3E%0A%09%09%3Ccontent%3Eepisode%3C%2Fcontent%3E%0A%09%09%3Cimdb%3E{imdb}%3C%2Fimdb%3E%0A%09%09%3Ctvdb%3E{tvdb}%3C%2Ftvdb%3E%0A%09%09%3Ctvshowtitle%3E{clearname_+}%3C%2Ftvshowtitle%3E%0A%09%09%3Cyear%3E{year}%3C%2Fyear%3E%0A%09%09%3Ctitle%3E{title_+}%3C%2Ftitle%3E%0A%09%09%3Cpremiered%3E{firstaired}%3C%2Fpremiered%3E%0A%09%09%3Cseason%3E{season}%3C%2Fseason%3E%0A%09%09%3Cepisode%3E{episode}%3C%2Fepisode%3E%0A%09%09%3Cthumbnail%3E{thumbnail}%3C%2Fthumbnail%3E%0A%09%09%3C%2Fmeta%3E%0A%09%3Clink%3E%0A%09%09%3Csublink%3Esearch%3C%2Fsublink%3E%0A%0909%3C%2Flink%3E%0A%3C%2Fitem%3E&name={clearname_+}+S{season:02d}E{episode:02d}+-+{title_+}&iconimage={thumbnail}&fanart={fanart}&description={plot_+}",
"steps" : [],
"action" : "RUN"
}
]
],
"musicvideos" : [],
"music" : [
[
{
"link" : "plugin://plugin.video.bob.unleashed/?action=get_list&content=0&url=http%3a%2f%2fnorestrictions.club%2fnorestrictions.club%2ftastreams%2ffiles%2fMP3.xml",
"steps" : [
"($$.*$$)..{cleartrack}($$.*$$)"
],
"action" : "RUN"
},
{
"link" : "plugin://plugin.video.bob.unleashed/?action=get_list&content=0&url=http%3a%2f%2fnorestrictions.club%2fnorestrictions.club%2ftastreams%2ffiles%2fOld%2520School%2520Reggae.xml",
"steps" : [
"($$.*$$){clearartist} - {cleartrack}($$.*$$)"
],
"action" : "RUN"
}
]
],
"live" : [
[
{
"link" : "plugin://plugin.video.bob.unleashed/?action=get_list&content=0&url=http%3a%2f%2fnorestrictions.club%2fnorestrictions.club%2ftastreams%2ffiles%2fSports%2520Playlist.xml",
"steps" : [
".*$${basename}.({extension}|{extension|number_to_text()}|{extension|text_to_number()})$$.*"
],
"action" : "RUN"
},
{
"link" : "plugin://plugin.video.bob.unleashed/?action=get_list&content=0&url=http%3a%2f%2fnorestrictions.club%2fnorestrictions.club%2ftastreams%2ffiles%2fMusic%2520TV.xml",
"steps" : [
".*$$.*{basename}.({extension}|{extension|number_to_text()}|{extension|text_to_number()}).*$$.*"
],
"action" : "RUN"
}
]
]
}