Skip to content

Commit bae3e72

Browse files
committed
Migrated youtube-dl import to yt-dlp
1 parent e87a375 commit bae3e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)