3
1
Back

Quentin typeface ... 8e97a73397 Dead Philosophers elseif (strpos($article['link'], 'wondermark.com/c') !== FALSE) { // Joy of Tech * Girls with Slingshots elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] .= "
$orig_content
"; } // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // PhD Unknown // Robot Hugs elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // XKCD (alt tags we don't need to call out for elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Joy of Tech } // Gunnerkrigg Court elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Wondermark (alt tag already present) // Wondermark (alt tag already present elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { } /* replace '//' or '/./' or '/foo/../' with.

New Pull Request