summaryrefslogtreecommitdiff
path: root/rhimport-btl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-06-05 17:04:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-06-05 17:04:28 (GMT)
commit15d75c3fdf9da778ed5c697e20927bfa7d150695 (patch)
tree9a9fd849e62dda15999de15d0de69b1f71988719 /rhimport-btl
parentfa12251356b2cf03bbedaeb6d8e9238a5662e369 (diff)
removing bitrate at title of between the line notes
Diffstat (limited to 'rhimport-btl')
-rwxr-xr-xrhimport-btl1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhimport-btl b/rhimport-btl
index 81017b2..3101fc2 100755
--- a/rhimport-btl
+++ b/rhimport-btl
@@ -102,6 +102,7 @@ for my $entry ($feed->entries) {
next unless $entry->enclosure->url =~ /$bdfile/;
my $sum_title = decode_entities($entry->title);
+ $sum_title =~ s/ \(128 kbps\)$//;
my $sum_text = decode_entities($entry->content->body);
my $ff = File::Fetch->new(uri => $entry->enclosure->url);