3
1
Back

Quentin' 6298fd8aa3 Gunnerkrigg and cleanup of alt-tag-only sites // Gunnerkrigg Court elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // PhD Unknown // Robot Hugs elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $article['content'] .= "
ID: " . $article['id']; } return $article; } /* absolute URL is ready! */ Assorted updates elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { // Girls with Slingshots elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer.

New Pull Request