Hi,
I couldnt get listings with tv_grab_na without the following
change in xmltv/xmltv/grab/na/ZapListings.pm
old: while ( $options=~s/<OPTION value="(\d+)">([^<]+)<\/OPTION>//ios ) {
new: while ( $options=~s/<OPTION value="(\d+)" >([^<]+)<\/OPTION>//ios ) {
^
Don't know if something is screwed up at my end or what.
Thanks.
Martins
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|