Skip to content

Commit edc5139

Browse files
authored
Merge pull request #50 from revolter/replace/youtube-dl-with-yt-dlp
2 parents 160e7a1 + bae3e72 commit edc5139

File tree

3 files changed

+125
-10
lines changed

3 files changed

+125
-10
lines changed

poetry.lock

Lines changed: 123 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ peewee = "*"
1313
peewee-migrate = "*"
1414
python-telegram-bot = "*"
1515
requests = "*"
16-
youtube-dl = "*"
16+
yt-dlp = "*"
1717

1818
[tool.poetry.dev-dependencies]
1919
fabric = "*"

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import telegram.ext
1717
import telegram.utils.helpers
1818
import telegram_utils
19-
import youtube_dl
19+
import yt_dlp as youtube_dl
2020

2121
import analytics
2222
import constants

0 commit comments

Comments
 (0)