3
1
Back

// Dilbert // Dilbert elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= $aftercomic; } } } Invisible Bread, Softer World (alt tags we don't need to call out for elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { if (strpos($article["content"], "bonus panel!") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; $img = $matches[1]; } } Pain Train (to get alt tag elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') .

New Pull Request