1
0
Fork 0

Release 2021.07.24

This commit is contained in:
pukkandan 2021-07-24 07:03:14 +05:30
commit f703a88055
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
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(