From 0305db5e69ce48a154c1698fce397b3ad099ac42 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 23 Feb 2022 22:32:00 -0800 Subject: [PATCH] yt_dlp, not youtube-dl --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bef00f..fd52498 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setuptools.setup( }, install_requires=[ 'PyYAML>=5.1', - 'youtube-dl>=2018.7.21', + 'yt_dlp', 'reppy==0.3.4', 'requests>=2.21', 'websocket-client>=0.39.0,<=0.48.0',