Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tastelessjolt/youtube-dl-android
A basic implementation of youtube-dl in Android/Java
https://github.com/tastelessjolt/youtube-dl-android
android java youtube-dl youtube-dl-android
Last synced: 3 months ago
JSON representation
A basic implementation of youtube-dl in Android/Java
- Host: GitHub
- URL: https://github.com/tastelessjolt/youtube-dl-android
- Owner: tastelessjolt
- License: gpl-3.0
- Created: 2017-12-16T11:52:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T19:53:08.000Z (over 5 years ago)
- Last Synced: 2024-04-16T06:07:04.609Z (7 months ago)
- Topics: android, java, youtube-dl, youtube-dl-android
- Language: Java
- Homepage:
- Size: 791 KB
- Stars: 105
- Watchers: 15
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-dl-android
## Implementation of youtube-dl in Android/Java
It can download any video/audio on youtube except videos with age filter. (will be fixed soon)
If it doesn't work for any link, please raise an Issue with the link.## Features
* Download in any format supported
* Downloads using the built-in downloader `DownloadManager`
* History of queried URLs
* Download anywhere you want## Credits
[youtube dl](https://github.com/rg3/youtube-dl)
[Storage Chooser](https://github.com/codekidX/storage-chooser)