Consolidation en cas d'appel avec simple downloader
This commit is contained in:
parent
42fb85af48
commit
4e9ac573ac
@ -264,6 +264,7 @@ class TwoStepsExtractorNoPause(TwoStepsExtractor):
|
|||||||
only_future=True,
|
only_future=True,
|
||||||
ignore_404=True
|
ignore_404=True
|
||||||
):
|
):
|
||||||
|
if hasattr(self.downloader, "pause"):
|
||||||
pause = self.downloader.pause
|
pause = self.downloader.pause
|
||||||
self.downloader.pause = False
|
self.downloader.pause = False
|
||||||
result = super().extract(content, url, url_human, default_values, published, only_future, ignore_404)
|
result = super().extract(content, url, url_human, default_values, published, only_future, ignore_404)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user