fix 'Metadata' messages in result tests

This commit is contained in:
Mike Fährmann
2020-11-24 13:34:54 +01:00
parent b214e89b5c
commit 547107307e

View File

@@ -30,7 +30,7 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"4plebs",
"instagram",
"imagevenue",
"photobucket",
}
@@ -208,6 +208,9 @@ class ResultJob(job.DownloadJob):
self._update_kwdict(kwdict, False)
self.format_directory(kwdict)
def handle_metadata(self, kwdict):
pass
def handle_queue(self, url, kwdict):
self.queue = True
self._update_url(url)