3
1
Back

In progress; better README to come soon. Meanwhile: **Untested hardware and software — Do not assume anything works!** Latest commits for branch traces_before_hard_sync traces added but maybe won't keep traces_before_hard_sync Fix for when invisiblebread has no bread elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } Some comics supported if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] .= "

" . $entry->textContent . ""; // Camp Weedonwantcha elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { // SBMC // SBMC // SBMC elseif (strpos($article["link"], "explosm.net/comics") !== FALSE.

New Pull Request