douban enhance and tools

more douban data, douban episode time enhance, douban fix command and douban craw
This commit is contained in:
BennyThink
2021-07-11 09:33:20 +08:00
parent f7b72aa769
commit ca088d8678
9 changed files with 167 additions and 37 deletions

View File

@@ -599,7 +599,7 @@ class DoubanHandler(BaseHandler):
def douban_data(self):
rid = self.get_query_argument("resource_id")
data = self.instance.get_douban_data(int(rid))
data.pop("poster_data")
data.pop("posterData")
return data
def get_image(self) -> bytes: