NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 15 16 17 18 19 93 Next »
zap2xml - a free zap2it scraper

 
  • 0 Vote(s) - 0 Average
zap2xml - a free zap2it scraper
tony1234
Offline

Junior Member

Posts: 31
Threads: 1
Joined: Dec 2006
#161
2008-06-27, 02:04 AM
To anyone who've downloaded the latest update: Do the cache still works for you?
I get: Deleting: cache/1214776800000.html.gz (expired)
on every file downloaded and the cache directory is always empty at the end.
Mike S
Offline

Member

Posts: 56
Threads: 8
Joined: Jun 2005
#162
2008-06-27, 12:31 PM
Works normally for me
fla
Offline

Posting Freak

Posts: 885
Threads: 46
Joined: Mar 2006
#163
2008-06-28, 02:44 AM
tony1234 Wrote:To anyone who've downloaded the latest update: Do the cache still works for you?
I get: Deleting: cache/1214776800000.html.gz (expired)
on every file downloaded and the cache directory is always empty at the end.
I get this too and investigated a bit. If you have one title where pgmID is set to nothing then the entire six hour block is marked as expired and later deleted. I have exactly one such empty pgmId per six hour block and therefor all the cache files are marked as expired and deleted.
Code:
<span class="zc-program-title"><a href="/tvlistings/ZCProgram.do?method=getDetail&pgmId=&sch=&stn=17195&chn="></a></span>
This is the code that requires one or more words for pgmId:
Code:
if ($inTitle) {
    $cs = $rcs;
    $cp = $sch = $attr->{href};
    $cp =~ s/.*pgmId=(\w+).*/$1/;
    $sch =~ s/.*sch=(\w+).*/$1/;
    if ($cp =~ /pgmId/) {
        $cp = $cs = $sch = -1;
        $expired++;
        $exp = 1;
    }
Accents seem to be broken now and I get pages of the following warnings. This used to work.
Code:
Wide character in print at C:\Program Files\devnz\gbpvr\zap2xml.pl line 347.
Wide character in print at C:\Program Files\devnz\gbpvr\zap2xml.pl line 349.
Wide character in print at C:\Program Files\devnz\gbpvr\zap2xml.pl line 350.
gunterhausfrau
Offline

Member

Posts: 73
Threads: 17
Joined: Mar 2005
#164
2008-06-28, 08:54 PM (This post was last modified: 2008-06-28, 09:15 PM by gunterhausfrau.)
My xmltv.xml doesn't look to be empty (opened it looks like it is fine) but the tv listings are all empty?!?

argh.

any thoughts?

looked at the update while running and see
"expired programs: 7" if I change the number of days to collect from 7 to 14 this number also changes. It was working earlier this week, did something change?

again. Thanks.
tonyintn
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Sep 2007
#165
2008-06-28, 10:38 PM
Yep all of mine are showing expired also guide is not showing properly anymore.
gunterhausfrau
Offline

Member

Posts: 73
Threads: 17
Joined: Mar 2005
#166
2008-06-28, 10:45 PM (This post was last modified: 2008-06-28, 11:32 PM by gunterhausfrau.)
glad to hear it is not just me, or really really not glad to hear it is just me.

funny, from the xml file it looks to be updating and I see shows listed in the future, but they just not getting into GBPVR. Did a date format change? more digging is required I guess.

update:
found that there is a new version of the pearl script (and possibly the exe, I use the pearl) there was a change to the zap2it website, so in the last few days there was a new version. Go to the web page, http://zap2xml.110mb.com/ get the new version, should work. Did for me (after a bit of poking).

hope it works for you...
fla
Offline

Posting Freak

Posts: 885
Threads: 46
Joined: Mar 2006
#167
2008-06-29, 12:54 PM
The new version works but leaves the cache directory empty.
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#168
2008-06-29, 01:09 PM (This post was last modified: 2008-06-29, 01:14 PM by ww4397.)
I'm not sure what is going on, but after an EPG update I always have 14 days of data. However, after yesterday's update, I had 13 days. Now, after today's update I only have 12 days.

I tried deleting the Zap2xml cache and letting it rebuild anew, but that didn't change anything -- still just 12 days of data.

I'm using the latest (6/26/08) .exe version of Zap2xml.

PS: I sent a message to the author.
Spamdini
Offline

Junior Member

Posts: 30
Threads: 2
Joined: Aug 2005
#169
2008-06-29, 11:12 PM
ww4397 Wrote:I'm not sure what is going on, but after an EPG update I always have 14 days of data. However, after yesterday's update, I had 13 days. Now, after today's update I only have 12 days.

I noticed this too. If I go to zap2it.com, they only have my listings through the afternoon of July 10 the same as GBPVR is showing. So the problem is with zap2it not zap2xml.
par38lamp
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Mar 2007
#170
2008-06-30, 05:19 AM
I am having problems as well. It rolls through Parsing 1/54 to 43/54, then says logging in, and the continues to 56/56, writes the xml file, and closes.

This occured with both the May version, and the new June 26 version.

I am using the -d 14 modifier.

...update...I opened a command prompt and manually ran zap2xml, and it downloaded everything, and the TV guide is full of data...

And then I ran my .bat file (same as the manual command line) and it didn't work. Only parsed things, and then wrote an xml file. Manually tried it, failed. Logged into zap2it and logged out, tried again, failed.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (20): « Previous 1 … 15 16 17 18 19 20 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Free XMLTV EPG scraper dneprrider 214 100,961 2010-03-29, 04:54 AM
Last Post: dljones8053
  xmltv zap2it & msn scraper merge tvshowman 2 1,919 2007-12-12, 03:48 AM
Last Post: tvshowman
  Thanks to all the Scraper Developers obiwan 1 1,504 2007-09-18, 01:43 AM
Last Post: whurlston
  Quick plug for the FREE Gimp Digital712 2 2,171 2006-08-05, 04:49 AM
Last Post: reven
  Free code librarys? McBainUK 7 3,388 2006-05-19, 04:52 PM
Last Post: acheyne
  Free eBook on how SharpDevelop was written gruskada 0 1,237 2006-02-04, 02:07 PM
Last Post: gruskada
  Extra Zap2It Meta Data jorm 18 6,761 2005-03-15, 03:45 PM
Last Post: sub
  free icons for skins. reven 0 1,887 2004-12-31, 05:32 AM
Last Post: reven

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode