WEBEPG (1 Viewer)

pierremenard

MP Donator
  • Premium Supporter
  • April 6, 2006
    228
    0
    46
    Verona (Italy)
    Home Country
    Italy Italy
    I'm trying to fix alice_it grabber, but I'm stuck. Does anyone know why this code

    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.
     

    Users who are viewing this thread

    Top Bottom