3
1
Back

Own itch here. * Most important: Keep it simple. Follow one pattern. Class _comics extends Plugin { function get_img_tags($xpath, $query, $article) { $entries = $xpath->query("//div[@id='signoff-wrapper']"); } //Sites that provide images and just need alt tags if both exist elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $article['content'] .

New Pull Request