Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Nov 15, 2014
1 parent 8401b67 commit a6e8d4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
$idpattern = '/BHW&id=(.*)!0/';
while ($currentPage <= 2) {
$html = scraperwiki::scrape("http://amt24.sachsen.de/ZFinder/search.do;jsessionid=QLr92E0v7nVp+yix1AQyd5Vn.zufi2_1?modul=WE&searchtextdone=&searchtext=***&filter=3&page=".$currentPage);
print $html;
preg_match_all($idpattern, $html, $matches);
var_dump($matches);
continue;
foreach ($matches[1] as $value){
$output = scraperwiki::scrape("http://amt24.sachsen.de/ZFinder/behoerden.do?action=showdetail&modul=BHW&id=".$value);

Expand Down

0 comments on commit a6e8d4d

Please sign in to comment.