3
1
Back

Introduce intermittents - Don't put R8 so close to R26 - D36/R47 too close elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $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) elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $article['content'] = $img_tag . $article['content']; } Added The Trenches; yet more code style tweaking elseif (strpos($article["link.

New Pull Request