Fixed Porn Pros scraper. Added various Score site logos.

This commit is contained in:
2020-02-18 16:00:36 +01:00
parent cabae4989e
commit 40bf476ea6
99 changed files with 483 additions and 316 deletions

View File

@@ -25,10 +25,11 @@ exports.up = knex => Promise.resolve()
table.integer('index');
table.string('mime');
table.string('hash');
table.string('type');
table.string('quality', 6);
table.float('entropy');
table.string('hash');
table.text('comment');
table.string('source', 1000);