huge refactor of the entire codebase, with the goal of improving maintainability, readability, and extensibility. This commit includes changes to almost every file in the project, including:
This commit is contained in:
@@ -594,9 +594,9 @@ class InternetArchive(Provider):
|
||||
"""Internet Archive provider using the `internetarchive` Python module.
|
||||
|
||||
Supports:
|
||||
- search-file -provider internetarchive <query>
|
||||
- search-file -plugin internetarchive <query>
|
||||
- download-file / provider.download() from search results
|
||||
- add-file -provider internetarchive (uploads)
|
||||
- add-file -plugin internetarchive (uploads)
|
||||
"""
|
||||
URL = ("archive.org",)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user