3
1
Back

Footprint 16c50fa0a8 Add pulldown resistors for reset debounce cap; formatting checkpoint before trying to fit in glide controls From a5c5ff12ce18fecaaf346f973863d12bf361ac82 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"], "explosm.net/comics") !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Something Positive if (!$alt_text){ Added BCN, Something Positive elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // there's both alt and title texts, they're both different, use both. $alt_element = $doc->createElement("i", $alt_text); } elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // only keep everything.

New Pull Request