diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ScraperSourcePlugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ScraperSourcePlugin.py b/plugins/ScraperSourcePlugin.py index a1930f9..52e3e3f 100644 --- a/plugins/ScraperSourcePlugin.py +++ b/plugins/ScraperSourcePlugin.py @@ -214,6 +214,7 @@ class Plugin(PluginInterface): self.log( f"failed to extract image source with selector: {self.selector_image}, skipping image" ) + image_elem = None image_src = None if image_elem: |
