https://github.com/web-mech/dlvid
Download videos from the command line
https://github.com/web-mech/dlvid
Last synced: about 2 months ago
JSON representation
Download videos from the command line
- Host: GitHub
- URL: https://github.com/web-mech/dlvid
- Owner: web-mech
- License: mit
- Created: 2014-08-14T20:58:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T03:41:43.000Z (almost 11 years ago)
- Last Synced: 2025-03-06T06:46:42.218Z (3 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#DLVid
[](https://travis-ci.org/web-mech/dlvid)
DLVid is a cli tool for downloading web clips (similar to youtube-dl).
##Installation
```
npm install -g dlvid
```##Usage
###Downloading
```
dlvid download ...
```
#####Supported ProvidersSee the current list [here](https://github.com/web-mech/dlvid-core/blob/master/support.md)
###Information
```
dlvid info ... >> test.json
```###Testing
```
npm test
```