Schmiddiii
Schmiddiii
Would be possible to do. This might take a while to to because I want to refactor the application before.
I already know about NewPipeExtractor, and already considered using it for the project. The current main problem is that NewPipeExtractor is written in java, this project is written in rust....
> Well youtube-dl is a much lager project and therefore gets fixes normally faster, but NewPipeExtractor could be used to provide these additional features in times it works. What do...
I do not think that would be feasable as I would need to support four different ways of interacting with youtube. Furthermore if one of them would not work, it...
> Invidious Instances could be fixed without the user having to do anything. You are right about that. > You might wnt to take a look at np-cli. This seems...
Freetube uses Invidious. I think that we should also consider a self-written but more powerful extractor, as I would also like to support lbry/odysee in the future and none of...
I think I will have to move this into "not possible with my current knowlege", as: # Why not use a existing extractor? I would like to support lbry/odysee in...
After a little bit of searching around, I found [this](https://github.com/deep-gaurav/rusty_pipe), a youtube extractor written in Rust. This seems to (somehow) extract everything wanted (see [this frontend](https://github.com/deep-gaurav/rusty_pipe_front)). I will have to...
I have been working on a flatpak build on the last days (see #16). I got it working on my laptop, but could not cross compile to aarch64. It may...
Thank you. I now have a working cross compilation. My mistake was that installing `qemu-user-static` from the repos did not work. I installed it from the [github](https://github.com/multiarch/qemu-user-static)-website you linked in...