3
1
Back

Quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: Joy of Tech // Joy of Tech // Joy of Tech * Girls with Slingshots * Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Something Positive Some comics supported elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } } if ($alt_text && $alt_text != $article['title']){ $result_html .= "
Alt.

New Pull Request