Release 2021.07.24

This commit is contained in:
pukkandan
2021-07-24 07:03:14 +05:30
parent a353beba83
commit f703a88055
3 changed files with 17 additions and 2 deletions

View File

@@ -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(