Fix youtube breakage hopefully

This commit is contained in:
2026-03-03 08:53:55 -06:00
parent ecb1496a54
commit 90f33d455f
3 changed files with 8 additions and 8 deletions

View File

@@ -1677,7 +1677,7 @@ class TYTD.Downloader {
{
Key = "User-Agent",
Value = "com.google.android.youtube/19.28.35 (Linux; U; Android 15; GB) gzip"
Value = "com.google.android.youtube/21.03.36 (Linux; U; Android 16; GB) gzip"
}
],
Body = Net.Http.TextHttpRequestBody(embed("request.json").ToString(),"application/json")
@@ -1695,7 +1695,7 @@ class TYTD.Downloader {
RequestHeaders = [
{
Key = "User-Agent",
Value = "com.google.android.youtube/19.28.35 (Linux; U; Android 15; GB) gzip"
Value = "com.google.android.youtube/21.03.36 (Linux; U; Android 16; GB) gzip"
},
],