3
1
Back

$this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // Questionable Content (cleanup elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='singleImage']/img[@class='magicfields']", $article); $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; if (ADD_IDS) { $article['content'] .= "

" . $entry->textContent . "

"; } } // Pain Train (to get alt tag) // Pain Train alt tag, Alice Grove bigger img VG Cats, via their tumblr rss feed since they don't have one of its The MIT License (MIT) Copyright (c) 2018-2021 Jukka Kurkela Permission is hereby granted, free of charge, to any person OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to MIT License Copyright (c) 2015 Jay Taylor Permission is hereby granted. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR DAMAGES RESULTING FROM THE USE OR OTHER.

New Pull Request