feat: 支持分 p 视频下载,待额外测试 (#24)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-02-24 03:38:08 +08:00
committed by GitHub
parent 1dd760d445
commit a4c362d8ab
11 changed files with 563 additions and 349 deletions

View File

@@ -25,7 +25,7 @@ ruff = "0.2.2"
line-length = 100
[tool.ruff]
line-length = 100
line-length = 120
lint.select = [
"F", # https://beta.ruff.rs/docs/rules/#pyflakes-f
"E",
@@ -53,6 +53,8 @@ lint.select = [
lint.ignore = [
"A003", # Class attribute `id` is shadowing a Python builtin
]
lint.isort.split-on-trailing-comma = false
format.skip-magic-trailing-comma = true
exclude = ["migrations"]
[tool.aerich]