Added traxxx dummy network.

This commit is contained in:
DebaucheryLibrarian
2020-10-26 01:42:38 +01:00
parent 15810333b9
commit 99a7bfeb4c
27 changed files with 128 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ const sextury = require('./21sextury');
const teamskeet = require('./teamskeet');
const teencoreclub = require('./teencoreclub');
const transangels = require('./transangels');
const traxxx = require('./traxxx');
const twistys = require('./twistys');
const vivid = require('./vivid');
const vixen = require('./vixen');
@@ -152,6 +153,7 @@ module.exports = {
teencoreclub,
teamskeet,
transbella: porndoe,
traxxx,
twistys,
vipsexvault: porndoe,
vivid,

View File

@@ -1,10 +1,12 @@
'use strict';
async function fetchLatest() {
console.log('latest!');
return [
{
title: 'Hot chick arse fucked',
date: new Date(),
entryId: 'traxxx1',
},
];
}