From c77161dda386ee7f5496ba3ba267c60d7a577926 Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Fri, 7 Jul 2023 19:37:51 +0200 Subject: [PATCH] use yt_dlp --- backend/stream_providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: