Labels Milestones
BackV1.1 ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $article['content'] = $img; } } } if(ADD_IDS){ $article['content'] .
New Pull Request