Fix gestion no downloading

This commit is contained in:
Jean-Marie Favreau 2025-02-12 21:45:57 +01:00
parent b58662991f
commit cf0a3f7465

View File

@ -28,7 +28,7 @@ class URL2Events:
referer = self.extractor.url_referer
data = self.extractor.data
content_type = self.extractor.content_type
if self.no_downloader:
if self.extractor.no_downloader:
content = ''
if content is None: