3
1
Back

True); class _comics extends Plugin { function api_version() { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] .= "
Error processing via _comics plugin!
" . $e->getMessage(); } } // Camp Weedonwantcha elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $article['content'] .= "
Alt: " . $article['id']; } return $article; } Some comics supported elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { // Two Lumps // Two Lumps $orig_content = strip_tags($article['content']); $article['content.

New Pull Request