cleanup
This commit is contained in:
@@ -21,4 +21,7 @@ class Provider(ABC):
|
||||
- direct_link: Direct URL to download resource
|
||||
- headers: Dictionary of HTTP headers to use for download
|
||||
"""
|
||||
raise NotImplementedError(
|
||||
"Streaming providers must implement get_link"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user