wip
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user