summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-07-24 20:28:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-07-24 20:28:08 (GMT)
commit329db0bb994be78d9c54ef995ab738d11e7163ba (patch)
treedfae5e0e90f07dbd9c773bd09a87c98fa434f059
parent2e23e9a5ac9be4164ac1247d5ef6c79318848f7f (diff)
link as html link
-rwxr-xr-xrhimport-dn2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-dn b/rhimport-dn
index 53e1e34..28941d5 100755
--- a/rhimport-dn
+++ b/rhimport-dn
@@ -87,7 +87,7 @@ my $out_file = "";
for my $entry ($feed->entries) {
if($entry->enclosure && $entry->enclosure->type eq "audio/mpeg") {
my $sum_title = $entry->title;
- my $sum_text = $entry->summary->body . "\n" . $entry->link;
+ my $sum_text = $entry->summary->body . "\n<br />\n<a href=\"" . $entry->link . "\">" . $entry->link . "</a>\n";
if($entry->id =~ /tag:democracynow.org,([0-9-]+):media\/mp3download\/[^\/]+/) {
next if($y ne $1);