Voice guid patch fix

This commit is contained in:
2020-09-11 00:05:20 +05:00
parent 20730f93f4
commit 7b86fb38cf

View File

@@ -18,7 +18,7 @@ class VoiceService
$articlesitems = []; $articlesitems = [];
//Looping through the articles and scraping and while scraping it creates a new instance of the scraper. //Looping through the articles and scraping and while scraping it creates a new instance of the scraper.
foreach ($articles as $article) { foreach ($articles as $article) {
$articlesitems[] = (new VoiceScraper)->extract("https://voice.mv/".$article[1]); $articlesitems[] = (new VoiceScraper)->extract("https://voice.mv".$article[1]);
} }
return $articlesitems; return $articlesitems;