ani-cli-npm 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/temp" />
6
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
12
  </module>
package/.idea/discord.xml CHANGED
@@ -1,7 +1,7 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="DiscordProjectSettings">
4
- <option name="show" value="ASK" />
5
- <option name="description" value="" />
6
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="DiscordProjectSettings">
4
+ <option name="show" value="ASK" />
5
+ <option name="description" value="" />
6
+ </component>
7
7
  </project>
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="JavaScriptLibraryMappings">
4
- <includedPredefinedLibrary name="Node.js Core" />
5
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="JavaScriptLibraryMappings">
4
+ <includedPredefinedLibrary name="Node.js Core" />
5
+ </component>
6
6
  </project>
package/.idea/modules.xml CHANGED
@@ -1,8 +1,8 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/ani-cli-npm.iml" filepath="$PROJECT_DIR$/.idea/ani-cli-npm.iml" />
6
- </modules>
7
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/ani-cli-npm.iml" filepath="$PROJECT_DIR$/.idea/ani-cli-npm.iml" />
6
+ </modules>
7
+ </component>
8
8
  </project>
package/.idea/vcs.xml CHANGED
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
6
  </project>
package/README.MD CHANGED
@@ -1,77 +1,77 @@
1
- # ANI-CLI-NPM
2
-
3
- ### An Anime client, writen in nodeJS, to access any* anime without the need for ad filled websites! Just install, search for the anime of your choice, and watch in the video player of your choice.
4
- ### Typescript rewrite of the [ani-cli](https://github.com/pystardust/ani-cli) package for linux.
5
-
6
- ![image](https://user-images.githubusercontent.com/74017165/205444723-20520eb1-55dd-4103-811b-07e2cf6c466d.png)
7
-
8
-
9
- ## Instalation:
10
- ### Windows:
11
- #### - Download and install [nodejs](https://nodejs.org/en/download/)
12
- #### - Open a terminal or powershell and run the following command to run the program:
13
- ```
14
- npx ani-cli-npm@latest
15
- ```
16
- #### - It is recomended to install VLC media player, but optionaly you can change your video player to Browser in config
17
-
18
- ### Android
19
- #### - Install the android terminal of your choice. e.g. [Termux](https://play.google.com/store/apps/details?id=com.termux)
20
- #### - Install [nodejs](https://nodejs.org/). In termux this is done with the following command:
21
- ```
22
- pkg install nodejs
23
- ```
24
- #### - Run
25
- ```
26
- npx ani-cli-npm@latest
27
- ```
28
-
29
- ### Linux:
30
- #### - Install [nodejs](https://nodejs.org/en/download/) with your distrabutions package manager.
31
- #### - Run the following command:
32
- ```
33
- npx ani-cli-npm@latest
34
- ```
35
-
36
- ### Build from git:
37
- ```
38
- git clone https://github.com/Bumpkin-Pi/ani-cli-npm.git
39
- cd ani-cli-npm
40
- npm i
41
- npm run build
42
- npm run start
43
- ```
44
-
45
-
46
- ## Usage:
47
- ![image](https://user-images.githubusercontent.com/74017165/204142452-485e31b5-68dc-4eea-9924-bfb040429b02.png)
48
-
49
-
50
-
51
- #### Input the page you wish to got to then press the enter key to select
52
-
53
- ### Search: Input the name of the anime you want to watch, the select an anime from the search results. Then select the episode you wish to watch (If there is only one episode, said ep will be played automaticly)
54
-
55
- ### Download - Download either a single episode, or a range of episodes from an anime of your choice. Download folder can be changed in options.
56
-
57
- ##### The download feature is not currently implemented, if you wish to download, open in browser and download there.
58
-
59
- #### Show Link - Will display the link to the video file. This can be opened in a video player or browser.
60
-
61
- ### Options:
62
-
63
- #### For configuring several of options about how the program works.
64
-
65
- #### Player - Change which player is used to open the anime (default browser).
66
-
67
- #### Proxy - Proxy used for searching. This is not currently implemented and will not work.
68
-
69
- #### User agent - The user agent used to make requests to websites.
70
-
71
- #### Download folder - The folder in which to download episodes.
72
-
73
- ![image](https://user-images.githubusercontent.com/74017165/205444327-d67c5099-beaf-4895-9c74-c24b79a95e07.png)
74
-
75
-
76
-
77
- <a href="https://www.buymeacoffee.com/bumpkinpi" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
1
+ # ANI-CLI-NPM
2
+
3
+ ### An Anime client, writen in nodeJS, to access any* anime without the need for ad filled websites! Just install, search for the anime of your choice, and watch in the video player of your choice.
4
+ ### Typescript rewrite of the [ani-cli](https://github.com/pystardust/ani-cli) package for linux.
5
+
6
+ ![image](https://user-images.githubusercontent.com/74017165/205444723-20520eb1-55dd-4103-811b-07e2cf6c466d.png)
7
+
8
+
9
+ ## Instalation:
10
+ ### Windows:
11
+ #### - Download and install [nodejs](https://nodejs.org/en/download/)
12
+ #### - Open a terminal or powershell and run the following command to run the program:
13
+ ```
14
+ npx ani-cli-npm@latest
15
+ ```
16
+ #### - It is recomended to install VLC media player, but optionaly you can change your video player to Browser in config
17
+
18
+ ### Android
19
+ #### - Install the android terminal of your choice. e.g. [Termux](https://play.google.com/store/apps/details?id=com.termux)
20
+ #### - Install [nodejs](https://nodejs.org/). In termux this is done with the following command:
21
+ ```
22
+ pkg install nodejs
23
+ ```
24
+ #### - Run
25
+ ```
26
+ npx ani-cli-npm@latest
27
+ ```
28
+
29
+ ### Linux:
30
+ #### - Install [nodejs](https://nodejs.org/en/download/) with your distrabutions package manager.
31
+ #### - Run the following command:
32
+ ```
33
+ npx ani-cli-npm@latest
34
+ ```
35
+
36
+ ### Build from git:
37
+ ```
38
+ git clone https://github.com/Bumpkin-Pi/ani-cli-npm.git
39
+ cd ani-cli-npm
40
+ npm i
41
+ npm run build
42
+ npm run start
43
+ ```
44
+
45
+
46
+ ## Usage:
47
+ ![image](https://user-images.githubusercontent.com/74017165/204142452-485e31b5-68dc-4eea-9924-bfb040429b02.png)
48
+
49
+
50
+
51
+ #### Input the page you wish to got to then press the enter key to select
52
+
53
+ ### Search: Input the name of the anime you want to watch, the select an anime from the search results. Then select the episode you wish to watch (If there is only one episode, said ep will be played automaticly)
54
+
55
+ ### Download - Download either a single episode, or a range of episodes from an anime of your choice. Download folder can be changed in options.
56
+
57
+ ##### The download feature is not currently implemented, if you wish to download, open in browser and download there.
58
+
59
+ #### Show Link - Will display the link to the video file. This can be opened in a video player or browser.
60
+
61
+ ### Options:
62
+
63
+ #### For configuring several of options about how the program works.
64
+
65
+ #### Player - Change which player is used to open the anime (default browser).
66
+
67
+ #### Proxy - Proxy used for searching. This is not currently implemented and will not work.
68
+
69
+ #### User agent - The user agent used to make requests to websites.
70
+
71
+ #### Download folder - The folder in which to download episodes.
72
+
73
+ ![image](https://user-images.githubusercontent.com/74017165/205444327-d67c5099-beaf-4895-9c74-c24b79a95e07.png)
74
+
75
+
76
+
77
+ <a href="https://www.buymeacoffee.com/bumpkinpi" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>