feat 热门动漫

This commit is contained in:
jxxghp
2023-10-11 16:13:15 +08:00
parent 0e35cec6e2
commit 860d55a0e2
3 changed files with 28 additions and 0 deletions

View File

@ -84,3 +84,9 @@ class DoubanChain(ChainBase):
"""
return self.run_module("douban_discover", mtype=mtype, sort=sort, tags=tags,
page=page, count=count)
def tv_animation(self, page: int = 1, count: int = 30) -> List[dict]:
"""
获取动画剧集
"""
return self.run_module("tv_animation", page=page, count=count)