Fix loading modules when entry_point isn't set

This commit is contained in:
Patrick Robertson
2025-01-23 21:08:54 +01:00
parent b27bf8ffeb
commit 9befb9776c
5 changed files with 28 additions and 11 deletions

View File

@@ -3,7 +3,6 @@
'version': '0.1.0',
'author': 'Bellingcat',
'type': ['extractor', 'feeder', 'enricher'],
'entry_point': 'GenericExtractor', # this class should be present in the __init__.py
'requires_setup': False,
'dependencies': {
'python': ['yt_dlp', 'requests', 'loguru', 'slugify'],