yausername / youtubedl-android

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

How to compile with the latest yt-dlp binary? #218

Open ahm750 opened 1 year ago

ahm750 commented 1 year ago

How can I build yt-dlp to be used in the wrapper? You provided instructions for Python and FFMPEG but not yt-dlp.

I have the latest ytdlp binary, just dont k ow how to build it and use it in the wrapper.

ahm750 commented 1 year ago

@yausername @xibr @JunkFood02

pukkandan commented 1 year ago

This uses the yt-dlp zip-executable directly. No need to build anything. If you want to make a custom build, run make yt-dlp on a clone of yt-dlp repo. See https://github.com/yt-dlp/yt-dlp#platform-independent-binary-unix for more details