3
1
Back

if(preg_match("@.*(get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Wondermark (alt tag already present elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Doghouse Diaries, which has broken alt tags if (preg_match("@.*()@", $article['content'], $matches)) { } //Sites that provide images.

New Pull Request