diff options
-rw-r--r-- | youtube/watch.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index 97151e8..c18347e 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -362,7 +362,8 @@ def extract_info(video_id, use_invidious, playlist_id=None, index=None): context = { 'client': { 'clientName': 'ANDROID', - 'clientVersion': '16.20', + 'clientVersion': '17.29.35', + 'androidSdkVersion': '31', 'gl': 'US', 'hl': 'en', }, |