summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-22 14:30:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-22 14:31:27 (GMT)
commit5938daf832ad1322d05cd49004b7f74a3aad4595 (patch)
tree7c6dbf49bf6127a8c9b08d508989d64bf461b0c2
parent3765558f1054894bab0bc35edeba41a898442e04 (diff)
btl only has 128kbit/s versions even if filename says '64'
-rw-r--r--debian/changelog6
-rwxr-xr-xrhimport-btl2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fd0f57b..dc7f383 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhimport (0.3.15-57) unstable; urgency=medium
+
+ * fixe btl importer
+
+ -- Christian Pointner <equinox@helsinki.at> Thu, 22 Sep 2016 16:30:51 +0200
+
rhimport (0.3.15-56) unstable; urgency=medium
* fixe po and wr since cba changed url fro namespace
diff --git a/rhimport-btl b/rhimport-btl
index 240f3a9..c4c91c4 100755
--- a/rhimport-btl
+++ b/rhimport-btl
@@ -86,7 +86,7 @@ print "ending of current broadcast cycle: " . Date::Calc::Date_to_Text(@broadcas
my $id = sprintf("%04d-%02d-%02d", @import_date);
my $bd = sprintf("%04d-%02d-%02d", @broadcast_date);
-my $bdfile = sprintf("%02d%02d%02d.*-btlv128\.mp3", $broadcast_date[0]%100, $broadcast_date[1], $broadcast_date[2]);
+my $bdfile = sprintf("%02d%02d%02d.*-btlv.*\.mp3", $broadcast_date[0]%100, $broadcast_date[1], $broadcast_date[2]);
print "looking for files like '$bdfile' in RSS Feed\n";
print " -> $RSS_URL\n";