ani-cli-npm 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +0 -3
- package/package.json +1 -2
package/bin/index.js
CHANGED
@@ -3,11 +3,9 @@
|
|
3
3
|
const VLC = require('vlc-simple-player');
|
4
4
|
const prompt = require("simple-input");
|
5
5
|
const fs = require("fs");
|
6
|
-
const downloadsFolder = require('downloads-folder');
|
7
6
|
//const HttpsProxyAgent = require('https-proxy-agent');
|
8
7
|
//const proxyAgent = new HttpsProxyAgent("68.183.230.116:3951");
|
9
8
|
|
10
|
-
const download_dir = downloadsFolder()
|
11
9
|
const gogohd_url="https://gogohd.net/"
|
12
10
|
const base_url="https://animixplay.to"
|
13
11
|
|
@@ -23,7 +21,6 @@ const colors = {
|
|
23
21
|
}
|
24
22
|
|
25
23
|
let config = {
|
26
|
-
download_dir: download_dir,
|
27
24
|
quality: "best",
|
28
25
|
player: "VLC"
|
29
26
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ani-cli-npm",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "ani-cli tool rewritten as npm package",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -19,7 +19,6 @@
|
|
19
19
|
"multiply": "bin/index.js"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"downloads-folder": "^3.0.3",
|
23
22
|
"http-proxy-agent": "^5.0.0",
|
24
23
|
"https-proxy-agent": "^5.0.1",
|
25
24
|
"simple-input": "^1.0.1",
|