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 4a83d99 commit 3fe8d79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scraper.php
Expand Up @@ -18,7 +18,9 @@
//*[contains(@class, '$classname')]

$r = $dom->find("a.vip['title']");
print $r[0]->plaintext. "<br>";
// print $r[0]->plaintext. "<br>";
$text = convert_html_to_text($r);
echo $text;
//echo $dom->find("h3 [class='lvtitle'] a");
//print_r($dom->find("h3[class='lvtitle'] a"));
//scraperwiki::save_sqlite(array('name'), array('name' => $r[0]));
Expand Down

0 comments on commit 3fe8d79

Please sign in to comment.