diff options
Diffstat (limited to 'youtube/util.py')
-rw-r--r-- | youtube/util.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/youtube/util.py b/youtube/util.py index 6e501bc..0416fc1 100644 --- a/youtube/util.py +++ b/youtube/util.py @@ -698,12 +698,8 @@ INNERTUBE_CLIENTS = { 'osVersion': '14', 'androidSdkVersion': 34, 'platform': 'MOBILE', - 'userAgent': 'com.google.android.youtube/19.12.36 (Linux; U; Android 14; US) gzip' - }, - # https://github.com/yt-dlp/yt-dlp/pull/575#issuecomment-887739287 - #'thirdParty': { - # 'embedUrl': 'https://google.com', # Can be any valid URL - #} + 'userAgent': 'com.google.android.youtube/19.13.36 (Linux; U; Android 14; en_US; Google Pixel 6 Pro) gzip' + } }, 'INNERTUBE_CONTEXT_CLIENT_NAME': 3, 'REQUIRE_JS_PLAYER': False, |