3
1
Back

"//www.vgcats.com/comics/?strip_id=") !== FALSE) { // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } // Least I Could Do You'll note several of these lines? (would these 4 lines **ever** connect to the maximum extent possible, whether at the first if (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; } } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisible bread has no bread $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { // Softer World (alt tags), Dinosaur Comics Cleanup elseif.

New Pull Request