This commit is contained in:
Mohamed jinas
2024-01-13 05:01:53 +05:00
parent 736181d461
commit e68ed0c8c1

View File

@@ -44,10 +44,11 @@ class MihaaruScraper
$this->author = $cleaneddata;
});
$crawler->filter('.text-faseyha')->each(function ($node) {
$crawler->filter('p.text-faseyha.text-19px')->each(function ($node) {
$this->content[] = $node->text();
});
$crawler->filter('.items-end a')->each(function ($node) {
try {