Closed BrdEase closed 3 years ago
Calm down @BrdEase π’ this is a free library maked for an only person on his free time, its not perfect, but rememmber that its free and @sealedtx do a great job on his free time
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? This is an open community and all are welcome to improve the code
unnecessary rudeness v3.0
@BrdEase vey rude and demotivating , despite of all the free efforts by developer. :expressionless:
@sealedtx you are doing a great job ,keep up the good work.π
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: 1) this library is web scrapper 2) youtube often changes web structure of its pages 3) I don't use this library every minute or even every day to find the errors
THIS DON'T WORK, DON'T LOOSE YOUR TIME TRYING TO MAKE THIS SHIT WORK
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.
Is there any way to get in touch with the dev?
Sure, PRs are welcomed
What PR stands for?
What PR stands for?
PR - Pull Request
There was a problem with extraction of continuationItems
(playlist pagination). Fixed in https://github.com/sealedtx/java-youtube-downloader/commit/f8cebea57114daf78529209245b892bbb41e5ea7 available in 2.4.5 release
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.