Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OmairXcluesiv committed Feb 3, 2017
1 parent 6c3de4d commit 171e442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -18,7 +18,7 @@
//$r = $dom->find("h3.lvtitle");
//*[contains(@class, '$classname')]

$r = $dom->find("a.vip['title']");
$r = $dom->find("a.vip");

echo strip_tags($r);
echo "\n";
Expand Down

0 comments on commit 171e442

Please sign in to comment.