refactor(download): remove ProviderCore/download.py, move sanitize_filename to SYS.utils, replace callers to use API.HTTP.HTTPClient
This commit is contained in:
@@ -10,7 +10,7 @@ from typing import Any, Dict, List, Optional
|
||||
from urllib.parse import quote, urlparse
|
||||
|
||||
from ProviderCore.base import Provider, SearchResult
|
||||
from ProviderCore.download import sanitize_filename
|
||||
from SYS.utils import sanitize_filename
|
||||
from SYS.logger import log
|
||||
|
||||
# Helper for download-file: render selectable formats for a details URL.
|
||||
|
||||
Reference in New Issue
Block a user