3
1
Back

Example elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // Wondermark (alt tag elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Wondermark (alt tag already present foreach($imgs as $img){ $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Dinosaur Comics alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Dinosaur Comics (alt tags+blog), CAD.

New Pull Request