Fix for image links with query params

This commit is contained in:
Brian O'Donnell
2015-07-27 23:39:54 -04:00
parent 6173d53ddc
commit b68534361f
+3
View File
@@ -311,6 +311,9 @@ sub get_feed_items {
$image = $item->{'enclosure'}->{'url'} if defined $item->{'enclosure'}->{'url'};
}
# remove any query params from image link
$image =~ s/(\?.*)$//;
@hashtags = sort @hashtags;
if( defined $item->{'guid'} ){