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 1f77e00 commit b236bb4Copy full SHA for b236bb4
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; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0";
+ = "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.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