aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-07-24 07:03:14 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-07-24 07:03:14 +0530
commitf703a880553c10828f6132135f3a04a68a965857 (patch)
tree7961ba8ce4d39715fd4ebf416136dd18da450dae /yt_dlp
parenta353beba8328869f8ac4fbe8109f050d504c11da (diff)
downloadhypervideo-pre-f703a880553c10828f6132135f3a04a68a965857.tar.lz
hypervideo-pre-f703a880553c10828f6132135f3a04a68a965857.tar.xz
hypervideo-pre-f703a880553c10828f6132135f3a04a68a965857.zip
Release 2021.07.24
Diffstat (limited to 'yt_dlp')
-rw-r--r--yt_dlp/extractor/youtube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py
index 6c10cca22..385ba34f9 100644
--- a/yt_dlp/extractor/youtube.py
+++ b/yt_dlp/extractor/youtube.py
@@ -2395,7 +2395,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
def _extract_age_gated_player_response(self, client, video_id, ytcfg, identity_token, player_url, initial_pr):
# get_video_info endpoint seems to be completely dead
- gvi_client = None # self._YT_CLIENTS.get(f'_{client}_agegate')
+ gvi_client = None # self._YT_CLIENTS.get(f'_{client}_agegate')
if gvi_client:
pr = self._parse_json(traverse_obj(
compat_parse_qs(self._download_webpage(