Labels Milestones
BackSamurai ttrss-plugin- _comics/init.php 489 lines Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users else { return $base . $rel; } extract(parse_url($base)); $path = ''; foreach ($entries as $entry) { $article['content'] .= "
" . $entry->textContent . "
"; } } Dead Philosophers elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); $article['content'] .= "$orig_content
"; //also append the blarg post because that's small, interesting, //and sometimes necessary for old fogeys like me to get. New Pull Request