use yt-dlp
This commit is contained in:
parent
81fea1ec89
commit
172bffefe5
3 changed files with 635 additions and 404 deletions
2
main.py
2
main.py
|
|
@ -1,6 +1,6 @@
|
||||||
import requests
|
import requests
|
||||||
import bs4
|
import bs4
|
||||||
import youtube_dl
|
import yt_dlp as youtube_dl
|
||||||
import random
|
import random
|
||||||
import configparser
|
import configparser
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
1053
poetry.lock
generated
1053
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -9,11 +9,11 @@ license = "DPL"
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
requests = "^2.28.1"
|
requests = "^2.28.1"
|
||||||
bs4 = "^0.0.1"
|
bs4 = "^0.0.1"
|
||||||
youtube_dl = "^2021.12.17"
|
|
||||||
pythonsed = { git = "gitea@gt.kalli.st:angel/pythonsed", branch = "master" }
|
pythonsed = { git = "gitea@gt.kalli.st:angel/pythonsed", branch = "master" }
|
||||||
pantomime = "^0.5.1"
|
pantomime = "^0.5.1"
|
||||||
aiohttp = "^3.8.1"
|
aiohttp = "^3.8.1"
|
||||||
slixmpp = "^1.8.3"
|
slixmpp = "^1.8.3"
|
||||||
|
yt-dlp = "^2023.7.6"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue