Sometimes imgur links has ?1 in the url

This commit is contained in:
aliz27 2015-05-14 11:27:09 +02:00
parent 9875d71792
commit 7adf95562d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Af_RedditImgur extends Plugin {
}
}
if (preg_match("/\.(jpg|jpeg|gif|png)$/i", $entry->getAttribute("href"))) {
if (preg_match("/\.(jpg|jpeg|gif|png)(\?[0-9])?$/i", $entry->getAttribute("href"))) {
$img = $doc->createElement('img');
$img->setAttribute("src", $entry->getAttribute("href"));