Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit b4b8a02

Browse files
committed
update readme
1 parent d3cc1fb commit b4b8a02

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inspired by https://github.com/pystardust/ani-cli
2727
- [MPV Website](https://mpv.io/)
2828
- [VLC Website](https://www.videolan.org/)
2929
- [Add program to path](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/)
30-
3. Download latest package from [Release](https://github.com/Soviena/kaa.si-cli/releases)
30+
3. Download latest package from [Release](https://github.com/Soviena/kaa.si-cli/releases) or clone this repository using `git clone https://github.com/Soviena/kaa.si-cli`
3131
5. Extract and open folder as admin in cmd / powershell
3232
6. `python setup.py install` or `sudo python setup.py install` for linux
3333
7. and run `kaasi` in cmd / powershell to open the app
@@ -36,8 +36,11 @@ inspired by https://github.com/pystardust/ani-cli
3636
## UNINSTALL
3737
1. `pip uninstall kaasi-cli` or `sudo pip uninstall kaasi-cli`
3838

39-
### note
40-
*the program will create kaasi.txt and history.txt in your terminal directory*
39+
### Note
40+
*the program will create kaasi.txt and history.txt in your working directory, i.e home directory in linux and user directory in windows*.
4141

42-
*decryption failed on gogoanime vidstreaming link*
42+
*if you have problem entering the anilist token, you can edit directly kaasi.txt*.
4343

44+
`{'player': 'mpv/vlc', 'termux': False/True, 'anilist': True, 'token': 'paste token here', 'auto': True/False, 'username': 'Anilist_username'}`
45+
46+
*This code updated once in a while, be sure to check it*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="kaasi-cli",
5-
version="1.0.5",
5+
version="1.0.5.1",
66
author="Soviena",
77
author_email="rovino.rs@gmail.com",
88
description="Stream anime from kaa.si and sync with anilist",

0 commit comments

Comments
 (0)