3
1
Back

Examples: Joy of Tech } // Breaking Cat News elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // Girls with Slingshots elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Scenes From A Multiverse (to get alt tags foreach($imgs as $img){ $article['content'] .= "
Alt: " . $article['id']; } function rel2abs($rel, $base if (parse_url($rel, PHP_URL_SCHEME) != '' .

New Pull Request