3
1
Back

. $article['id']; } return $article; } Some comics supported elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { //also get the blog $entries = $xpath->query("//div[@id='signoff-wrapper']"); } //Sites that provide images and just need alt tags elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; if (ADD_IDS) { $article['content'] .= "

" . $entry->textContent . "

"; } } // Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article.

New Pull Request