File tree Expand file tree Collapse file tree 5 files changed +28
-30
lines changed
Expand file tree Collapse file tree 5 files changed +28
-30
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " anipy-api"
3- version = " 3.4.0 "
3+ version = " 3.4.1 "
44description = " api for anipy-cli"
55authors = [" sdaqo <sdaqo.dev@protonmail.com>" ]
66license = " GPL-3.0"
Original file line number Diff line number Diff line change 11__appname__ = "anipy-api"
2- __version__ = "3.4.0 "
2+ __version__ = "3.4.1 "
Original file line number Diff line number Diff line change @@ -83,39 +83,37 @@ def generate_token(n):
8383 )
8484
8585def decode (n ):
86- n = transform (
87- 'A6mkJw3XMsruY' ,
88- base64_url_decode (
89- substitute (
86+ n = substitute (
87+ transform (
88+ "Pga3kHbfN1" ,
89+ base64_url_decode (
9090 reverse_it (
91- reverse_it (
91+ substitute (
9292 transform (
93- 'Sv7tijKFrwDxsl9' ,
93+ "twUI4s9kDrT3qb" ,
9494 base64_url_decode (
95- substitute (
96- transform (
97- 'j8971KLwSyI' ,
98- base64_url_decode (
99- reverse_it (
100- substitute (
101- base64_url_decode (n ),
102- 'kxV4iJtRZg3' ,
103- 'VJx34RtgkZi' ,
104- )
105- )
95+ reverse_it (
96+ substitute (
97+ transform (
98+ "TyrGFfhi40zq" ,
99+ base64_url_decode (
100+ reverse_it (base64_url_decode (n ))
101+ ),
106102 ),
107- ) ,
108- 'BjZ9dF6AxHTqn' ,
109- 'jxqZdB6n9FTHA' ,
103+ "4zSetv9CNImRdiq" ,
104+ "i94NvzeIRCqdtSm" ,
105+ )
110106 )
111107 ),
112- )
108+ ),
109+ "vfIiqFKutaW" ,
110+ "tqaiKIfuvWF" ,
113111 )
114- ),
115- 'FpPBdhzCyGYoDvO' ,
116- 'YGFpvoBdCyDPhzO' ,
117- )
112+ )
113+ ),
118114 ),
115+ "vnb0rLzdZN6a" ,
116+ "vNZnrzd60baL" ,
119117 )
120118 return urllib .parse .unquote (n )
121119
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " anipy-cli"
3- version = " 3.4.0 "
3+ version = " 3.4.1 "
44description = " Watch and Download anime from the comfort of your Terminal"
55authors = [" sdaqo <sdaqo.dev@protonmail.com>" ]
66license = " GPL-3.0"
@@ -20,7 +20,7 @@ yaspin = "^3.0.2"
2020inquirerpy = " ^0.3.4"
2121appdirs = " ^1.4.4"
2222pypresence = " ^4.3.0"
23- anipy-api = " ^3.4.0 "
23+ anipy-api = " ^3.4.1 "
2424
2525[tool .poetry .scripts ]
2626anipy-cli = " anipy_cli.cli:run_cli"
Original file line number Diff line number Diff line change 11__appname__ = "anipy-cli"
2- __version__ = "3.4.0 "
2+ __version__ = "3.4.1 "
You can’t perform that action at this time.
0 commit comments