3
1
Back

Kosmo\_panel. To clone: This file contains ambiguous Unicode characters PSU/Synth Mages Power Word Stun-backups History 269f3bf9f9 power word stun initial commit by general (thickness 1.6) elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // $img_tag = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get blog $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "

" . $entry->textContent . "

"; } } Clean up code formatting; added.

New Pull Request