Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get transcriptions from channel/playlist #6

Open
CamilleSchr opened this issue Jun 2, 2021 · 1 comment
Open

Get transcriptions from channel/playlist #6

CamilleSchr opened this issue Jun 2, 2021 · 1 comment

Comments

@CamilleSchr
Copy link

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

@danielcliu
Copy link
Owner

Hello,

Thanks for the issue! I will look into this when I get the chance I've been very busy recently and don't have a lot of free time to maintain. If you know how to solve this feel free to make a PR as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants