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

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

Awesome Lists containing this project

README

        

#DLVid

[![Build Status](https://travis-ci.org/web-mech/dlvid.png?branch=master)](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 Providers

See the current list [here](https://github.com/web-mech/dlvid-core/blob/master/support.md)

###Information
```
dlvid info ... >> test.json
```

###Testing

```
npm test
```