xmltv/grab/fr tv_grab_fr,1.105,1.106

Nick Morrott <[email protected]> Fri, 07 Aug 2015 00:49:47 +0000
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-serv11574/grab/fr

Modified Files:
	tv_grab_fr 
Log Message:
No tabs please, I'm British

Index: tv_grab_fr
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fr/tv_grab_fr,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** tv_grab_fr	7 Aug 2015 00:47:02 -0000	1.105
--- tv_grab_fr	7 Aug 2015 00:49:45 -0000	1.106
***************
*** 662,667 ****
          # The trimmed onmouseover attribute will contain something like:
          # showmenu('23h25-00h20<br />&nbsp;Série/Feuilleton, Thriller','Dexter - Deux en un')
! 	# However some contain badly escaped double-quotes which causes this
! 	# string to be truncated. That should really only happen in the title.
          my $line = trim($link->attr('onmouseover'));
          #debug_print("        RAWDATA: '" . $line . "'");
--- 662,667 ----
          # The trimmed onmouseover attribute will contain something like:
          # showmenu('23h25-00h20<br />&nbsp;Série/Feuilleton, Thriller','Dexter - Deux en un')
!         # However some contain badly escaped double-quotes which causes this
!         # string to be truncated. That should really only happen in the title.
          my $line = trim($link->attr('onmouseover'));
          #debug_print("        RAWDATA: '" . $line . "'");
***************
*** 1099,1106 ****
      my $t = get_tree($url);
      debug_print("get_channels(): url = '" . $url . "'");
! 		if (!defined $t) {
! 		    print STDERR "Unable to retrieve channels for $bouquet \n";
! 				return %bouquet_channels;
! 		}
  
      foreach my $cellTree ( $t->look_down( "_tag", "td", "class", "channel" ) ) {
--- 1099,1106 ----
      my $t = get_tree($url);
      debug_print("get_channels(): url = '" . $url . "'");
!     if (!defined $t) {
!         print STDERR "Unable to retrieve channels for $bouquet \n";
!         return %bouquet_channels;
!     }
  
      foreach my $cellTree ( $t->look_down( "_tag", "td", "class", "channel" ) ) {

------------------------------------------------------------------------------

_______________________________________________
xmltv-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xmltv-commit