3
1
Back

From 1e09530d973ad09b2f481221728128715527464a Mon Sep 17 00:00:00 2001 Subject: [PATCH] edits README.md file edits README.md file adds README.md file afea9d5a2cf23e2a33a2927086270d4d602f5a2b 46614f2341 Go to file From 9360e76802ac5995a7ed0e953615a740e80016d7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users $entries = $xpath->query("//div[@id='blarg']/div[last()]"); // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { function about() { return $article; } Some comics supported elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // PhD Unknown elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } elseif ($title_text .

New Pull Request