diff --git a/app/Services/Scrapers/ThiladhunScraper.php b/app/Services/Scrapers/ThiladhunScraper.php index dac2826..e448ab1 100644 --- a/app/Services/Scrapers/ThiladhunScraper.php +++ b/app/Services/Scrapers/ThiladhunScraper.php @@ -58,7 +58,7 @@ class ThiladhunScraper return [ - 'service' => 'Thiladhun News', + 'source' => 'Thiladhun News', 'title' => $this->title, 'og_title' => str_replace(" | Thiladhun", "", $crawler->filter('title')->first()->text('content')), 'image' => $this->image,