xmltv/grab/fr test.conf, 1.3, 1.4 tv_grab_fr, 1.97, 1.98
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/fr
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9835
Modified Files:
test.conf tv_grab_fr
Log Message:
fix recognition of grab failures (server returns blank page)
(note: site is broken in as much as it returns a blank page but with http code 200 and cache-control max-age=1800,
site also seems to ignore max-age=0 requests so it's impossible to override this!)
Index: tv_grab_fr
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fr/tv_grab_fr,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** tv_grab_fr 13 Jun 2011 07:37:55 -0000 1.97
--- tv_grab_fr 1 Jul 2014 17:29:21 -0000 1.98
***************
*** 1248,1252 ****
my $content;
my $nbretry = 0;
! while (not defined($content = get_nice($url))) {
++$nbretry;
return undef if $nbretry == $MAX_RETRY;
--- 1248,1252 ----
my $content;
my $nbretry = 0;
! while ( (not defined($content = get_nice($url))) || (length($content) == 0) ) {
++$nbretry;
return undef if $nbretry == $MAX_RETRY;
Index: test.conf
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fr/test.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test.conf 28 Feb 2010 00:02:35 -0000 1.3
--- test.conf 1 Jul 2014 17:29:21 -0000 1.4
***************
*** 47,51 ****
#channel 28 France 4;http://telepoche.guidetele.com/medias/chaines/france4.gif
#channel 3 France 3;http://telepoche.guidetele.com/medias/chaines/france3.gif
! #channel 4 Canal +;http://telepoche.guidetele.com/medias/chaines/canalplus.gif
#channel 40 AB 1;http://telepoche.guidetele.com/medias/chaines/ab1.gif
#channel 5 Arte;http://telepoche.guidetele.com/medias/chaines/arte.gif
--- 47,51 ----
#channel 28 France 4;http://telepoche.guidetele.com/medias/chaines/france4.gif
#channel 3 France 3;http://telepoche.guidetele.com/medias/chaines/france3.gif
! channel 4 Canal +;http://telepoche.guidetele.com/medias/chaines/canalplus.gif
#channel 40 AB 1;http://telepoche.guidetele.com/medias/chaines/ab1.gif
#channel 5 Arte;http://telepoche.guidetele.com/medias/chaines/arte.gif
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft