xmltv/grab/fi_sv test.conf, 1.3, 1.4 tv_grab_fi_sv, 1.16, 1.17
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/fi_sv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23421
Modified Files:
test.conf tv_grab_fi_sv
Log Message:
Add new channel - Elava Arkisto (although it has no data currently)
Index: tv_grab_fi_sv
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fi_sv/tv_grab_fi_sv,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tv_grab_fi_sv 28 Jun 2014 07:48:01 -0000 1.16
--- tv_grab_fi_sv 20 Jun 2015 11:28:15 -0000 1.17
***************
*** 149,152 ****
--- 149,157 ----
'display-name' => [[ 'YLE Teema', $LANGUAGE_CODE ]]
},
+ 'elava-arkisto.yle.fi' => {
+ 'id' => 'elava-arkisto.yle.fi',
+ 'group' => 3,
+ 'display-name' => [[ 'Elava Arkisto', $LANGUAGE_CODE ]]
+ },
'areena.yle.fi' => {
'id' => 'areena.yle.fi',
***************
*** 210,213 ****
--- 215,219 ----
'yle-teema' => 'teema.yle.fi',
'yle-areena' => 'areena.yle.fi',
+ 'yle-elava-arkisto' => 'elava-arkisto.yle.fi',
'MTV3' => 'mtv3.yle.fi',
'Nelonen' => 'nelonen.yle.fi',
***************
*** 490,495 ****
# Check if this program belongs to one of the
# configured channels. If it doesn't, ignore it.
my $c_channel_id = $channel_id_map->{$chan_id};
! next unless( exists( $wanted{ $c_channel_id } ) );
say "Processing $c_channel_id" if $opt->{debug};
--- 496,503 ----
# Check if this program belongs to one of the
# configured channels. If it doesn't, ignore it.
+ say "Found $chan_id" if $opt->{debug};
my $c_channel_id = $channel_id_map->{$chan_id};
! say "UNKNOWN CHANNEL ID $chan_id" if $opt->{debug} && !$c_channel_id;
! next unless( $c_channel_id && exists( $wanted{ $c_channel_id } ) );
say "Processing $c_channel_id" if $opt->{debug};
Index: test.conf
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fi_sv/test.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test.conf 13 Apr 2014 16:14:10 -0000 1.3
--- test.conf 20 Jun 2015 11:28:15 -0000 1.4
***************
*** 4,7 ****
--- 4,8 ----
channel=tv2.yle.fi
channel=nelonen.yle.fi
+ channel!elava-arkisto.yle.fi
channel=fem.yle.fi
channel=areena.yle.fi
------------------------------------------------------------------------------