This commit is contained in:
Mohamed jinas
2024-01-13 02:56:43 +05:00
parent 46e2e849bb
commit 9c42a55f1e
6 changed files with 12 additions and 112 deletions

View File

@@ -21,7 +21,9 @@ class AdhadhuFeed implements Feed
*/
public function get(): array
{
$crawler = $this->client->request('GET', "https://adhadhu.com/category/News");
$crawler = $this->client->request('GET', "https://adhadhu.com/category/News", [
"proxy" => config('karudhaas.proxy.host')
]);
$feeds = [];