imports from backlog

This commit is contained in:
Trilarion
2019-09-19 18:55:51 +02:00
parent c8cdf400ea
commit e682f975ad
43 changed files with 581 additions and 114 deletions

View File

@@ -97,6 +97,8 @@ if __name__ == "__main__":
osgc_entries.extend(_)
print('{} entries in osgameclones'.format(len(osgc_entries)))
print('osgc-languages: {}'.format(unique_field_contents(osgc_entries, 'lang')))
# eliminate the ignored entries
osgc_entries = [x for x in osgc_entries if x['name'] not in osgc_ignored_entries]