mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 19:37:34 +08:00
douban enhance and tools
more douban data, douban episode time enhance, douban fix command and douban craw
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user