[patreon] log skipped files (#590)

This commit is contained in:
Mike Fährmann
2020-02-11 19:01:07 +01:00
parent 80ea9104b8
commit b9c574bd1d

View File

@@ -54,6 +54,8 @@ class PatreonExtractor(Extractor):
post["type"] = kind
post["num"] += 1
yield Message.Url, url, text.nameext_from_url(name, post)
else:
self.log.debug("skipping %s (%s %s)", url, fhash, kind)
@staticmethod
def _postfile(post):