:exclamation: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE :exclamation:
lack of information will lead to closure of the issue
Describe the bug
when running extract.py gets a key error:
File "C:\Users\Tony\AppData\Roaming\Python\Python39\site-packages\pytubefix\__main__.py", line 693, in title self.check_availability() File "C:\Users\Tony\AppData\Roaming\Python\Python39\site-packages\pytubefix\__main__.py", line 312, in check_availability status, messages = extract.playability_status(self.vid_info) File "C:\Users\Tony\AppData\Roaming\Python\Python39\site-packages\pytubefix\extract.py", line 110, in playability_status if 'isLive' in player_response['videoDetails']: KeyError: 'videoDetails'
code that was used that resulted in the bug
error happens while reading: yt.title
for any video url I give.
:exclamation: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE :exclamation:
lack of information will lead to closure of the issue
Describe the bug when running extract.py gets a key error:
File "C:\Users\Tony\AppData\Roaming\Python\Python39\site-packages\pytubefix\__main__.py", line 693, in title self.check_availability() File "C:\Users\Tony\AppData\Roaming\Python\Python39\site-packages\pytubefix\__main__.py", line 312, in check_availability status, messages = extract.playability_status(self.vid_info) File "C:\Users\Tony\AppData\Roaming\Python\Python39\site-packages\pytubefix\extract.py", line 110, in playability_status if 'isLive' in player_response['videoDetails']: KeyError: 'videoDetails'
code that was used that resulted in the bug error happens while reading: yt.title for any video url I give.
Expected behavior It used to return all info.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.