ani-cli-npm 1.4.2 → 1.4.3

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,70 +1,70 @@
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
- ### NodeJS rewrite of the [ani-cli](https://github.com/pystardust/ani-cli) package for linux.
5
-
6
-
7
- ## Instalation:
8
- ### Windows:
9
- #### - Download and install [nodejs](https://nodejs.org/en/download/)
10
- #### - Open a terminal or powershell and run the following command to run the program:
11
- ```
12
- npx ani-cli-npm@latest
13
- ```
14
- #### - It is recomended to install VLC media player, but optionaly you can change your video player to Browser in config
15
-
16
- ### Android
17
- #### - Install the android terminal of your choice. e.g. [Termux](https://play.google.com/store/apps/details?id=com.termux)
18
- #### - Install [nodejs](https://nodejs.org/). In termux this is done with the following command:
19
- ```
20
- pkg install nodejs
21
- ```
22
- #### - Run
23
- ```
24
- npx ani-cli-npm@latest
25
- ```
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.
27
-
28
- ### Linux:
29
- #### - Install [nodejs](https://nodejs.org/en/download/ with your distrabutions package manager.
30
- #### - Run the following command:
31
- ```
32
- npx ani-cli-npm@latest
33
- ```
34
- ##### Note: If you are using linux, I would advise just using the origonal [ani-cli](https://github.com/pystardust/ani-cli), the main perpous of this package is to allow easier use on windows and android.
35
-
36
-
37
- ## Usage:
38
- <img width="147" alt="image" src="https://user-images.githubusercontent.com/74017165/195988816-5088cbff-348e-4852-a1a0-ef343785d488.png">
39
-
40
- #### Input the page you wish to got to then press the enter key to select
41
-
42
- ### Search:
43
-
44
- #### 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)
45
-
46
- #### Play - Plays the episode you have chosen in the player you have selected in config (VLC by default)
47
-
48
- #### Download - Will download the episode. (This requires you to have chosed a download directory in config).
49
-
50
- ##### The download feature is not currently implemented, if you wish to download, open in browser and download there.
51
-
52
- #### Show Link - Will display the link to the video file. This can be opened in a video player or browser.
53
-
54
- ### Config:
55
-
56
- #### For configuring several of options about how the program works.
57
-
58
- #### Player - Change which player is used to open the anime (default mpv).
59
-
60
- #### Proxy - Proxy used for searching. This is not currently implemented and will not work.
61
-
62
- #### User agent - The user agent used to make requests to websites.
63
-
64
-
65
- ## Current limitations:
66
-
67
-
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.
69
-
70
- ## Happy watching :)
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
+ ### NodeJS rewrite of the [ani-cli](https://github.com/pystardust/ani-cli) package for linux.
5
+
6
+
7
+ ## Instalation:
8
+ ### Windows:
9
+ #### - Download and install [nodejs](https://nodejs.org/en/download/)
10
+ #### - Open a terminal or powershell and run the following command to run the program:
11
+ ```
12
+ npx ani-cli-npm@latest
13
+ ```
14
+ #### - It is recomended to install VLC media player, but optionaly you can change your video player to Browser in config
15
+
16
+ ### Android
17
+ #### - Install the android terminal of your choice. e.g. [Termux](https://play.google.com/store/apps/details?id=com.termux)
18
+ #### - Install [nodejs](https://nodejs.org/). In termux this is done with the following command:
19
+ ```
20
+ pkg install nodejs
21
+ ```
22
+ #### - Run
23
+ ```
24
+ npx ani-cli-npm@latest
25
+ ```
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.
27
+
28
+ ### Linux:
29
+ #### - Install [nodejs](https://nodejs.org/en/download/ with your distrabutions package manager.
30
+ #### - Run the following command:
31
+ ```
32
+ npx ani-cli-npm@latest
33
+ ```
34
+ ##### Note: If you are using linux, I would advise just using the origonal [ani-cli](https://github.com/pystardust/ani-cli), the main perpous of this package is to allow easier use on windows and android.
35
+
36
+
37
+ ## Usage:
38
+ <img width="147" alt="image" src="https://user-images.githubusercontent.com/74017165/195988816-5088cbff-348e-4852-a1a0-ef343785d488.png">
39
+
40
+ #### Input the page you wish to got to then press the enter key to select
41
+
42
+ ### Search:
43
+
44
+ #### 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)
45
+
46
+ #### Play - Plays the episode you have chosen in the player you have selected in config (VLC by default)
47
+
48
+ #### Download - Will download the episode. (This requires you to have chosed a download directory in config).
49
+
50
+ ##### The download feature is not currently implemented, if you wish to download, open in browser and download there.
51
+
52
+ #### Show Link - Will display the link to the video file. This can be opened in a video player or browser.
53
+
54
+ ### Config:
55
+
56
+ #### For configuring several of options about how the program works.
57
+
58
+ #### Player - Change which player is used to open the anime (default mpv).
59
+
60
+ #### Proxy - Proxy used for searching. This is not currently implemented and will not work.
61
+
62
+ #### User agent - The user agent used to make requests to websites.
63
+
64
+
65
+ ## Current limitations:
66
+
67
+
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.
69
+
70
+ ## Happy watching :)