1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-10 13:17:39 +00:00

Update USER_AGENT in DownloaderImpl

This commit is contained in:
Nickoriginal
2022-04-20 16:15:27 +03:00
committed by GitHub
parent 53bf3420e7
commit ec5cfe0019

View File

@@ -43,7 +43,7 @@ import static org.schabi.newpipe.MainActivity.DEBUG;
public final class DownloaderImpl extends Downloader {
public 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";
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE_KEY
= "youtube_restricted_mode_key";
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE = "PREF=f2=8000000";