kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.31k stars 1.84k forks source link

Add the recipe for yt-dlp module #3010

Open envemos opened 5 months ago

envemos commented 5 months ago

There are several projects in android which use yt-dlp library (See https://github.com/yt-dlp/yt-dlp/issues/9828). It would be interesting if this library could be integrated into Kivy.

zaednasr commented 5 days ago

Is kivy faster than running yt-dlp through termux containers? Because that's what ytdlnis and seal are doing currently and ytdlp can come off as slow compared when it is run on pc.

This is an interesting idea