3
1
Back

= $xpath->query("//div[@id='signoff-wrapper']"); // Pain Train (to get alt tags) // Scenes From A Multiverse (to get alt tags textified. //Sites that provide images and just need alt tags if both exist elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE.

New Pull Request