yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
934 stars 172 forks source link

Open the `UpdateChannel` class so that an arbitrary URL can be used #277

Closed mrbob55 closed 1 week ago

mrbob55 commented 2 weeks ago

Hello,

I want the ability to use a fork of yt-dlp, but right now that is not possible. If we open the UpdateChannel class then I can instantiate it with an arbitrary URL and it becomes possible. I can now also use an arbitrary past version if I want to.

I hope this is a welcome change. If there is another way to do it then please let me know.

Thank you! :)