Skip to content

Commit b5f3f9e

Browse files
authored
Update USER_AGENT to match the latest Firefox
1 parent 9f665db commit b5f3f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public final class DownloaderTestImpl extends Downloader {
2121
private static final String USER_AGENT
22-
= "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0";
22+
= "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
2323
private static DownloaderTestImpl instance;
2424
private final OkHttpClient client;
2525

0 commit comments

Comments
 (0)