This commit is contained in:
nose
2025-12-19 02:29:42 -08:00
parent d637532237
commit 52cf3f5c9f
24 changed files with 1284 additions and 176 deletions

View File

@@ -6,11 +6,11 @@ import subprocess
import sys
from typing import Any, Dict, List, Optional
from ProviderCore.base import SearchProvider, SearchResult
from ProviderCore.base import Provider, SearchResult
from SYS.logger import log
class YouTube(SearchProvider):
class YouTube(Provider):
"""Search provider for YouTube using yt-dlp."""
def search(