Ticket #343 (closed defect: fixed)
Change "ABC2" -> "ABC2 / ABC4" in abc_website grabber.
| Reported by: | dylanrabbit@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Grabber | Version: | |
| Keywords: | ABC2 Grabber | Cc: |
Description
Apologies, I'm new here.
Changeset 1366 renamed channel "ABC2" to "ABC2 / ABC4".
This should be reflected in the abc_website grabber.
I've made a change for myself that appears to work. What's the best way to submit this?
-Dylan
Was... my $progname = "abc_website"; my $version = "4.00";
~/.shepherd/grabbers/abc_website$ diff -iw my.abc_website abc_website 40c40 < $urls->{station_close}->{"ABC2 / ABC4"} = "http://www.abc.net.au/tv/guide/abc2-7day-guide.htm"; ---
$urls->{station_close}->{"ABC2"} = "http://www.abc.net.au/tv/guide/abc2-7day-guide.htm";
61c61 < 'ABC2 / ABC4' => 'epgAbc2', ---
'ABC2' => 'epgAbc2',
153c153 < (!defined $channels->{"ABC2 / ABC4"}) && ---
(!defined $channels->{"ABC2"}) &&
166c166 < &log(sprintf "Going to %s%s %s%d%s days%s of data for ABC1(%s), ABC2 / ABC4(%s), ABC3(%s) or ABC News 24(%s) into %s (%s)", ---
&log(sprintf "Going to %s%s %s%d%s days%s of data for ABC1(%s), ABC2(%s), ABC3(%s) or ABC News 24(%s) into %s (%s)",
174c174 < (defined $channels->{"ABC2 / ABC4"} ? "yes" : "no"), ---
(defined $channels->{"ABC2"} ? "yes" : "no"),
194c194 < foreach my $ch ("ABC1","ABC2 / ABC4","ABC3","ABC News 24") { ---
foreach my $ch ("ABC1","ABC2","ABC3","ABC News 24") {
198c198 < foreach my $ch ("ABC1","ABC2 / ABC4", "ABC3","ABC News 24") { ---
foreach my $ch ("ABC1","ABC2", "ABC3","ABC News 24") {
