This commit is contained in:
Mohamed jinas
2024-01-13 03:45:09 +05:00
parent 2c4f670811
commit 99ebdbaae8

View File

@@ -66,7 +66,7 @@ class AdhadhuScraper
'content' => $this->content,
'url' => $url,
'date' => $date,
'guid' => str_replace("https://adhadhu.com/news/","",$url),
'guid' => basename($url),
'author' => $this->author,
'topics' => $this->topics
];