From 8c63a57af4a5b11b76b4086a6ba66cf907ab4895 Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Sat, 3 Oct 2020 01:24:12 +0500 Subject: [PATCH] Update ThiladhunService.php --- app/Services/ThiladhunService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ThiladhunService.php b/app/Services/ThiladhunService.php index d0fd604..32c798b 100644 --- a/app/Services/ThiladhunService.php +++ b/app/Services/ThiladhunService.php @@ -15,7 +15,7 @@ class ThiladhunService extends Client { //Return only the rss that contains "news" keyboard in its url $articles = $this->get("https://thiladhun.com/feed")["channel"]["item"]; - + $articlesitems = []; //Looping through the articles and scraping and while scraping it creates a new instance of the scraper. foreach ($articles as $article) {