-
Notifications
You must be signed in to change notification settings - Fork 417
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
Missing Downloader implementations #1159
Comments
If you have some ideas or suggestions, or even if you want to contribute on that, free feel to open issues :)
Yes, the goal of the
You could have looked at the extractor test implementation instead (note that the 429 HTTP response code handling is a very bad way to handle captcha responses at the moment, in the app and in the extractor). Anyway, is the documentation of the |
Yes I'm thinking about adding a new
I understand that. My question was more about why there wasn't any "default" implementation of this so that people can use it out of the box. It actually took me a while to know that there wasn't one provided.
Create an implementation: yes. Create an implementation that works properly: not so easily. I think just a standard |
Hello there.
First of all, thanks a lot for this tool. I've been looking into using this for some of my personal projects and it has proven to be really great, despite the lack of tutorials/docs which makes things harder to understand for new people like me.
Anyway, onward to the actual question: I notice that, by default, there is no implementation class for
Downloader
, and it threw me off quite a bit when I wanted to parse a Youtube video URL with aYoutubeStreamExtractor
.I managed to find this in
NewPipe
and had to C&P it over and remove all of the Android-related code. So all is well now, but is there a reason for this?The text was updated successfully, but these errors were encountered: