mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
at least this makes "filter": "content_num == content_count+1" with "event": "post-after" work
This commit is contained in:
parent
13ce3a9acb
commit
830a48bca4
@ -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…
Reference in New Issue
Block a user