3
1
Back

B886abe4036c263df71a7c0b70fd44b77a53e633 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for when invisible bread has no bread Pain Train alt tag, Alice Grove bigger img Subject: [PATCH] glide fix Notes from debugging Clock POT is the first $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Joy of Tech Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); } /* absolute URL is ready! */ return $scheme . '://' . $abs; .

New Pull Request