3
1
Back

Sam b0f8ee4ade traces added but maybe won't keep traces_before_hard_sync Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users 1e6cc98f41 Various updates, additions // PhD Unknown elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $article['content'] = $doc->saveHTML(); elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Scenes From A Multiverse (to get alt tags textified. //Sites that provide images and just need alt tags textified. $article['content'] .= "
ID: " . $article['id']; } return $article; } function hook_render_article($article) { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } Clean up code.

New Pull Request