Hi,
I would like to get the transcription of this channel/playlist (explore>news>worldnews) : https://www.youtube.com/channel/UCvAvFl2OGsuDSoOo93Kd0nA
I tried :
from youtube_channel_transcript_api import YoutubePlaylistTranscripts channel_getter = YoutubePlaylistTranscripts('World News','UCvAvFl2OGsuDSoOo93Kd0nA', 'myapikey') videos_data, videos_errored = channel_getter.get_transcripts()
But it didn't work, I have this following error:
404 Client Error: Not Found for url: https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&maxResults=50&playlistId=UCvAvFl2OGsuDSoOo93Kd0nA&key=myapikey&pageToken=
Can you help me please ? Is it because this page https://www.youtube.com/channel/UCvAvFl2OGsuDSoOo93Kd0nA use a lot of playlist, with videos of others channels ?
Thanks,
Cheers,
Camille
Hi,
I would like to get the transcription of this channel/playlist (explore>news>worldnews) : https://www.youtube.com/channel/UCvAvFl2OGsuDSoOo93Kd0nA
I tried :
from youtube_channel_transcript_api import YoutubePlaylistTranscripts channel_getter = YoutubePlaylistTranscripts('World News','UCvAvFl2OGsuDSoOo93Kd0nA', 'myapikey') videos_data, videos_errored = channel_getter.get_transcripts()But it didn't work, I have this following error:
404 Client Error: Not Found for url: https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&maxResults=50&playlistId=UCvAvFl2OGsuDSoOo93Kd0nA&key=myapikey&pageToken=
Can you help me please ? Is it because this page https://www.youtube.com/channel/UCvAvFl2OGsuDSoOo93Kd0nA use a lot of playlist, with videos of others channels ?
Thanks,
Cheers,
Camille