We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bf342 commit ec5cfe0Copy full SHA for ec5cfe0
1 file changed
app/src/main/java/org/schabi/newpipe/DownloaderImpl.java
@@ -43,7 +43,7 @@
43
44
public final class DownloaderImpl extends Downloader {
45
public static final String USER_AGENT
46
- = "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";
47
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE_KEY
48
= "youtube_restricted_mode_key";
49
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE = "PREF=f2=8000000";
0 commit comments