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 592f159 commit cff34d5Copy full SHA for cff34d5
1 file changed
extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java
@@ -19,7 +19,7 @@
19
20
public final class DownloaderTestImpl extends Downloader {
21
private static final String USER_AGENT
22
- = "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
+ = "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0";
23
private static DownloaderTestImpl instance;
24
private final OkHttpClient client;
25
0 commit comments