3
1
Back

Under Section 2.1 with respect to elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE ) { $img_tag = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // Jesus & Mo elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // slightly complicated; the link is to tumblr, but there's a url in the output jacks Subject: [PATCH 11/13] more fixes dcaec240831d28b722a7d7988287c76a1461e439 glide fix Notes from debugging aac0a4a5b4f604add3c1ccb9d39a8956f2d60f00 More notes Binary files.

New Pull Request