3
1
Back

Collapse all files Diff Content Not Available ttrss-plugin- _comics/init.php 392 lines 71248cb440 Updates from real TL0x4s 5cacbfea2e Add polygon calculation for wing plates Add VCA shaek layout 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 1e6cc98f41 Various updates, additions Fix for component clearance, panel thickness from printer realities Fix for when invisiblebread has no bread Pain Train (to get alt tag) elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); // Joy of Tech elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Two Lumps elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } /* replace '//' or.

New Pull Request