Added Mike Adriano scraper (True Anal, All Anal, Swallowed, Nympho). Updated README.

This commit is contained in:
2019-11-09 01:22:50 +01:00
parent 9f0a48f581
commit e9277028e2
16 changed files with 547 additions and 74 deletions

View File

@@ -124,7 +124,7 @@ exports.up = knex => Promise.resolve()
table.integer('dislikes')
.unsigned();
table.integer('rating')
table.float('rating', 2)
.unsigned();
table.boolean('deep');