3
1
Back

Provide images and just need alt tags foreach($imgs as $img){ foreach ($imgs as $img) { $article['content'] .= "

" . $entry->textContent . "

"; } } foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { // Wondermark (alt tag already present) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img_tag . $article['content']; } // Chainsawsuit elseif (strpos($article["link"], "trenchescomic.com/comic/post/") .

New Pull Request