Hi,
i want to extend my grabber for tvtv.at with information provided in a sublink but i have problems with that.
From this site i grab the information from (example)
This is an example of the sublink:
And my parser Code:
tv.log:
As you can see WebEPG is extracting the wrong link but why is it grabbing the this.href part? Is it a WebEPG bug?
best regards
Wolfgang
i want to extend my grabber for tvtv.at with information provided in a sublink but i have problems with that.
From this site i grab the information from (example)
Code:
http://www.tvtv.at/tvtv/index.vm?groupid=6&dayId=1&weekId=0&chnl=4119&lang=de&epgView=list
This is an example of the sublink:
Code:
<a href="web/programdetails.vm?programmeId=38859762&lang=de&epgView=list&groupid=0&tref=Program" onclick="popup(this.href); return false;">
And my parser Code:
Code:
<Sublink search="programdetails" template="details">
</Sublink>
tv.log:
Code:
WebEPG: Guide, Program Info: 20100418201500 - Nature's Keepers
WebEPG: SubLink Request [B]http://www.tvtv.at/tvtv/this.href[/B] POST:
HTMLPage: GetInternal encoding: UTF-8
WebEPG: Getting sublinked data sucessful
As you can see WebEPG is extracting the wrong link but why is it grabbing the this.href part? Is it a WebEPG bug?
best regards
Wolfgang