Commit Graph

226 Commits

Author SHA1 Message Date
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
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
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
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
ksyasuda
f218b34e21 make autoplay stop after last episode 2022-06-04 16:37:55 -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
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
ksyasuda
47f9ca19ae refactor stream function to match check_db return code 2022-04-08 00:54:20 -07:00
ksyasuda
acb236ce23 auto select episode if only one exists 2022-04-07 01:18:46 -07:00
ksyasuda
fd59f7e2fe fix downloading an episode from menu 2022-04-03 13:43:09 -07:00
ksyasuda
925b7c86e2 fix no search results found loop if no query provided 2022-04-03 11:59:16 -07:00
ksyasuda
73eb2a274e implement some ani-cli V2 functions 2022-04-02 14:36:39 -07:00
ksyasuda
cee96ec9cc monkey see monkey do 2022-03-29 17:45:32 -07:00
ksyasuda
1d1dc517f4 fix episode naming for m3u8 download 2022-03-27 23:37:09 -07:00
ksyasuda
0ea84fb450 fix episode naming for aria2c download 2022-03-26 11:56:37 -07:00
ksyasuda
c7fb101b10 add ffmpeg for m3u8 download and update cryptography 2022-03-15 15:09:50 -07:00
ksyasuda
228c2014c7 remove support for mplayer 2022-03-03 23:54:59 -08:00
ksyasuda
006fdc6572 update episode selection prompt in command line mode 2022-03-03 23:46:52 -08:00
ksyasuda
5c7093daf0 fix bug in interactive mode 2022-03-03 23:35:47 -08:00
ksyasuda
aac3761e37 add -r flag to select previously watched anime and start at ep selection 2022-03-03 18:53:23 -08:00
ksyasuda
aa39625956 port over new decrypt function to fix scraping issue 2022-03-03 18:04:20 -08:00
ksyasuda
4af41db0bf add openssl to dep_ch function 2022-02-22 08:30:57 -08:00
ksyasuda
8882405c0e add option to download current episode 2022-02-22 08:18:14 -08:00
ksyasuda
4d704d4b32 make queries not distinct since uniqueness is enforced at table level 2022-02-21 19:41:50 -08:00
ksyasuda
7a3a61bb58 run insert queries in background before search_eps function 2022-02-20 20:00:25 -08:00