summaryrefslogtreecommitdiff
path: root/rhautoimport.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport.pm')
-rw-r--r--rhautoimport.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhautoimport.pm b/rhautoimport.pm
index 9bdbc8b..4e893ae 100644
--- a/rhautoimport.pm
+++ b/rhautoimport.pm
@@ -96,6 +96,7 @@ sub fetch_parse_rss
return (0, "This feed has been permanently removed") if $res->status == URI::Fetch::URI_GONE();
my $xml = $res->content;
+ $xml =~ s/<podcast:guid>[^<]*<\/podcast:guid>//ig;
return (1, XML::Feed->parse(\$xml));
}