Fix gestion no downloading
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user