mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-10 04:08:28 +03:00
Fix up dependency checking (use 'dependencies' instead of 'external_dependencies' -> simpler/easier to remember
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from auto_archiver.core.extractor import Extractor
|
||||
|
||||
class ExampleModule(Extractor):
|
||||
pass
|
||||
def download(self, item):
|
||||
print("do something")
|
||||
Reference in New Issue
Block a user