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:
parent
dcc1592dbf
commit
5582b06ae4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user