Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedsajid/aria2-dl

youtube-dl + aria2
https://github.com/ahmedsajid/aria2-dl

aria2c python youtube-dl

Last synced: 6 days ago
JSON representation

youtube-dl + aria2

Awesome Lists containing this project

README

        

# aria2-dl
youtube-dl + aria2

## Requirement:

- Python 3
- youtube-dl >= 2017.10.0

## Usage:

Run aria2c with rpc enabled

``` aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all ```

Add URL to aria2c via RPC

```./addurl.py http://localhost:6800/rpc http://video.url ```