DO NOT DELETE THIS! Please take the time to fill this out properly. I am not able to help you if I do not know what you are executing and what error messages you are getting. If you are having problems with a specific video make sure to include the video id.
To Reproduce
Steps to reproduce the behavior:
What code / cli command are you executing?
I am running
from youtube_transcript_api import YouTubeTranscriptApi
transcript_list = YouTubeTranscriptApi.list_transcripts('pxiP-HJLCx0')
Which Python version are you using?
Python 3.9
Which version of youtube-transcript-api are you using?
youtube-transcript-api 0.6.1
Expected behavior
Get list of transcripts for video
Actual behaviour
Instead I received the following error message:
SSLError: HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries exceeded with url: /watch?v=pxiP-HJLCx0 (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')))
DO NOT DELETE THIS! Please take the time to fill this out properly. I am not able to help you if I do not know what you are executing and what error messages you are getting. If you are having problems with a specific video make sure to include the video id.
To Reproduce
Steps to reproduce the behavior:
What code / cli command are you executing?
I am running
Which Python version are you using?
Python 3.9
Which version of youtube-transcript-api are you using?
youtube-transcript-api 0.6.1
Expected behavior
Get list of transcripts for video
Actual behaviour
Instead I received the following error message: