We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e5a71 commit b1a0e6cCopy full SHA for b1a0e6c
1 file changed
animeworld/utility.py
@@ -124,7 +124,7 @@ def find(keyword: str) -> List[Dict]:
124
"jtitle": elem["jtitle"],
125
"studio": elem["studio"],
126
"release": datetime.strptime(elem["release"], "%d %B %Y"),
127
- "episodes": int(elem["state"]),
+ "episodes": int(elem["episodes"]),
128
"state": elem["state"],
129
"story": elem["story"],
130
"categories": elem["categories"],
@@ -149,4 +149,4 @@ def find(keyword: str) -> List[Dict]:
149
]
150
151
SES = MySession() # sessione contenente Cookie e headers
152
-"Sessione requests."
+"Sessione requests."
0 commit comments