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
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