Labels Milestones
BackPhilosophers 2015-02-25 15:05:54 -08:00 // Eat That Toast elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div//img[contains(@src, 'images') and contains(@src, 'png')]", $article); } // Eat That Toast elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { // Alice Grove bigger img Pain Train (to get alt tags textified. } //Sites that provide images and just need alt tags textified. } //Sites that provide images and just need alt tags.
New Pull Request