0
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-09-19 19:42:25 +02:00

Update user agent to Firefox ESR128

This commit is contained in:
TobiGr 2024-07-11 23:59:18 +02:00
parent 72e9f7f9cf
commit a72b2a243f

View File

@ -29,7 +29,7 @@ import okhttp3.ResponseBody;
public final class DownloaderImpl extends Downloader {
public static final String USER_AGENT =
"Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE_KEY =
"youtube_restricted_mode_key";
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE = "PREF=f2=8000000";