We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1690984 commit 667c867Copy full SHA for 667c867
1 file changed
extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java
@@ -18,8 +18,11 @@
18
import okhttp3.ResponseBody;
19
20
public final class DownloaderTestImpl extends Downloader {
21
+ /**
22
+ * Should be the latest Firefox ESR version.
23
+ */
24
private static final String USER_AGENT
- = "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
25
+ = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
26
private static DownloaderTestImpl instance;
27
private final OkHttpClient client;
28
0 commit comments