|
|
@ -29,13 +29,18 @@ def dump():
|
|
|
|
|
|
|
|
|
|
|
|
# this is temporary, sorry
|
|
|
|
# this is temporary, sorry
|
|
|
|
elif "type" in content:
|
|
|
|
elif "type" in content:
|
|
|
|
if content["type"] == 'mimic_code':
|
|
|
|
if content["type"] == 'mimic-colophon':
|
|
|
|
postit = {
|
|
|
|
postit = {
|
|
|
|
"title": metadata['title'],
|
|
|
|
"title": metadata['title'],
|
|
|
|
"type": content['type'],
|
|
|
|
"type": content['type'],
|
|
|
|
"code": content['code'],
|
|
|
|
"original": content['original'],
|
|
|
|
"date": content['date'],
|
|
|
|
"original-credits": content['original-credits'],
|
|
|
|
"credits": content['credits'],
|
|
|
|
"original-action": content['original-action'],
|
|
|
|
|
|
|
|
"original-date": content['original-date'],
|
|
|
|
|
|
|
|
"current": content['current'],
|
|
|
|
|
|
|
|
'current-credits': content['current-credits'],
|
|
|
|
|
|
|
|
"current-action": content['current-action'],
|
|
|
|
|
|
|
|
"current-date": content['current-date'],
|
|
|
|
"slug": folder,
|
|
|
|
"slug": folder,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -50,6 +55,8 @@ def dump():
|
|
|
|
"positivity": content["positivity"],
|
|
|
|
"positivity": content["positivity"],
|
|
|
|
"slug": folder,
|
|
|
|
"slug": folder,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
elif "word" in content and content['category'] != 'Loot Box':
|
|
|
|
|
|
|
|
continue
|
|
|
|
elif "word" in content:
|
|
|
|
elif "word" in content:
|
|
|
|
postit = {
|
|
|
|
postit = {
|
|
|
|
"title": metadata["title"],
|
|
|
|
"title": metadata["title"],
|
|
|
|