mirror of https://gitlab.com/bashrc2/epicyon
More expected fields
parent
b14fd40ab0
commit
322e64ba12
9
posts.py
9
posts.py
|
@ -5050,7 +5050,14 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
|||
'oneOf',
|
||||
'bookmarks',
|
||||
'formerRepresentations',
|
||||
'anyOf'
|
||||
'anyOf',
|
||||
'commentsEnabled',
|
||||
'rejectReplies',
|
||||
'mediaType',
|
||||
'crawlable',
|
||||
'schema:license',
|
||||
'license',
|
||||
'summaryMap'
|
||||
)
|
||||
for post_filename in posts_in_box:
|
||||
post_filename = post_filename.name
|
||||
|
|
Loading…
Reference in New Issue