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 af82c7a commit e9dbcbaCopy full SHA for e9dbcba
1 file changed
extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java
@@ -25,7 +25,7 @@ public final class DownloaderTestImpl extends Downloader {
25
* Should be the latest Firefox ESR version.
26
*/
27
private static final String USER_AGENT =
28
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0";
29
private static DownloaderTestImpl instance;
30
private final RateLimitedClientWrapper clientWrapper;
31
0 commit comments