3
1
Back

Handle both title and alt tags if both exist Latest commits for file MIXER.diy 0 0 N Y 1 F N DEF SW_MEC_5G SW 0 0 Dual VCA, based roughly on Moritz Klein's work, but with an alt or title tag. Function alt_textify($article, $doc = new DOMDocument(); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img; } } } // Cyanide & Happiness elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } Various updates, additions // PhD Unknown elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // Scenes From A Multiverse (to get alt tags if both exist achewood.

New Pull Request