diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-23 00:11:31 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-23 00:11:31 (GMT) |
commit | d85c6d205ac64681e49be76d0e50134dfa21036e (patch) | |
tree | b278fe11cd42fd03c3d121d03309c46caf2c4d02 /rhimport-rs | |
parent | c9c41b172731af0029ec1989803647f4dd7e6ddf (diff) |
all cba importer now use wget (switch to https...)
Diffstat (limited to 'rhimport-rs')
-rwxr-xr-x | rhimport-rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-rs b/rhimport-rs index c8e091a..bb1453a 100755 --- a/rhimport-rs +++ b/rhimport-rs @@ -43,7 +43,7 @@ my $DBPW = "lldriven"; my $DB = "rivendell"; my $STAT_FILE = $ENV{'HOME'} . "/rhimport-rs.stat"; -my $RSS_URL = "http://cba.fro.at/seriesrss/262433?c=Kfs2IoV2Wmd"; +my $RSS_URL = "https://cba.fro.at/seriesrss/262433?c=Kfs2IoV2Wmd"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $PV_ID = '75'; |