ani-cli-npm 1.3.1 → 1.3.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/README.MD +5 -2
- package/bin/index.js +0 -2
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -19,7 +19,10 @@ npx ani-cli-npm@latest
|
|
|
19
19
|
```
|
|
20
20
|
pkg install nodejs
|
|
21
21
|
```
|
|
22
|
-
#### - Run
|
|
22
|
+
#### - Run
|
|
23
|
+
```
|
|
24
|
+
npx ani-cli-npm@latest
|
|
25
|
+
```
|
|
23
26
|
##### Note: At preset (1.0.6), you will need to change the player to browser, and will have to do any downloads through your browser of choice.
|
|
24
27
|
|
|
25
28
|
### Linux:
|
|
@@ -64,4 +67,4 @@ npx ani-cli-npm@latest
|
|
|
64
67
|
|
|
65
68
|
### This project is still somewhat under development, as such, there are a few bugs you may run into. Feel free to open an issue on github, though there is a solid chance I am aware of it and just havn't gotten round to fixing it yet.
|
|
66
69
|
|
|
67
|
-
## Happy watching :)
|
|
70
|
+
## Happy watching :)
|
package/bin/index.js
CHANGED
|
@@ -401,8 +401,6 @@ async function play(link, anime){
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
async function search(){
|
|
404
|
-
console.clear()
|
|
405
|
-
console.log(colors.Blue, "ANI-CLI-NPM \n")
|
|
406
404
|
console.log(colors.Magenta, "Search...")
|
|
407
405
|
let choice = await input("")
|
|
408
406
|
let anime = await process_search(choice)
|