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.
2 parents 71fcc5e + a9ce2e9 commit 0ef38e3Copy full SHA for 0ef38e3
app/src/main/java/org/schabi/newpipe/DownloaderImpl.java
@@ -29,7 +29,7 @@
29
30
public final class DownloaderImpl extends Downloader {
31
public static final String USER_AGENT =
32
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0";
33
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE_KEY =
34
"youtube_restricted_mode_key";
35
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE = "PREF=f2=8000000";
0 commit comments