View difference between Paste ID: TQKLsaXL and XqehcGmK
SHOW: | | - or go back to the newest paste.
1
.
2
.
3
.
4
            <RegExp input="$$19" output="\1" dest="4+">
5
                <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;TVID.xml&quot; function=&quot;GetTVDBid&quot;&gt;http://www.thetvdb.com/api/GetSeriesByRemoteID.php?imdbid=\1&lt;/url&gt;&lt;/details&gt;" dest="19">
6
                    <expression noclean="1">&lt;td style="padding-right:8px;vertical-align:top;"&gt;&lt;a href="http://www.imdb.com/title/(.*?)"</expression>
7
                </RegExp>
8
                 <RegExp input="$$20" output="&lt;details&gt;&lt;url cache=&quot;Fanart.xml&quot; function=&quot;GetFanart&quot;&gt;http://www.thetvdb.com/api/1D62F2F90030C444/series/$$20/banners.xml&lt;/url&gt;&lt;/details&gt;" dest="19">
9
                    <expression noclean="1"/>
10
                </RegExp>            
11
                <expression noclean="1"/>
12
            </RegExp>    
13
            <expression noclean="1"/>
14
        </RegExp>
15
    </GetDetails> 
16
17
.
18
.
19
.
20
21
     <GetTVDBid dest="20" clearbuffers="no">
22
        <RegExp input="$$1" output="\1" dest="20">
23
            <expression noclean="1">&lt;id&gt;(\d+)&lt;/id&gt;</expression>
24
        </RegExp>        
25
    </GetTVDBid>    
26
    
27
     <GetFanart dest="17" clearbuffers="no">   
28
        <RegExp input="$$17" output="&lt;details&gt;&lt;fanart url=&quothttp://thetvdb.com/banners/&quot&gt;\1&lt;/details&gt;" dest="17">
29
                <RegExp input="$$1" output="&lt;chain function=&quotGetThumb&quot&gt;\1&lt;/url&gt;" dest="17+">
30
                <expression noclean="1" repeat="yes">&lt;banner&gt;(.|\r|\n)*&lt;/banner&gt;</expression>
31
              </RegExp>  
32
          <expression noclean="1"/>
33
        </RegExp>        
34
    </GetFanart> 
35
36
	<GetThumb dest="19" clearbuffers="no">
37
	  <RegExp input="$$1" output="&lt;thumb dim=&quot&\1&quot& colors=&quot&\3&quot& preview=&quot&\5&quot&&gt;\7&lt;/thumb&gt;" dest="19">
38
		<expression noclean="1">&lt;BannerType2&gt;(.*)&lt;/BannerType2&gt;(.|\r|n)*&lt;Colors&gt;(.*)&lt;/Colors&gt;(.|\r|n)*&lt;ThumbnailPath&gt;(.*)&lt;/ThumbnailPath&gt;(.|\r|n)*&lt;VignettePath&gt;(.*)&lt;/VignettePath&gt;</expression>
39
	  </RegExp>
40
	</GetThumb>
41
.
42
.