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