yt-dlp / yt-dlp

A feature-rich command-line audio/video downloader
https://discord.gg/H5MNcFW63r
The Unlicense
72.16k stars 5.75k forks source link

Compiling yt-dlp to Android ¿Any attempts? #9828

Closed envemos closed 2 weeks ago

envemos commented 2 weeks ago

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

Checklist

Please make sure the question is worded well enough to be understood

Seeing as it wouldn't be possible to compile to WASM, I'm wondering if it would be possible to export the library to a mobile app and if this has been tried before.

As I mentioned in my previous question, if we follow the development proposed by flet: (https://flet.dev/docs/publish/android) it would be necessary to make a recipe in kivy. I don't know if anyone has tried to do it before or has followed another development route with successful results.

Provide verbose output that clearly demonstrates the problem

Complete Verbose Output

No response

seproDev commented 2 weeks ago

Take a look at https://github.com/yausername/youtubedl-android and other yt-dlp GUIs for mobile (Seal, YTDLnis)

envemos commented 2 weeks ago

Take a look at https://github.com/yausername/youtubedl-android and other yt-dlp GUIs for mobile (Seal, YTDLnis)

Thanks for the information. We know then that it can be used on Android. It would be interesting if this library could be integrated into Kivy.