3
1
Back

Will appear on the first foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $matches[1]; } } // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // Joy of Tech // Joy of Tech } // Jesus & Mo elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } // Make sure bottom.

New Pull Request