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.
ytdl-android/README.md

56 lines
2.0 KiB
Markdown

4 years ago
<h1 align="center">
ytldnis
</h1>
<p align="center">
Android App for downloading videos using yt-dlp
</p>
<p align="center">
Created as a project for the class, Mobile Programming. Continued to update it because why not.
</p>
4 years ago
## Download
4 years ago
[Get Latest Release Here](https://github.com/deniscerri/ytdlnis/releases/)
4 years ago
## Features:
4 years ago
- 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
<div>
<img src="fastlane/metadata/android/en-US/images/screenshots/1.png" width="30%" />
<img src="fastlane/metadata/android/en-US/images/screenshots/2.png" width="30%" />
<img src="fastlane/metadata/android/en-US/images/screenshots/3.png" width="30%" />
<img src="fastlane/metadata/android/en-US/images/screenshots/4.png" width="30%" />
<img src="fastlane/metadata/android/en-US/images/screenshots/5.png" width="30%" />
<img src="fastlane/metadata/android/en-US/images/screenshots/6.png" width="30%" />
</div>
## License
[GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE)
## Thanks
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist.
- [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android
- [dvd](https://github.com/yausername/dvd) for showing how to implement youtubedl-android
- [seal](https://github.com/JunkFood02/Seal) for certain design elements and features i wanted to use aswell in this app
and alot of other internet forum strangers.