3
1
Back

Image size?) // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Eat That Toast bog-standard example elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $img_tag = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Three Panel Soul * Scenes From A Multiverse (to get alt tag) // Pain Train (to get alt tags) elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler.

New Pull Request