Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Sep 28, 2017
1 parent 356eb51 commit 38752ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -12,7 +12,7 @@

foreach($NEWLINK->find("//*[@id='view']/ol/li/p")as $element)
{
$links = $element->find("a",0)plaintext;
$links = $element->find("a",0)->plaintext;
echo "$links \n"
}

Expand Down

0 comments on commit 38752ab

Please sign in to comment.