at least this makes "filter": "content_num == content_count+1" with "event": "post-after" work
This commit is contained in:
@@ -63,6 +63,8 @@ class FantiaExtractor(Extractor):
|
|||||||
post["content_filename"] or file["file_url"], post)
|
post["content_filename"] or file["file_url"], post)
|
||||||
yield Message.Url, file["file_url"], post
|
yield Message.Url, file["file_url"], post
|
||||||
|
|
||||||
|
post["content_num"] += 1
|
||||||
|
|
||||||
def posts(self):
|
def posts(self):
|
||||||
"""Return post IDs"""
|
"""Return post IDs"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user