Using YAML rather than TSV for index files. Improves both readability and reindexability.

This commit is contained in:
2024-09-11 05:16:56 +02:00
parent f41b788183
commit 029351f228
9 changed files with 73 additions and 91 deletions

View File

@@ -19,7 +19,7 @@ module.exports = {
index: {
file: '$base/index',
format: 'tsv',
keys: ['postId', 'subreddit', 'postDate', 'postTitle', 'url', 'hostId'],
keys: ['postId', 'subreddit', 'postDate', 'url', 'hostId', 'postTitle'],
},
booleans: {
extracted: 'extracted-',