3
1
Back

Code already written for about a dozen webcomics. Examples: Joy of Tech elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'comics')]", $article); } elseif (strpos($alt_text, $title_text) !== False) { $alt_text = false; if ($alt_text == $article['title'] || strpos($article['title'], $title_text) !== False) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { // Joy of Tech * Girls with Slingshots $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] .= "
Error processing via _comics plugin!
" .

New Pull Request