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 61a91b3 commit 4024546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.php
Expand Up @@ -14,7 +14,8 @@
for($i=0;$i<=$max_loop;$i++){
$dom = new simple_html_dom();
$dom->load($html);
$r = $dom->find("h3.lvtitle");
//$r = $dom->find("h3.lvtitle");
$r = $dom->find("a.vip");
echo $r[0]. "<br>";
//echo $dom->find("h3 [class='lvtitle'] a");
//print_r($dom->find("h3[class='lvtitle'] a"));
Expand Down

0 comments on commit 4024546

Please sign in to comment.