fixed bugs when using bitsearch for torrents search
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user