3
1
Back

$matches)) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } Assorted updates elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Wondermark (alt tag already present foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "
Alt: $alt_text
"; } } // Drugs and Wires elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "satwcomic.com/") .

New Pull Request