Refactored MOFOS scraper to use generic MindGeek scraper. Added Digital Playground and Fake Hub.
This commit is contained in:
8
src/scrapers/digitalplayground.js
Normal file
8
src/scrapers/digitalplayground.js
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
const { fetchScene, fetchLatest } = require('./mindgeek');
|
||||
|
||||
module.exports = {
|
||||
fetchLatest,
|
||||
fetchScene,
|
||||
};
|
||||
Reference in New Issue
Block a user