Skip to content

Commit 5f8f392

Browse files
authored
Merge pull request TeamNewPipe#838 from Nickoriginal/update_user_agent
Update User-Agent in NPE
2 parents 9f665db + b5f3f9e commit 5f8f392

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)