Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A basic implementation of youtube-dl in Android/Java

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)