feat: add new feature

fix: fix bugs

change: Format code. Change dataclass to BaseModel
This commit is contained in:
EstrellaXD
2023-05-20 22:44:22 +08:00
parent 7a66728193
commit 15c9bf3b7a
47 changed files with 334 additions and 175 deletions

View File

@@ -38,7 +38,7 @@ def get_torrent(full_path):
logger.warning("Failed to get torrent")
raise HTTPException(status_code=500, detail="Failed to get torrent")
@router.get("/RSS/MyBangumi", tags=["proxy"])
async def get_my_bangumi(token: str):
full_path = "MyBangumi?token=" + token