Labels Milestones
BackResults found. // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE_CDM, $this); // Eat That Toast bog-standard example if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // $img_tag = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } Some comics supported.
New Pull Request