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 090c026 commit f96c682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.php
Expand Up @@ -19,8 +19,8 @@
//*[contains(@class, '$classname')]

$r = $dom->find("a.vip['title']");
$myHtml = $r;
echo (new Parser())->parseString($myHtml);
$str = $r;
echo html_entity_decode($str);
// print $r[0]->plaintext. "<br>";


Expand Down

0 comments on commit f96c682

Please sign in to comment.