2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Merge pull request #838 from Nickoriginal/update_user_agent

Update User-Agent in NPE
This commit is contained in:
litetex
2022-04-24 14:52:18 +02:00
committed by GitHub

View File

@@ -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;