Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uetchy/nv
Easiest way to download videos and mylist from nicovideo.jp
https://github.com/uetchy/nv
nicovideo
Last synced: about 1 month ago
JSON representation
Easiest way to download videos and mylist from nicovideo.jp
- Host: GitHub
- URL: https://github.com/uetchy/nv
- Owner: uetchy
- License: mit
- Created: 2014-11-30T08:50:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T07:12:51.000Z (over 5 years ago)
- Last Synced: 2024-10-07T16:43:03.294Z (about 1 month ago)
- Topics: nicovideo
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nv
[![Build Status](https://travis-ci.com/uetchy/nv.svg?branch=master)](https://travis-ci.com/uetchy/nv)
The commandline tool for downloading videos and mylist at nicovideo.
## Installation
### Stable version
```session
curl -Ls https://gist.githubusercontent.com/uetchy/b285401a11134d6c3688945b1037cd81/raw/install.sh | bash
```### HEAD version
```session
$ go get -d github.com/uetchy/nv
```## Usage
Default config file will be put on **~/.config/nv/config.yml**
## Download
```session
$ nv get http://www.nicovideo.jp/watch/sm22538737
$ nv get http://www.nicovideo.jp/mylist/33435425
```You also can use more shorten addresses.
```session
$ nv get sm9
$ nv get mylist/33435425
```### Options
#### Download comments
```session
$ nv get sm9 --with-comments
```## Show info
```session
$ nv info sm9
$ nv info mylist/33435425
```## Open video on nicovideo.jp
```session
$ nv browse "./Cat Movie [sm00000].mp4"
```## Contribution
1. Fork ()
2. Create a feature branch
3. Commit your changes
4. Rebase your local changes against the master branch
5. Run test suite with the `go test ./...` command and confirm that it passes
6. Run `gofmt -s`
7. Create a new Pull Request