3
1
Back

Href="https://gitea.circuitlocution.com/synth_mages/MK_VCO/commit/82024e96c9b263a83b6caf715e8607e9cf1b7d77">82024e96c9b263a83b6caf715e8607e9cf1b7d77 updated README.md 83b013c3637bfb179ad62b90a6c8b2f5fb547c8c Update README.md 2015-02-23 04:37:33 -08:00 It's really just a borked RSS feed elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Two Lumps elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Awkward Zombie // Awkward Zombie elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { Fix for when invisible bread has no bread $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } .

New Pull Request