aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-08-04 10:26:31 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-08-04 10:26:31 +0000
commita739140c048d8dc8222fe529fd35019319c6f3ed (patch)
tree50abaef9e7b228cce7adf03bd7ebf58eeadd6dec /cogs
parent35ca449c9dfead2a8039c796ae7ba80881bf9813 (diff)
downloadsteve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.tar
steve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.tar.gz
steve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.tar.bz2
steve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.tar.lz
steve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.tar.xz
steve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.tar.zst
steve-bot-a739140c048d8dc8222fe529fd35019319c6f3ed.zip
player: switch to yt-dlp
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/player.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/player.py b/cogs/player.py
index cf896fe..06a2e06 100755
--- a/cogs/player.py
+++ b/cogs/player.py
@@ -28,7 +28,7 @@ from pathlib import Path
import discord
from async_timeout import timeout
from discord.ext import commands, tasks
-from youtube_dl import YoutubeDL
+from yt_dlp import YoutubeDL
ytdlopts = {
"format": "bestaudio/best",
class='insertions'>+3 2019-11-08Compact post layout is available. Fixed WebView cannot be inflated on Android...Alex Ning16-213/+1454 2019-11-05Fixed IllegalStateException in SubredditSelectionActivity. Downgrade material...Alex Ning3-67/+71 2019-10-29Minor UI issue fixed.Alex Ning1-1/+1 2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning14-322/+171 2019-10-29Placing vote buttons on the right for comments is now available.Alex Ning7-24/+210 2019-10-29Make Placing vote buttons on the right an option.Alex Ning42-196/+334