Full Featured Video/Audio Downloader for Android using yt-dlp
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Denis Çerri b6f6edb690
added downloading items on the downloads tab, they can be cancelled
TODO, update home fragment when downloads tab cancels
4 years ago
.github/workflows Update android.yml 4 years ago
.idea added downloading items on the downloads tab, they can be cancelled 4 years ago
app added downloading items on the downloads tab, they can be cancelled 4 years ago
fastlane/metadata/android/en-US 1.3.0 4 years ago
gradle/wrapper Init 4 years ago
.gitignore Init 4 years ago
BUILD_FFMPEG.md Init 4 years ago
BUILD_PYTHON.md Init 4 years ago
LICENSE Init 4 years ago
README.md Update README.md 4 years ago
build.gradle made clicked results cancellable 4 years ago
gradle.properties Init 4 years ago
gradlew Init 4 years ago
gradlew.bat Init 4 years ago
settings.gradle Init 4 years ago

README.md

ytdlnis

Android App for downloading audio and videos using yt-dlp

Created as a project for the class, Mobile Programming. Continued to update it because why not.

Download

Get Latest Release Here

Features:

  • download audio and video files
  • download full playlists
  • download selected videos on a list and add to a queue
  • use custom download paths for each format
  • remove non music parts from youtube audio files
  • embed subtitles on videos
  • add chapters to youtube videos by using sponsorblock chapters
  • select different download formats
  • share any yt-dlp compatible link into the app and start downloading
  • foreground download services which work even if app is cleared from recents and updates ui when u go back
  • search from the app
  • material you interface
  • really easy to use
  • run terminal commands for more flexibility

Screenshots

License

GNU GPL v3.0

Thanks

  • yt-dlp and its contributors for making this tool possible. Without it this app wouldn't exist.
  • youtubedl-android for porting yt-dlp to android
  • dvd for showing how to implement youtubedl-android
  • seal for certain design elements and features i wanted to use aswell in this app
  • decipher3114 for the app icon

and alot of other internet forum strangers.