redditimgur: don't try to readability parse twitter

master
Andrew Dolgov 9 years ago
parent 47888b3d87
commit 12d880d77a

@ -247,7 +247,9 @@ class Af_RedditImgur extends Plugin {
$content_link = $xpath->query("(//a[contains(., '[link]')])")->item(0); $content_link = $xpath->query("(//a[contains(., '[link]')])")->item(0);
if ($content_link && strpos($content_link->getAttribute("href"), "reddit.com") === FALSE) { if ($content_link &&
strpos($content_link->getAttribute("href"), "twitter.com") === FALSE &&
strpos($content_link->getAttribute("href"), "reddit.com") === FALSE) {
/* link may lead to a huge video file or whatever, we need to check content type before trying to /* link may lead to a huge video file or whatever, we need to check content type before trying to
parse it which p much requires curl */ parse it which p much requires curl */

Loading…
Cancel
Save