df
This commit is contained in:
@@ -343,7 +343,7 @@ def _run_op(op: str, data: Any) -> Dict[str, Any]:
|
||||
|
||||
# Fast gate: only for streaming URLs yt-dlp knows about.
|
||||
try:
|
||||
from SYS.download import is_url_supported_by_ytdlp # noqa: WPS433
|
||||
from tool.ytdlp import is_url_supported_by_ytdlp # noqa: WPS433
|
||||
|
||||
if not is_url_supported_by_ytdlp(url):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user