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 0b4cb35 commit 02f5a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -19,7 +19,7 @@
//*[contains(@class, '$classname')]

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

// print $r[0]->plaintext. "<br>";

Expand Down

0 comments on commit 02f5a3a

Please sign in to comment.