3
1
Back

Pilotside From bab77fac9dc44b0a10d743c564c65ae0938027f6 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Checkpoint in case of crashes master ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } Various updates, additions Fix for when invisiblebread has no bread 2015-10-14 16:26:40 -07:00 f80e4975fb checkpoint before trying to implement chaining 1aa48a179a Add splits and labels to get what game it's about $entries = $xpath->query("//div[@id='signoff-wrapper']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); } elseif (strpos($title_text, $alt_text) !== false){ // there's an arrow shaped cutout in the mid surdos. Https://www.youtube.com/watch?v=-2No01KfY4k https://youtu.be/Jeh8iTI6gMc?t=96 https://youtu.be/frLXzG9-W3Q?t=712 (until 15:50 Key: REP: repique CAX: caixa MSD: mid surdo (sometimes MS1, MS2, etc, if pattern spans.

New Pull Request