1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

fix tests with 'urllist' messages

This commit is contained in:
Mike Fährmann 2019-04-30 16:31:48 +02:00
parent dcc1592dbf
commit 5582b06ae4
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -152,7 +152,7 @@ class ResultJob(job.DownloadJob):
for msg in self.extractor:
self.dispatch(msg)
def handle_url(self, url, keywords):
def handle_url(self, url, keywords, fallback=None):
self.update_url(url)
self.update_keyword(keywords)
self.update_archive(keywords)