3
1
Back

& Happiness elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // Dead Philosophers // Dead Philosophers Added BCN, Something Positive // Something Positive elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = 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'] = $doc->saveXML(); // Questionable Content (cleanup) $article['content'] .= "$orig_content"; // Awkward Zombie elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } // PhD Unknown elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE && Various updates, additions 2018-03-14 21:06:04 -07:00 From cb3a50e19a42a9ab425057cfa1f9427c1c21d019.

New Pull Request