summaryrefslogtreecommitdiff
path: root/rhimport-dn
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport-dn')
-rwxr-xr-xrhimport-dn2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-dn b/rhimport-dn
index 47933f4..9a1020a 100755
--- a/rhimport-dn
+++ b/rhimport-dn
@@ -168,7 +168,7 @@ unless($IGNORE_HEADLINE) {
my $sum_title = $entry->title;
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\/[^\/]+/) {
+ if($entry->id =~ /tag:democracynow.org,([0-9-]+):media\/mp3podcast\/[^\/]+/) {
next if($y ne $1);
print "summary:\n" . $sum_title . "\n\n" . $sum_text . "\n";