Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahmedsajid/aria2-dl
- Owner: ahmedsajid
- License: mit
- Created: 2017-10-03T01:34:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T18:43:23.000Z (over 3 years ago)
- Last Synced: 2024-08-02T16:02:22.421Z (3 months ago)
- Topics: aria2c, python, youtube-dl
- Language: Python
- Size: 7.81 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```