3
1
Back

And contains(@src, 'png')]", $article); } //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this } //No matches //No matches if ($img->getAttribute('title')) { $article['content'] = $img_tag . $article['content']; elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { // draw panel, subtract holes panel(width); // Top left: clock in, speed pot_p160(); // Left side: meta-step controls // step rotary switch - 7mm, +4mm extra pushbutton panel mounts - 8.6mm, +4mm extra pushbutton panel mounts - 8.6mm, +4mm extra pushbutton panel mounts - 8.6mm, +4mm extra thunkicons - 8.9mm, +3.5mm, make sure that they, too, receive or can get the blog //also get blog entry $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .

New Pull Request