3
1
Back

Review 2 From 057198b8de00d90dc9311b86f496b649dca09ec0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] added the once through idea with commentary by Latest commits for file init.php Assorted updates elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users $host->add_hook($host::HOOK_RENDER_ARTICLE_CDM, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE, $this); } function get_img_tags($xpath, $query, &$article, $base_url=NULL) { /* absolute URL */ $abs = "$host$path/$rel"; /* replace '//' or '/./' or '/foo/../' with '/' */ } function mangle_article($article) { Added BCN, Something Positive elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Three Panel Soul Size: 716 KiB After Width: Size: 719 KiB BIN Size: 69 KiB After Width: Size: 14 KiB.

New Pull Request