Commit Graph

68 Commits

Author SHA1 Message Date
Crony Akatsuki
538fdc5b7d Something? 2022-08-07 19:30:21 +02:00
Crony Akatsuki
f24145db08 Better print. 2022-06-29 13:11:58 +02:00
cronyakatsuki
b04b02f1e0 Updated something random 2022-06-19 19:58:53 +02:00
cronyakatsuki
3a2e380add Rewriten title check system. 2022-05-18 21:21:23 +02:00
cronyakatsuki
2ea219e1b5 Fixed bad line cutting. 2022-05-02 22:51:54 +02:00
cronyakatsuki
fb3c57f7cd Pep8 formating. 2022-04-20 16:15:56 +02:00
cronyakatsuki
391439ef9e Fix bad linux path. 2022-03-10 19:04:34 +01:00
cronyakatsuki
cca11bba20 Added setup.py. 2022-03-10 18:37:40 +01:00
cronyakatsuki
f4406d0779 replaced with a linux made file. 2022-03-09 22:04:42 +01:00
cronyakatsuki
d155058130 Added linux support, removed addition files, using subprocces correctly now, ... 2022-03-09 21:59:36 +01:00
CronyAkatsuki
4933308af4 updating using index and code refactoring. 2022-02-03 19:23:43 +01:00
CronyAkatsuki
32833aee89 Better info snipping 2022-02-03 18:48:28 +01:00
CronyAkatsuki
b86f419812 Added more titles. 2022-02-03 18:48:01 +01:00
CronyAkatsuki
2a4c6f51cd
Merge pull request #1 from cronyakatsuki/animdl-rewrite
Animdl rewrite and Unicode support
2022-02-03 16:28:21 +01:00
CronyAkatsuki
81c661b776 Unicode support ;) 2022-02-03 16:25:38 +01:00
CronyAkatsuki
16855e8eb6 Basic animdl stream and download functionality. 2022-01-17 13:52:41 +01:00
CronyAkatsuki
8a4586f4de Update. 2022-01-17 11:16:37 +01:00
CronyAkatsuki
31895e62d3 Added config support. 2021-12-14 21:13:17 +01:00
CronyAkatsuki
0e12897992 Better text formating using f string's. 2021-11-15 18:30:26 +01:00
CronyAkatsuki
cebf7a84be Test 2021-11-10 09:34:06 +01:00
CronyAkatsuki
e4f9cd4bfa Added option to check if any of providers have specific anime. 2021-11-05 14:04:52 +01:00
CronyAkatsuki
7647c04aba Added option for cheking providers. 2021-11-05 13:54:57 +01:00
CronyAkatsuki
465286fd3c Moved while loops to separate functions. 2021-10-31 21:33:39 +01:00
CronyAkatsuki
ee7908538f Moved argument parsing to function. 2021-10-31 21:22:20 +01:00
CronyAkatsuki
3f11eb3f59 Added everything to a main function and cleaned up the code. 2021-10-31 21:14:21 +01:00
CronyAkatsuki
1a4e7bdaef Removed uneeded imports 2021-08-28 17:08:16 +02:00
CronyAkatsuki
400da92e94 Version 1. 2021-08-28 17:07:33 +02:00
CronyAkatsuki
9fb3f39f67 Remove unnedeed options 2021-08-28 17:06:29 +02:00
CronyAkatsuki
42c9b1eb1f Added the option to watch specific episode of a specific show 2021-08-28 17:04:09 +02:00
CronyAkatsuki
250494a31d Fix some issues with coloring. 2021-08-14 14:13:14 +02:00
CronyAkatsuki
e012a5c2e0 Update .gitignore 2021-08-12 11:29:49 +02:00
CronyAkatsuki
ee6bc2ec69 Managed to use env vars in windows for better trackma listing of names, that also fixed some title problems with some anime. 2021-08-12 11:29:34 +02:00
CronyAkatsuki
5fcc54c1b1 Fixed formatting 2021-08-12 10:49:41 +02:00
CronyAkatsuki
a37e438210 Added provider and to watch a certain show options 2021-07-30 20:15:24 +02:00
CronyAkatsuki
d65f9184c9 Updated readme.md 2021-07-15 21:45:16 +02:00
CronyAkatsuki
882f9abbcd Ask user to exit after finishin watchin one anime 2021-07-13 16:41:15 +02:00
CronyAkatsuki
2c688028ce Updated watch function 2021-07-13 16:33:43 +02:00
CronyAkatsuki
13be5cdfd3 Redid some if questions 2021-07-13 15:49:34 +02:00
CronyAkatsuki
653a85138b Clear exit after using ctrl + c 2021-07-10 17:47:49 +02:00
CronyAkatsuki
9e2ddbe178 create a function for anime dl running 2021-07-10 17:25:43 +02:00
CronyAkatsuki
7804ccc29f Code cleanup 2021-07-10 16:12:12 +02:00
CronyAkatsuki
f23f3566d6 Powershell compile script for windows with pyinstaller 2021-07-10 15:32:18 +02:00
CronyAkatsuki
b27225e218 Update .gitignore 2021-07-10 15:31:56 +02:00
CronyAkatsuki
d449a59b08 Replaced os.system calls to subprocces ones 2021-07-10 15:31:34 +02:00
CronyAkatsuki
346bf9190f Moving away from pypi 2021-07-09 22:10:10 +02:00
CronyAkatsuki
f99d1bc4b4 Fix windows path problems 2021-07-09 21:46:22 +02:00
CronyAkatsuki
9722f7e917 Change version and remove iterfzf from requirements 2021-07-09 21:35:51 +02:00
CronyAkatsuki
320f02243c Helper script to print the anime list 2021-07-09 21:34:37 +02:00
CronyAkatsuki
29a4dd3c8d Changing from iterfzf to system installed fzf using a helper script 2021-07-09 21:34:16 +02:00
CronyAkatsuki
73a9528f0a Added a deployment script 2021-07-03 18:50:04 +02:00