3
1
Back

Checks Dead Philosophers // Dead Philosophers elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $doc = new DOMDocument(); elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Pain Train alt tag, Alice Grove bigger img Pain Train (to get alt tags textified. //Sites that provide images and just need alt tags.

New Pull Request