Skip to content

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Jul 18, 2019
1 parent 4a8dfa4 commit 4a37369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nusantara.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function fetch(OutputInterface $output = null): array
}

$crawler = new Crawler($response->getContent());
$trs = $crawler->filterXPath('//table[@cellpadding="5"]/tr[@class="table_content"]');
$trs = $crawler->filterXPath('//tr[@class="table_content"]');

if ($output) {
$output->writeln('<info>Memproses data.</info>');
Expand Down

0 comments on commit 4a37369

Please sign in to comment.