3
1
Back

$alt_text
"; } } //Sites that provide images and just need alt tags if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); // Berkeley Mews // $img_tag = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Dilbert // Dilbert elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { .

New Pull Request