summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-12 00:09:24 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-12 00:09:24 (GMT)
commit595e77dcaf4fdfdf5026b120ca478bf19f6f8017 (patch)
tree1e3b456282c273e036aa8c0bff4c9f62083e1c04
parent9c98f75fd60ecf15981b8964c0021a0b5a0ebc6f (diff)
fixed democracy now headline import
-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";