3
1
Back

(strpos($article["link"], "berkeleymews.com/") !== FALSE ) { // only keep everything starting at the first elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // Girls with Slingshots elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { // Eat That Toast bog-standard example elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $doc = new DOMXpath($doc); $bread = $xpath->query("//a[contains(@href, 'bonus-panel')]")->item(0); $bread_page_url = $bread->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request