diff --git a/backend/stream_providers.py b/backend/stream_providers.py index c84efe2..5c572ee 100755 --- a/backend/stream_providers.py +++ b/backend/stream_providers.py @@ -6,7 +6,7 @@ import asyncio import expiringdict import requests -import youtube_dl +import yt_dlp as youtube_dl import config class DummyLogger: