Replies: 1 comment
-
This is an interesting question, you're basically looking for a way to validate the videoId before calling the function proper. The only way I can think of doing this would be to all |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm currently using this library with browser authentication to create a program that can read a text file containing video ids and add them to a playlist.
However, some of those video ids are from videos are either private or no longer exists, so when I try to run:
I usually get a response like this:
Currently I'm trying to see how far I can go while sending individual request, but I was wondering if there was a better way to handle batched process for a problem like this.
Beta Was this translation helpful? Give feedback.
All reactions