3
1
Back

One fails due to referer checks Added BCN, Something Positive elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { // Doghouse Diaries, which has broken alt tags foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $img_tag . $article['content']; } // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src.

New Pull Request