3
1
Back

"//div[@id='comic-1']//img", $article); // Doghouse Diaries, which has broken alt tags elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { //noop elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } /* absolute URL is ready! */ return $scheme . .

New Pull Request