3
1
Back

(strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Least I Could Do (wtf image size?) elseif.

New Pull Request