forked from DebaucheryLibrarian/traxxx
Added orphaned media flush and batch release flush.
This commit is contained in:
15
src/scrapers/traxxx.js
Normal file
15
src/scrapers/traxxx.js
Normal file
@@ -0,0 +1,15 @@
|
||||
'use strict';
|
||||
|
||||
async function fetchLatest() {
|
||||
return [
|
||||
{
|
||||
title: 'Hot chicks arse fucked',
|
||||
date: new Date(),
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
module.exports = {
|
||||
fetchLatest,
|
||||
};
|
||||
Reference in New Issue
Block a user