Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Jan 24, 2018
1 parent 33e9572 commit 556d0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -12,7 +12,7 @@
// // Find something on the page using css selectors
if($html)
{
foreach($html->find("/html/body/div/div[2]/div[1]/div/div[2]/div[2]/div[1]") as $element)
foreach($html->find("/html/body/div/div[2]/div[1]/div/div[2]/div[2]/div") as $element)
{
echo $element;
}
Expand Down

0 comments on commit 556d0d0

Please sign in to comment.