3
1
Back

$article['id']; } return $article; } if(ADD_IDS){ $article['content'] .= "

" . $entry->textContent . "

"; } } return $article; } $article = $this->alt_textify($article); $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } return $article; } function get_content($link) { $html = fetch_file_contents($link); $content_type = $fetch_last_content_type; return array( $html, $content_type ); } function hook_render_article_cdm($article) { } /* OotS uses some kind of referer check which prevents fetch_file_contents() from retrieving the image. * Possible fix.

New Pull Request