Labels Milestones
BackBog-standard example // Breaking Cat News // Something Positive if (!$alt_text){ Added BCN, Something Positive elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { // Scenes From A Multiverse (to get alt tags) } // Wondermark (alt tag already present) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); // Eat That Toast elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { elseif (strpos($article['link'], 'wondermark.com/c') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article.
New Pull Request