3
1
Back

DAC and just need alt tags textified. Elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // only keep everything starting at the bottom of the Stick elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { // CTRL+ALT+DEL 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); $article['content'] .= "
Alt: " . $article['id']; } return $article; } function get_content($link) { $html = fetch_file_contents($link); Fix for when invisible bread.

New Pull Request