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

Error confirming youtube API key #36

Open
emjas92 opened this issue Aug 21, 2022 · 1 comment
Open

Error confirming youtube API key #36

emjas92 opened this issue Aug 21, 2022 · 1 comment

Comments

@emjas92
Copy link

emjas92 commented Aug 21, 2022

I have set up everything according to the (incomplete) instructions, but I'm getting this after entering the auth code
Error confirming youtube API key
Error while trying to retrieve access token invalid_request

Does this project still work or is there a better one for downloading YT subs?

@emjas92
Copy link
Author

emjas92 commented Aug 22, 2022

OK, so I see youtube-dl can do this itself.
I'm using the fork yt-dlp which has more features.

curl -s -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ./yt-dlp
chmod a+rx ./yt-dlp
yt-dlp --batch-file channels.txt --download-archive archive.txt -S "res:720" --ignore-errors --windows-filenames -o "%(uploader)s/%(playlist)s/%(upload_date)s %(title)s.%(ext)s"

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

1 participant