3
1
Back

Prevents the browser from getting the image. // $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } if(ADD_IDS){ $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } } Clean up code formatting; added a few comics; standardized appending alt/title.

New Pull Request