Added Bang Bros data (no scraper yet). Added 21Sextury scene fetch date fallback.

This commit is contained in:
2019-04-10 03:42:20 +02:00
parent 194c6d1cca
commit bc01cbe6dc
10 changed files with 566 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ const moment = require('moment');
const formatters = {
site: site => site.name,
network: network => network.name,
date: (date, column) => moment(date).format(column.format || 'MMM DD, YYYY'),
actors: actors => actors.join(', '),
rating: (rating) => {