I'm trying to fix alice_it grabber, but I'm stuck. Does anyone know why this code
does not work like this
(tags TDPB)
If I try to parse
http://spettacolo.alice.it/guidatv/cgi/index.cgi?tipo=1&qs=9598096
with webEPG Designer, I get different result with the 2 codes (in the field DESCRIPTION), but the only difference is <z(><b></b></z)?> that is an optional value.
I think I'm missing something banal....
Thank you for your reply!
F.
Code:
<td>
<div>
<#TITLE>
</div>
<div>
<b>
<#GENRE>
</b>
<z(><b></b></z)?>
</div>
<div>
<#DESCRIPTION>
<b>
</b>
<z(>
<p>
<#SUBTITLE>
</p>
</div></z)?>
does not work like this
Code:
<td>
<div>
<#TITLE>
</div>
<div>
<b>
<#GENRE>
</b>
</div>
<div>
<#DESCRIPTION>
<b>
</b>
<z(>
<p>
<#SUBTITLE>
</p>
</div></z)?>
(tags TDPB)
If I try to parse
http://spettacolo.alice.it/guidatv/cgi/index.cgi?tipo=1&qs=9598096
with webEPG Designer, I get different result with the 2 codes (in the field DESCRIPTION), but the only difference is <z(><b></b></z)?> that is an optional value.
I think I'm missing something banal....
Thank you for your reply!
F.