-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Playlist extraction error #67
Comments
unnecessary rudeness v2.0 |
You are a Java developer, then why you don't fix the problem and create a new PR with the fix? |
unnecessary rudeness v3.0 |
Yeah i was rude af for no reason, I ended using youtube api. |
GL with api key limit |
Enough for non-comercial use, according to this table (https://developers.google.com/youtube/v3/determine_quota_cost) |
Then you are very lucky 😂 I had 15 keys and I would need 100 if I use his api because youtube reduced the api key limit one day 90% 🤦🏻♂️ |
If I have some free time I'll try to fix this library, and add a search video mechanism. Is there any way to get in touch with the dev? |
@BrdEase Hi. Sorry for your bad experience. Please, notice that:
Thats why errors are fixed as soon as someone finds it and opens an issue. After reviewing I try to fix it when I have spare time or review PR. I will add something similar to your idea to README, to make people aware of this.
Sure, PRs are welcomed |
What PR stands for? |
PR - Pull Request |
There was a problem with extraction of |
Yeah you are fucking awesome dude |
Trying the example code from the "usage" section, as follows:
The playlist link is: https://www.youtube.com/playlist?list=PLjhaAcnXuuftpJKWB21uRzqe-4_d4Uuoj
I'm using it's id: PLjhaAcnXuuftpJKWB21uRzqe-4_d4Uuoj
throws this:
You should really consider making this library more usable, better docs, better examples and explanations, and of couse better Null Pointer Exception avoiding.
The text was updated successfully, but these errors were encountered: