Two columns (1 Viewer)

bounguine

Portal Pro
November 7, 2005
233
15
51
St.Petersburg
Home Country
Russian Federation Russian Federation
I tried to update the grabber for NTV+ site, which has changed the format recently, but can't figure out how two parse two columns:
NTVplus site

The first column is parsed by this template:

<div class="clearfix"><div class="row2">
<div class="program">
<div class="time"><#START></div>
<div class="content"><h5><#TITLE></h5><#DESCRIPTION></div>
</div></div>

The second by:

<div class="row2 lastrow">
<div class="program">
<div class="time"><#START></div>
<div class="content"><h5><#TITLE></h5><#DESCRIPTION></div>
</div></div></div>

Any suggestions how two combine two templates in one grabber?


Forgot to say that if I use a simple:

<div class="time"><#START></div>
<div class="content"><h5><#TITLE></h5><#DESCRIPTION></div>

I have a mess of programmes and days
 

Users who are viewing this thread


Write your reply...
Top Bottom