Skip to content

Ma7moud3ly/dlp-android

Repository files navigation

YT-DLP Android

Android user interface for yt-dlp.

yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites.

Download the app from Releases.

Screenshots:

   

   

   

How To build

YT-DLP Android hosts and pacakges yt-dlp python library in an android app by using Chaquopy

Chaquopy provides everything you need to include Python components in an Android app.

Before building YT-DLP Android you need to configure python path in app/build.gradle.kts

chaquopy {
    defaultConfig {
        buildPython("<path to python>")
        version = "<python_version>"
    }
}

For more about chaquopy plugin configuration, please check this doc https://chaquo.com/chaquopy/doc/current/android.html

Inspired by

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published