Update ThiladhunScraper.php

This commit is contained in:
2020-09-28 00:36:13 +05:00
parent 1994fedf11
commit 53340ad389

View File

@@ -58,7 +58,7 @@ class ThiladhunScraper
return [ return [
'service' => 'Thiladhun News', 'source' => 'Thiladhun News',
'title' => $this->title, 'title' => $this->title,
'og_title' => str_replace(" | Thiladhun", "", $crawler->filter('title')->first()->text('content')), 'og_title' => str_replace(" | Thiladhun", "", $crawler->filter('title')->first()->text('content')),
'image' => $this->image, 'image' => $this->image,