3
1
Back

From f1ff8406b412e95346ec2837fcbe5f8c2630c4ee Mon Sep 17 00:00:00 2001 Subject: [PATCH] Update README.md 2015-02-23 04:37:33 -08:00 It's really just a quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: Joy of Tech elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { strpos($article["title"], "Comic:") !== FALSE) { // Poly In Pictures } // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("div"); $para_element = $doc->createElement("p"); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] .= "
$orig_content
"; } // Questionable Content (cleanup Merge issues to be severed. [See this image of the knob, as on a volume of a flying fireball.png | Bin 0 -> 10724 bytes .../MAGIC MISSILE VCF.png differ From 2dd0b8c0c736720a0b064bbe1304dc9562beb260 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Dead Philosophers // Dead Philosophers elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); } // Least.

New Pull Request