diff options
Diffstat (limited to 'rhimport-wl')
-rwxr-xr-x | rhimport-wl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-wl b/rhimport-wl index ddfc63e..115ffd4 100755 --- a/rhimport-wl +++ b/rhimport-wl @@ -42,7 +42,7 @@ my $DB = "rivendell"; my $STAT_FILE = $ENV{'HOME'} . "/rhimport-wl.stat"; my $RSS_URL = "http://www.radiowienerlied.at/rss/podcast.xml"; -my @PV_ID = '82'; +my $PV_ID = '82'; binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); |