Skip to content

Commit

Permalink
Yet more quickmeme fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 10, 2012
1 parent cb6762a commit 50b5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed/index.php
Expand Up @@ -100,7 +100,7 @@ function process_item($item, $url)

$credithtml = "<br/><font size='-2'><a href='$url'>view this at youtube.com</a></font>";
} // if
else if (preg_match('/^.*?\:\/\/(.*?\.|)(quickmeme\.com\/meme|qkme\.me)\/(.*?)(\/|\?id=\d+$)/', $url, $matches) > 0)
else if (preg_match('/^.*?\:\/\/(.*?\.|)(quickmeme\.com\/meme|qkme\.me)\/(\?id=\d+$|[0-9-A-Za-z]+)\/?/', $url, $matches) > 0)
{
// pull quickmeme image out of base URL.
$appendimg = true;
Expand Down

0 comments on commit 50b5118

Please sign in to comment.