refactor(downloader): use yt_dlps file sanitizer

This commit is contained in:
Benex254
2024-08-11 11:26:56 +03:00
parent b7ba85fb96
commit 4e19c2c108

View File

@@ -3,8 +3,7 @@ from queue import Queue
from threading import Thread
import yt_dlp
from ..utils import sanitize_filename
from yt_dlp.utils import sanitize_filename
logger = logging.getLogger(__name__)