This commit is contained in:
2026-01-05 07:51:19 -08:00
parent 8545367e28
commit 1f765cffda
32 changed files with 3447 additions and 3250 deletions

View File

@@ -255,7 +255,7 @@ def _pick_supported_ytdlp_url(urls: List[str]) -> Optional[str]:
# Prefer a true support check when the Python module is available.
try:
from SYS.download import is_url_supported_by_ytdlp
from tool.ytdlp import is_url_supported_by_ytdlp
for text in candidates:
try: