diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-12-28 16:26:18 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-12-28 16:26:18 (GMT) |
commit | 32d8551c32302fba7ed5fc6628454e0676a9a2e1 (patch) | |
tree | 6a9e7f81982cfc2c3a2837b59bbd77d0bd232aa9 | |
parent | f7283b407ffcd42fa17d957cf748bba9ba2b6e92 (diff) |
fix title of a year abroad importer
-rwxr-xr-x | rhautoimport-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ab b/rhautoimport-ab index 7c20142..537fd07 100755 --- a/rhautoimport-ab +++ b/rhautoimport-ab @@ -40,7 +40,7 @@ my $RSS_URL = "https://cba.fro.at/series/a-year-abroad/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "yearabroad"; my $PV_ID = '672'; -my $TITLE = "das mensch. gender_queer on air"; +my $TITLE = "A Year Abroad"; my $LAST_RUN = 0; my $upload_delay_days = -3; # files are usally there at least 3 days before original broadcast?? histroy will tell! |