blob: 09120f610ff5eecefccfaae530e97cf765a47e98 (
plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
|
<scraperfunctions>
<GetFanartTvArtistThumbsByMBID dest="5" clearbuffers="no">
<RegExp input="$$1" output="<details><url function="ParseFanartTvArtistThumbs" cache="fanarttv-artistimages-\1.json">http://api.fanart.tv/webservice/artist/ed4b784f97227358b31ca4dd966a04f1/\1/json/</url></details>" dest="5">
<expression noclean="1" />
</RegExp>
</GetFanartTvArtistThumbsByMBID>
<ParseFanartTvArtistThumbs dest="5" clearbuffers="no">
<RegExp input="$$13" output="<details>\1</details>" dest="5">
<RegExp input="" output="" dest="13">
<expression />
</RegExp>
<RegExp input="" output="" dest="16">
<expression />
</RegExp>
<RegExp input="$$1" output="\1" dest="16">
<expression noclean="1">"artistthumb":\[(.*?)\}\]</expression>
</RegExp>
<RegExp input="$$16" output="<thumb preview="\1/preview">\1</thumb>" dest="13">
<expression repeat="yes" noclean="1">"id":"\d*","url":"([^"]*)</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</ParseFanartTvArtistThumbs>
<GetFanartTvArtistFanartsByMBID dest="5" clearbuffers="no">
<RegExp input="$$1" output="<details><url function="ParseFanartTvArtistFanarts" cache="fanarttv-artistimages-\1.json">http://api.fanart.tv/webservice/artist/ed4b784f97227358b31ca4dd966a04f1/\1/json/</url></details>" dest="5">
<expression noclean="1" />
</RegExp>
</GetFanartTvArtistFanartsByMBID>
<ParseFanartTvArtistFanarts dest="5" clearbuffers="no">
<RegExp input="$$13" output="<details><fanart>\1</fanart></details>" dest="5">
<RegExp input="" output="" dest="13">
<expression />
</RegExp>
<RegExp input="" output="" dest="14">
<expression />
</RegExp>
<RegExp input="" output="" dest="16">
<expression />
</RegExp>
<RegExp input="$$1" output="\1" dest="16">
<expression noclean="1">"artistbackground":\[(.*?)\}\]</expression>
</RegExp>
<RegExp input="$$16" output="<thumb preview="\1/preview">\1</thumb>" dest="14">
<expression repeat="yes" noclean="1">"id":"\d*","url":"([^"]*)</expression>
</RegExp>
<RegExp input="$$14" output="\1" dest="13">
<expression noclean="1">(.+)</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</ParseFanartTvArtistFanarts>
<GetFanartTvAlbumThumbsByMBID dest="5" clearbuffers="no">
<RegExp input="$$1" output="<details><url function="ParseFanartTvAlbumThumbs" cache="fanarttv-albumimages-\1.json">http://api.fanart.tv/webservice/album/ed4b784f97227358b31ca4dd966a04f1/\1/json/</url></details>" dest="5">
<expression noclean="1" />
</RegExp>
</GetFanartTvAlbumThumbsByMBID>
<ParseFanartTvAlbumThumbs dest="5" clearbuffers="no">
<RegExp input="$$13" output="<details>\1</details>" dest="5">
<RegExp input="" output="" dest="13">
<expression />
</RegExp>
<RegExp input="" output="" dest="16">
<expression />
</RegExp>
<RegExp input="$$1" output="\1" dest="16">
<expression noclean="1">"albumcover":\[(.*?)\]\}</expression>
</RegExp>
<RegExp input="$$16" output="<thumb preview="\1/preview">\1</thumb>" dest="13">
<expression repeat="yes" noclean="1">"id":"\d*","url":"([^"]*)</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</ParseFanartTvAlbumThumbs>
</scraperfunctions>
|