Skip to content

Commit

Permalink
Merge pull request #117, use ANDROID_TESTSUITE client
Browse files Browse the repository at this point in the history
resolves #114
  • Loading branch information
Sterta authored May 1, 2023
1 parent eb1cfbe commit 2cbeb24
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ private VideoInfo parseVideoAndroid(String videoId, YoutubeCallback<VideoInfo> c
" \"client\": {" +
" \"hl\": \"en\"," +
" \"gl\": \"US\"," +
" \"clientName\": \"ANDROID\"," +
" \"clientVersion\": \"16.02\"" +
" \"clientName\": \"ANDROID_TESTSUITE\"," +
" \"clientVersion\": \"1.9\"," +
" \"androidSdkVersion\": 31" +
" }" +
" }" +
"}";
Expand Down

0 comments on commit 2cbeb24

Please sign in to comment.