2009-09-17, 17:02
i don't know if this is a bug or there is some method that i don't know:
In both example the real url interrogated are:
for work i must write:
is there some special tag for <url> tag?
thank you in advance!
p.s. i use XBMC 9.04.1 r20654 (compiled: May 25)
Code:
<RegExp input="$$8" output="<url function="GetImdbId">http://akas.imdb.com/find?s=tt;[b]q=State of Play (2009)[/b]</url>" dest="5+">
Code:
<RegExp input="$$8" output="<url function="GetImdbId">http://akas.imdb.com/find?s=tt;[b]q="State of Play (2009)"[/b]</url>" dest="5+">
In both example the real url interrogated are:
Code:
http://akas.imdb.com/find?s=tt;[b]q=State[/b]
for work i must write:
Code:
<RegExp input="$$8" output="<url function="GetImdbId">http://akas.imdb.com/find?s=tt;q=State%20of%20Play%20(2009)</url>" dest="5+">
is there some special tag for <url> tag?
thank you in advance!
p.s. i use XBMC 9.04.1 r20654 (compiled: May 25)