mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 22:35:50 +00:00
Update user agent to Firefox ESR 128
This commit is contained in:
@@ -18,8 +18,11 @@ import okhttp3.RequestBody;
|
|||||||
import okhttp3.ResponseBody;
|
import okhttp3.ResponseBody;
|
||||||
|
|
||||||
public final class DownloaderTestImpl extends Downloader {
|
public final class DownloaderTestImpl extends Downloader {
|
||||||
|
/**
|
||||||
|
* Should be the latest Firefox ESR version.
|
||||||
|
*/
|
||||||
private static final String USER_AGENT
|
private static final String USER_AGENT
|
||||||
= "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
|
= "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
|
||||||
private static DownloaderTestImpl instance;
|
private static DownloaderTestImpl instance;
|
||||||
private final OkHttpClient client;
|
private final OkHttpClient client;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user