3
1
Back

TP5 - Gate stops working after a new fetcher, use the first // only keep everything starting at the first if(preg_match("@.*()@", $article['content'], $matches)){ $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); // Doghouse Diaries, which has broken alt tags elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath.

New Pull Request