3
1
Back

19116ba39d14e11d59f76e189ece62a6a9ce8cae Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add radio shaek with cv2 version From d6ebbf1c1b28130c9d340e0b0f0f06a7bc1cfd83 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Gunnerkrigg and cleanup of alt-tag-only sites // Gunnerkrigg Court elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // Dinosaur Comics Cleanup elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ //also get the blog $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "
$orig_content
"; } // Joy of Tech * Girls with Slingshots elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { //also append the blarg post because that's small, interesting, //and sometimes necessary for old fogeys like me to get 1:1 between.

New Pull Request