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 8d178f6f1b
App finalization
Version 1.0.0
- Added delete history in history fragment
- Stored every search result in a database so that you can see them even after app is closed
- Fixed bad directory path text by converting it to UTF-8
- Made the app download the whole playlist
- Made the app keep track of songs that have already been downloaded by showing the finished progress bar on them if the fragment gets reloaded
- Fixed metadata on music files by adding thumbnail and proper metadata on author and title by using tags
4 years ago
.idea App finalization 4 years ago
app App finalization 4 years ago
common Init 4 years ago
ffmpeg Init 4 years ago
gradle/wrapper Init 4 years ago
library 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 Init 4 years ago
build.gradle App finalization 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 youtube videos

Created as a project for the class, Mobile Programming.