re-add youtube url parsing

This commit is contained in:
Czar 2025-06-01 00:44:06 -03:00
commit 11ea5c1297
5 changed files with 575 additions and 143 deletions

View file

@ -15,12 +15,22 @@ pantomime = "^0.5.1"
aiohttp = "^3.8.1"
slixmpp = "^1.8.3"
yt-dlp = "^2023.7.6"
[tool.poetry.dev-dependencies]
gusmobile = {git = "https://git.sr.ht/~rwa/gusmobile"}
lxml = "^5.4.0"
[tool.poetry.group.dev.dependencies]
types-requests = "^2.31.0.2"
types-beautifulsoup4 = "^4.12.0.6"
taskipy = "^1.14.1"
ruff = "^0.11.12"
[tool.ruff.format]
preview = true
quote-style = 'single'
[tool.taskipy.tasks]
format = "ruff format"
lint = "ruff check"
[build-system]
requires = ["poetry-core>=1.0.0"]