xmltv/grab/dtv_la tv_grab_dtv_la,1.5,1.6
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/dtv_la
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13224
Modified Files:
tv_grab_dtv_la
Log Message:
(minor) fix "not well-formed xml" error in programme url
Index: tv_grab_dtv_la
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/dtv_la/tv_grab_dtv_la,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tv_grab_dtv_la 21 Apr 2014 14:22:45 -0000 1.5
--- tv_grab_dtv_la 22 Apr 2014 16:43:02 -0000 1.6
***************
*** 558,562 ****
$p_out->{'sub-title'} = [[ encode($OUT_ENCODING, $p->{'sub_title'}), $LANG ]] if (defined $p->{'sub_title'} && $p->{'sub_title'} ne '');
$p_out->{'rating'} = [[ $p->{'rating'} ]] if (defined $p->{'rating'} && $p->{'rating'} ne '');
! $p_out->{'url'} = [ $p->{'url'} ] if (defined $p->{'url'} && $p->{'url'} ne '');
$p_out->{'video'} = $p->{'video'} if (defined $p->{'video'});
--- 558,562 ----
$p_out->{'sub-title'} = [[ encode($OUT_ENCODING, $p->{'sub_title'}), $LANG ]] if (defined $p->{'sub_title'} && $p->{'sub_title'} ne '');
$p_out->{'rating'} = [[ $p->{'rating'} ]] if (defined $p->{'rating'} && $p->{'rating'} ne '');
! $p_out->{'url'} = [ encode($OUT_ENCODING, $p->{'url'}) ] if (defined $p->{'url'} && $p->{'url'} ne '');
$p_out->{'video'} = $p->{'video'} if (defined $p->{'video'});
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform