https://github.com/if1live/aniplus-download-helper
aniplus download helper
https://github.com/if1live/aniplus-download-helper
Last synced: 2 months ago
JSON representation
aniplus download helper
- Host: GitHub
- URL: https://github.com/if1live/aniplus-download-helper
- Owner: if1live
- License: mit
- Created: 2017-07-29T12:22:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T05:12:14.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T04:21:29.421Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aniplus-helper
Aniplus helper## features
* [x] download
* [x] search## prepare
`npm install`## usage
### download
1. execute launcher server. `node server.js`
2. execute aniplus downloader. `node download.js 1335`. `1335` is contentSerial.### search
basic search command : `node search.js ````
$ node search.js 주문
search keyword [주문]
1812 주문은 토끼입니까?
1823 주문은 토끼입니까?? (2기)
```search with spacebar : `node search.js ""`
```
$ node search.js "주문은 토끼입니까"
search keyword [주문은 토끼입니까]
1812 주문은 토끼입니까?
1823 주문은 토끼입니까?? (2기)
```search multiple keyword : `node search.js ...`
```
$ node search.js "주문은 토끼입니까" "기어와라"
search keyword [주문은 토끼입니까]
1812 주문은 토끼입니까?
1823 주문은 토끼입니까?? (2기)
search keyword [기어와라]
1248 기어와라! 냐루코양
1335 기어와라! 냐루코양 W
```### detail information
`node detail.js `
```
$ node detail.js 1719
{ title: '무채한의 팬텀 월드',
serial: '1719',
ids:
[ '16761',
'16798',
'16833',
'16877',
'16918',
'16944',
'16982',
'17014',
'17050',
'17091',
'17128',
'17166',
'17200' ],
supported: true }
```## content serial
* example url : http://www.aniplustv.com/#/tv/program_view.asp?gCode=TV&sCode=010&contentSerial=1335
* content serial is 1335