3
1
Back

48c37ce59a drugs & wires, pilotside Various updates, additions Various updates, additions elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { // only keep everything starting at the first // only keep everything starting at the first $xpath = $this->get_xpath_dealie($article['link']); // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // Dilbert elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } Various updates, additions Fix for component clearance, panel thickness from printer realities Fix for component clearance, panel thickness from printer realities bugfix/10hp More layout updates created pull request 'Put title box in PDF export // Something Positive elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text //also get blog entry $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } // CTRL+ALT+DEL Sillies // Two Lumps // Two Lumps elseif.

New Pull Request