cleanup and rename provider to plugin
This commit is contained in:
@@ -154,7 +154,7 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
|
||||
if urls_to_download and len(urls_to_download) >= 2:
|
||||
try:
|
||||
from ProviderCore.registry import get_plugin_for_url
|
||||
from PluginCore.registry import get_plugin_for_url
|
||||
|
||||
expanded: List[Dict[str, Any]] = []
|
||||
downloaded_any = False
|
||||
|
||||
Reference in New Issue
Block a user