From b5f3f9eb901b900365f7ec70902d742ba5ef05d4 Mon Sep 17 00:00:00 2001 From: Nickoriginal <85299944+Nickoriginal@users.noreply.github.com> Date: Sun, 24 Apr 2022 00:27:23 +0300 Subject: [PATCH] Update USER_AGENT to match the latest Firefox --- .../java/org/schabi/newpipe/downloader/DownloaderTestImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java b/extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java index 3e409ea8..34612699 100644 --- a/extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java +++ b/extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java @@ -19,7 +19,7 @@ import okhttp3.ResponseBody; public final class DownloaderTestImpl extends Downloader { private static final String USER_AGENT - = "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"; private static DownloaderTestImpl instance; private final OkHttpClient client;