3
1
Back

And Wires elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // slider pot slit module make_step(bottom_element="switch") { // SBMC elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Assorted updates elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users /* absolute URL is ready! */ elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // there's both alt and title texts, they're both different, use both.

New Pull Request