Browse Source

Update default API version

pull/11/head
tech234a 3 years ago
parent
commit
82b08c62c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_util.py

+ 1
- 1
youtube_util.py View File

@@ -18,7 +18,7 @@ def getlver(initialdata: dict):
try:
return initialdata["responseContext"]["serviceTrackingParams"][2]["params"][2]["value"]
except:
return "2.20201002.02.01"
return "2.20201016.02.00"

def fullyexpand(inputdict: dict, mysession: requests.session, continuationheaders: dict):
lastrequestj = inputdict


Loading…
Cancel
Save