xmltv/grab/eu_epgdata tv_grab_eu_epgdata,1.44,1.45
Jan Schneider <[email protected]> Mon, 23 Jan 2017 14:59:16 +0000
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/eu_epgdata
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21649/grab/eu_epgdata
Modified Files:
tv_grab_eu_epgdata
Log Message:
Tweak channel name order to put the more common name first.
Index: tv_grab_eu_epgdata
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/eu_epgdata/tv_grab_eu_epgdata,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** tv_grab_eu_epgdata 9 Oct 2014 20:24:06 -0000 1.44
--- tv_grab_eu_epgdata 23 Jan 2017 14:59:14 -0000 1.45
***************
*** 587,596 ****
}
my @names;
- if ($channel->first_child('ch11')->text) {
- push(@names, [ $channel->first_child('ch11')->text ]);
- }
if ($channel->first_child('ch0')->text) {
push(@names, [ $channel->first_child('ch0')->text ]);
}
if ($channel->first_child('ch1')->text) {
push(@names, [ $channel->first_child('ch1')->text ]);
--- 587,596 ----
}
my @names;
if ($channel->first_child('ch0')->text) {
push(@names, [ $channel->first_child('ch0')->text ]);
}
+ if ($channel->first_child('ch11')->text) {
+ push(@names, [ $channel->first_child('ch11')->text ]);
+ }
if ($channel->first_child('ch1')->text) {
push(@names, [ $channel->first_child('ch1')->text ]);
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot