Initial commit.
This commit is contained in:
commit
07f2932477
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
node_modules/
|
||||||
|
data/credentials.json
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Kiss Asian Downloader
|
||||||
|
|
||||||
|
Download content from Kiss Asian through JDownloader.
|
10
data/credentials.json.example
Normal file
10
data/credentials.json.example
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"kissasian": {
|
||||||
|
"username": "USERNAME",
|
||||||
|
"password": "PASSWORD"
|
||||||
|
},
|
||||||
|
"jdownloader": {
|
||||||
|
"email": "EMAIL",
|
||||||
|
"password": "PASSWORD"
|
||||||
|
}
|
||||||
|
}
|
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "kissasian-downloader",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "./src/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node ."
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "http://192.168.100.4:3000/moonstar-x/kissasian-downloader"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "moonstar-x",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user