DeletedExtentionmethod

This commit is contained in:
ThomasAmpen 2015-07-12 19:54:37 +02:00
parent f2f38605bf
commit 72a7935dc3
1 changed files with 0 additions and 5 deletions

View File

@ -24,10 +24,5 @@ namespace Jackett
return await client.GetStringAsync(uri, --retries);
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";
}
}
}