This commit is contained in:
2026-01-20 16:42:49 -08:00
parent 1e2054189b
commit 922b649e17
9 changed files with 351 additions and 141 deletions

View File

@@ -852,7 +852,7 @@ class YtdlpMetadataProvider(MetadataProvider):
tags: List[str] = []
try:
from SYS.metadata import extract_ytdlp_tags
from SYS.yt_metadata import extract_ytdlp_tags
except Exception:
extract_ytdlp_tags = None # type: ignore[assignment]