No description
Find a file
Denis Çerri dfd560204e
fixed api issues and other stuff
Due to high app usage my personal youtube api key was throttled. I removed the built-in api key for default yt-dlp requests. slower but usable to everyone. You can add your own youtube api key in the setttings for faster responses
fixed downloaded items other than youtube not having proper download links
fixed app crashing when pressing download all button
2022-09-30 00:58:19 +02:00
.github/workflows Update android.yml 2022-08-24 13:31:16 +02:00
.idea fixed api issues and other stuff 2022-09-30 00:58:19 +02:00
app fixed api issues and other stuff 2022-09-30 00:58:19 +02:00
fastlane/metadata/android/en-US 1.3.0 2022-09-24 16:47:01 +02:00
gradle/wrapper Init 2022-05-27 22:50:23 +02:00
.gitignore Init 2022-05-27 22:50:23 +02:00
build.gradle added app icon (thank you decipher3114) 2022-09-28 00:15:30 +02:00
BUILD_FFMPEG.md Init 2022-05-27 22:50:23 +02:00
BUILD_PYTHON.md Init 2022-05-27 22:50:23 +02:00
gradle.properties Init 2022-05-27 22:50:23 +02:00
gradlew Init 2022-05-27 22:50:23 +02:00
gradlew.bat Init 2022-05-27 22:50:23 +02:00
LICENSE Init 2022-05-27 22:50:23 +02:00
README.md Update README.md 2022-09-28 00:18:29 +02:00
settings.gradle Init 2022-05-27 22:50:23 +02:00

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.