Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Aug 8, 2017
1 parent 3dccb8a commit 5570402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$info['doc_qualyear'] = $link2->find('span[id="QualYear"]',0)->plaintext;
$info['doc_univ'] = $link2->find('span[id="Univ"]',0)->plaintext;
$info['doc_address'] = $link2->find('span[id="Address"]',0)->plaintext;
$info['URL'] = $link2;
$info['URL'] = $url;
// print_r($link2->find("table.list"));
//
// // Write out to the sqlite database using scraperwiki library
Expand Down

0 comments on commit 5570402

Please sign in to comment.