Skip to content

Commit

Permalink
Merge pull request #617 from MoojMidge/update_clients
Browse files Browse the repository at this point in the history
Update client versions
  • Loading branch information
MoojMidge authored Mar 8, 2024
2 parents cf3b3d0 + 3b83a66 commit 92a8746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/lib/youtube_plugin/youtube/client/request_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ class YouTubeRequestClient(BaseRequestsClass):
'context': {
'client': {
'clientName': 'ANDROID',
'clientVersion': '17.31.35',
'androidSdkVersion': '30',
'clientVersion': '18.11.34',
'androidSdkVersion': '29',
'osName': 'Android',
'osVersion': '11',
'osVersion': '10',
'platform': 'MOBILE',
},
},
Expand Down Expand Up @@ -86,7 +86,7 @@ class YouTubeRequestClient(BaseRequestsClass):
'context': {
'client': {
'clientName': 'ANDROID_EMBEDDED_PLAYER',
'clientVersion': '17.36.4',
'clientVersion': '18.11.34',
'clientScreen': 'EMBED',
'androidSdkVersion': '29',
'osName': 'Android',
Expand Down Expand Up @@ -149,7 +149,7 @@ class YouTubeRequestClient(BaseRequestsClass):
'context': {
'client': {
'clientName': 'IOS',
'clientVersion': '17.33.2',
'clientVersion': '18.11.34',
'deviceModel': 'iPhone14,3',
'osName': 'iOS',
'osVersion': '15_6',
Expand Down

0 comments on commit 92a8746

Please sign in to comment.