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.
2 parents 9f665db + b5f3f9e commit 5f8f392Copy full SHA for 5f8f392
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:78.0) Gecko/20100101 Firefox/78.0";
+ = "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
23
private static DownloaderTestImpl instance;
24
private final OkHttpClient client;
25
0 commit comments