xmltv/grab/es_laguiatv tv_grab_es_laguiatv, 1.23, 1.24
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/es_laguiatv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18893
Modified Files:
tv_grab_es_laguiatv
Log Message:
(minor) fix overlapping programmes at day end/start
Index: tv_grab_es_laguiatv
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/es_laguiatv/tv_grab_es_laguiatv,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** tv_grab_es_laguiatv 6 Feb 2014 12:55:30 -0000 1.23
--- tv_grab_es_laguiatv 2 Apr 2014 14:27:16 -0000 1.24
***************
*** 863,867 ****
debug_print("title: $p_title start: $p_stime end: $p_etime");
! if($p_title && $p_title ne "" && $p_stime && $p_stime ne "")
{
my %h = ('stime' => $p_stime,
--- 863,870 ----
debug_print("title: $p_title start: $p_stime end: $p_etime");
! # 2014-04-02 ignore programme where title = *
! # <h2> <a href="javascript:void(0);" title="*">*</a> </h2>
! #
! if($p_title && $p_title ne "" && $p_title ne "*" && $p_stime && $p_stime ne "")
{
my %h = ('stime' => $p_stime,
------------------------------------------------------------------------------