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

@@ -3,7 +3,7 @@ from __future__ import annotations
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, debug
try:
@@ -12,7 +12,7 @@ except ImportError: # pragma: no cover
sync_playwright = None
class Bandcamp(SearchProvider):
class Bandcamp(Provider):
"""Search provider for Bandcamp."""
def search(