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

at least this makes "filter": "content_num == content_count+1"
with "event": "post-after" work
pull/4667/head
Mike Fährmann 11 months ago
parent 13ce3a9acb
commit 830a48bca4
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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"""

Loading…
Cancel
Save