3
1
Back

Mangle_article($article) { if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Eat That Toast elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // Three Panel Soul * Scenes From A Multiverse (to get alt tags if both exist achewood, gwss fix, fix for when invisible bread has.

New Pull Request