Labels Milestones
Back5663c8bc865b744661cf82b1abfca64d73c0f2fa Mon Sep 17 00:00:00 2001 .../Panels/COLOR SPRAY.png | Bin rename Futura Heavy BT.ttf ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Something Positive elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Doghouse Diaries, which has broken alt tags textified. Elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img_tag . $article['content']; // $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Poorly Drawn Lines elseif.
New Pull Request