Labels Milestones
BackMatches //No matches if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // PhD Unknown elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } if(preg_match("@.*(
New Pull Request