fixed bugs when using bitsearch for torrents search

This commit is contained in:
huangjx
2021-10-11 22:03:46 +08:00
parent 233afcfd8e
commit 871af03f7d

View File

@@ -38,7 +38,7 @@ class bitSearch implements searchBase
public function parse() public function parse()
{ {
$data = $this->crawler->filter(".w3-col.s12.mt-4 .search-result")->each(function ($node, $i) { $data = $this->crawler->filter(".search-result")->each(function ($node, $i) {
if ($node->getNode(0)) { if ($node->getNode(0)) {
try { try {