3
1
Back

Supported if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { // Breaking Cat News elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // Dead Philosophers elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } Assorted updates elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks 943ef1409b Fix getting a bunch of wires backwards Fix floating pin for op amp in schmidt inverter mode.

New Pull Request