Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcralph/AquaDL
A better way to download online media, fast and safe. Supports YouTube, Vimeo and more!
https://github.com/davidcralph/AquaDL
downloader media soundcloud vimeo website youtube
Last synced: 2 months ago
JSON representation
A better way to download online media, fast and safe. Supports YouTube, Vimeo and more!
- Host: GitHub
- URL: https://github.com/davidcralph/AquaDL
- Owner: davidcralph
- License: mit
- Archived: true
- Created: 2019-01-07T12:24:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T10:02:29.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T20:44:48.814Z (5 months ago)
- Topics: downloader, media, soundcloud, vimeo, website, youtube
- Language: JavaScript
- Size: 4.38 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Aqua
A better way to download online media, fast and safe. Supports YouTube, Vimeo and more!## Why?
As some of my followers may know, I work on a website called https://qtradio.moe. Downloading content is hell, you have to find the video, download it, get the metadata etc. Since this process is long and tedious I decided to make a cool site which would automate most of these steps so I can concentrate on improving the service, not trying to work around youtube-dl and trying to remember the commands. (less fun when your school blocks the services and you have to use unsafe virus websites with a vpn)## Installation
### Requirements
* Git (optional)
* Node.js
### Commands
```bash
git clone https://github.com/ohlookitsderpy/AquaDL/
cd AquaDL
yarn # Yes, I use Yarn. Yarn >>> NPM
```