Commit Graph

360 Commits

Author SHA1 Message Date
Kyle Yasuda
3117738f27
update highlighting and play first episode automatically (#20) 2022-10-13 22:07:24 -07:00
ksyasuda
64d70c34f2 update gogoanime url 2022-10-13 17:47:42 -07:00
ksyasuda
d9d7549553 Fix menu showing after completing download(s) 2022-10-08 13:54:00 -07:00
Kyle Yasuda
5804f84f83
fix streaming menu (#19) 2022-10-06 20:41:15 -07:00
Kyle Yasuda
fd954e7ede
Add episode selection param (#18)
* fix quality selection

* add episode selection argument

* fix quality selection menu appearing when flag not set

* fix episode selection appearing when no episodes released yet

* update readme

* update readme

* make selected quality the default if watching/downloading multiple episodes
2022-10-06 20:17:48 -07:00
ksyasuda
da45bf15fe fix ordering of declarations 2022-09-13 17:56:45 -07:00
Kyle Yasuda
b3f1dea8ab
update providers (#16)
* update providers list and fix mp4 quality selection

* cleanup code and update download function

* update scraping logic
2022-09-10 11:17:00 -07:00
Kyle Yasuda
2c7789c58f
fix duplicate search results (#15) 2022-07-29 22:53:56 -07:00
Kyle Yasuda
2bab68a887
add menu and option for selecting provider to scrape (#14) 2022-07-19 00:10:38 -07:00
ksyasuda
df82425eae update readme images 2022-07-14 00:02:08 -07:00
Kyle Yasuda
b92dd11fe6
move play from file and db functions into own files (#13)
* move play from file and db functions into own files
2022-07-13 23:40:19 -07:00
Kyle Yasuda
c384c93147
switch to axel instead of aria2c (#12) 2022-07-11 16:52:30 -07:00
Kyle Yasuda
fa108d860f
fix multiword searches from menu (#11) 2022-07-11 12:30:27 -07:00
ksyasuda
1c8afc16cc fix infinite loop on no results found 2022-07-10 05:26:30 -07:00
ksyasuda
e8054c6cf2 update table definitions 2022-06-27 00:41:04 -07:00
Kyle Yasuda
bd949bb7c7
update to v3 functions (#8)
* update to v3 functions

* fix progress prompt appearing in rofi menus

* modularize UI in ani-cli for rofi vs cli
2022-06-26 21:38:28 -07:00
ksyasuda
737d54bcd2 fix episode selection menu on anime with 0- episodes 2022-06-25 16:55:25 -07:00
ksyasuda
7d574f7a6f fix theme not being passed properly in all cases 2022-06-16 23:35:35 -07:00
ksyasuda
7ad12b0da8 squash more bugs 2022-06-12 21:51:53 -07:00
ksyasuda
c7911dc0a7 squash some bugs 2022-06-12 21:33:12 -07:00
ksyasuda
92b10cc0f6 update readme 2022-06-12 21:20:15 -07:00
ksyasuda
e9c2048076 update readme 2022-06-12 19:18:38 -07:00
ksyasuda
acdcf05514 cleanup code 2022-06-12 19:02:15 -07:00
ksyasuda
ec41f5abb3 fix parsing of autoplay and silent mode flags 2022-06-12 19:00:03 -07:00
ksyasuda
af7dee7d85 update cli flag parsing and cleanup code 2022-06-12 18:52:26 -07:00
ksyasuda
822e40074c revert changes 2022-06-12 18:36:30 -07:00
ksyasuda
80682a26db update cli flag parsing and cleanup code 2022-06-12 18:29:35 -07:00
Kyle Yasuda
4828923abb
Add option to browse recently updated anime (#6)
* add recently updated anime option

* update aniwrapper menu ordering and increase columns to 2

* replace hardcoded base_url with variable
2022-06-12 00:00:37 -07:00
Kyle Yasuda
ba6c302022
Merge pull request #5 from ksyasuda/autoplay
add autoplay
2022-06-04 20:37:21 -07:00
ksyasuda
f218b34e21 make autoplay stop after last episode 2022-06-04 16:37:55 -07:00
ksyasuda
e5772469c7 update docs 2022-06-04 16:24:06 -07:00
ksyasuda
2e53ac3bfc cleanup code 2022-06-04 16:24:02 -07:00
ksyasuda
8d6acddea6 make yes default option autoplay prompt 2022-06-04 14:26:36 -07:00
ksyasuda
870920cbf5 move anime_id from prompt to message in rofi prompt 2022-06-04 14:13:24 -07:00
ksyasuda
1b797bee3e add autoplay flag for continue watching prompt after each episode 2022-06-04 02:05:37 -07:00
ksyasuda
692301d893 add disclaimer 2022-05-18 22:23:32 -07:00
ksyasuda
77eaa9e4b0 implement log access time fix 2022-05-05 16:59:27 -07:00
ksyasuda
ce83a6155b fix same episode playing 2022-05-03 20:36:02 -07:00
ksyasuda
73e6b8d181 add alternate link feature from main script 2022-05-02 17:19:05 -07:00
ksyasuda
6dd2b4c279 update watch history highlighting when there is an episode 0 2022-04-25 19:49:05 -07:00
ksyasuda
04476f3ba4 allow autoselecting episode 0 2022-04-25 19:39:22 -07:00
ksyasuda
d061438e2e allow episode 0 2022-04-25 19:30:38 -07:00
ksyasuda
505e5125b9 update link parsing 2022-04-19 13:01:47 -07:00
ksyasuda
9322d028f8 Merge branch 'master' of github.com:ksyasuda/aniwrapper 2022-04-18 09:44:59 -07:00
ksyasuda
0892bb1845 fix decryption alg again 2022-04-18 09:42:00 -07:00
ksyasuda
ae0c19b5f2 add m3u8 quality parsing and fix mp4 quality parsing 2022-04-17 18:43:14 -07:00
ksyasuda
13635cabf2 update decryption alg 2022-04-17 18:13:40 -07:00
ksyasuda
d7e78836a4 add dynamic keys parsing code from main script 2022-04-15 22:18:18 -07:00
ksyasuda
7c8a13573b new encryption keys 2022-04-15 04:36:43 -07:00
ksyasuda
2f0f552068 update keys 2022-04-14 08:40:45 -07:00