Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 08edf70194 1.133.0 2020-09-14 16:01:31 +02:00
DebaucheryLibrarian bc34c6edb4 Added Bang Bros Vault channel. 2020-09-14 16:01:27 +02:00
4 changed files with 10 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.132.0",
"version": "1.133.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.132.0",
"version": "1.133.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -804,6 +804,14 @@ const sites = [
parent: 'bangbros',
parameters: { code: 'bbc' },
},
{
name: 'Bangbros Vault',
url: 'https://bangbros.com/websites/bangbrosvault',
slug: 'bangbrosvault',
description: null,
parent: 'bangbros',
parameters: { code: 'vault' },
},
{
name: 'BangBros Remastered',
url: 'https://bangbros.com/websites/remaster',

View File

@ -97,5 +97,4 @@ async function fetchProfile({ name: actorName }, entity, include) {
module.exports = {
fetchLatest,
fetchScene,
fetchProfile,
};