Why "No Listings Found" in logs? (1 Viewer)

sebanr1

Portal Member
January 4, 2009
19
2
Home Country
Poland Poland
If someone could look into this and see what am I doing wrong.
I give up.
It looks like it doesn't download data at all

<?xml version="1.0" encoding="utf-8"?>
<Grabber>
<Info availableDays="5" timezone="" version="2.0" />
<Channels>
<Channel id="TVP 2" siteId="TVP-2" />

</Channels>
<Listing type="Html">
<Site url="http://www.teleman.pl/program-tv/stacje/[ID]?day=[DAY_OFFSET]" post="" external="false" delay="1000" encoding="utf-8" />
<Html>
<Template name="default" start="programmes" end="sidebar">
<SectionTemplate tags="T D S P H I A">
<TemplateText>
&lt;li data-cat="" data-show="" class="prog cat_xxx"&gt;&lt;h3&gt;&lt;span class="time" data-stop="&lt;#END&gt;"&gt;&lt;#START&gt;&lt;/span&gt;&lt;a href="" class="prog_title"&gt;&lt;#TITLE&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div class="genre"&gt;&lt;/div&gt;&lt;/li&gt;
</TemplateText>
</SectionTemplate>
</Template>
<!--
<Searches>
<Search match="\([0-9]{1,4}[,][0-9]{0,4}\)" field="#EPISODE" remove="true" />
<Search match="\([0-9]{1,4}\)" field="#EPISODE" remove="true" />
<Search match="\([0-9]{1,4}[/][0-9]{0,4}\)" field="#EPISODE" remove="true" />
</Searches> -->
</Html>
</Listing>
</Grabber>
 

sebanr1

Portal Member
January 4, 2009
19
2
Home Country
Poland Poland
Solved.
Problem was here:
<Template name="default" start="programmes" end="sidebar">
start and end do not appear in html code.
 

Users who are viewing this thread

Top Bottom