mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-01-08 18:40:34 +05:30
[Unit testing] Update user agent to Firefox from 91 to 113
This commit is contained in:
parent
0042ee1172
commit
e6300fae4f
@ -19,7 +19,7 @@ import okhttp3.ResponseBody;
|
|||||||
|
|
||||||
public final class DownloaderTestImpl extends Downloader {
|
public final class DownloaderTestImpl extends Downloader {
|
||||||
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:109.0) Gecko/20100101 Firefox/113.0";
|
||||||
private static DownloaderTestImpl instance;
|
private static DownloaderTestImpl instance;
|
||||||
private final OkHttpClient client;
|
private final OkHttpClient client;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user