3
1
Back

Hugs elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Doghouse Diaries, which has broken alt tags elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users 1e6cc98f41 Various updates.

New Pull Request