3
1
Back

For Wondermark fix; added Oatmeal initial $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); } // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img_tag . $article['content']; } // Camp Weedonwantcha // Camp Weedonwantcha foreach ($entries as $entry) { $article['content'] .= "

" . $entry->textContent . "

"; } } } .

New Pull Request