mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
DeletedExtentionmethod
This commit is contained in:
@@ -24,10 +24,5 @@ namespace Jackett
|
|||||||
return await client.GetStringAsync(uri, --retries);
|
return await client.GetStringAsync(uri, --retries);
|
||||||
throw exception;
|
throw exception;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string ChromeUserAgent(this HttpClient client)
|
|
||||||
{
|
|
||||||
return "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user