No description
Find a file
Denis Çerri 6473f452a1
added stateless downloads & more
changed folder structure to ytdlnis instead of ytdl
when downloads are finished, history fragment updates itself
changed video duration of livestreams to LIVE
Fixed update dialog showing when you dont have internet
removed download functionality from home fragment and put it all on downloadservice. This makes the download stateless and the ui can be updated when you go back to the app
did the same for custom command activity
slight changes on result card ui
added fastlane metadata
added support for other yt-dlp videos instead of just focusing on youtube. Youtube is still the main focus
updated database
slight design changes
made bottom navigation bar the same color as the background
changed download buttons background colors inside cards
fixed result items changing download status icons when scrolling through recyclerview
updated readme
2022-09-23 23:55:02 +02:00
.github/workflows Update android.yml 2022-08-24 13:31:16 +02:00
.idea added stateless downloads & more 2022-09-23 23:55:02 +02:00
app added stateless downloads & more 2022-09-23 23:55:02 +02:00
fastlane/metadata/android/en-US added stateless downloads & more 2022-09-23 23:55:02 +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 breadcrumbs 2022-09-19 17:21:11 +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 added stateless downloads & more 2022-09-23 23:55:02 +02:00
settings.gradle Init 2022-05-27 22:50:23 +02:00

ytldnis

Android App for downloading 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

and alot of other internet forum strangers.