1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

[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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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