From 82b08c62c4a46dc5e6fef0bb60b2d3b7ace42ce0 Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Sat, 17 Oct 2020 00:54:49 -0400 Subject: [PATCH] Update default API version --- youtube_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_util.py b/youtube_util.py index 8bf506e..81d466a 100644 --- a/youtube_util.py +++ b/youtube_util.py @@ -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