traxxx/src/scrapers/mofos.js

9 lines
130 B
JavaScript
Raw Normal View History

'use strict';
const { fetchScene, fetchLatest } = require('./mindgeek');
module.exports = {
fetchLatest,
fetchScene,
};