use yt-dlp

This commit is contained in:
Czar 2023-08-30 20:03:46 -03:00
commit 172bffefe5
Signed by: czar
GPG key ID: 2DBA9558E9277C37
3 changed files with 635 additions and 404 deletions

View file

@ -1,6 +1,6 @@
import requests
import bs4
import youtube_dl
import yt_dlp as youtube_dl
import random
import configparser
import re

1053
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,11 +9,11 @@ license = "DPL"
python = "^3.10"
requests = "^2.28.1"
bs4 = "^0.0.1"
youtube_dl = "^2021.12.17"
pythonsed = { git = "gitea@gt.kalli.st:angel/pythonsed", branch = "master" }
pantomime = "^0.5.1"
aiohttp = "^3.8.1"
slixmpp = "^1.8.3"
yt-dlp = "^2023.7.6"
[tool.poetry.dev-dependencies]