[fantia] bad workaround for 833dce14 (#4627)

at least this makes "filter": "content_num == content_count+1"
with "event": "post-after" work
This commit is contained in:
Mike Fährmann
2023-10-13 23:04:47 +02:00
parent 13ce3a9acb
commit 830a48bca4

View File

@@ -63,6 +63,8 @@ class FantiaExtractor(Extractor):
post["content_filename"] or file["file_url"], post)
yield Message.Url, file["file_url"], post
post["content_num"] += 1
def posts(self):
"""Return post IDs"""