Added Bang Bros Vault channel.

This commit is contained in:
DebaucheryLibrarian 2020-09-14 16:01:27 +02:00
parent def6e8792c
commit bc34c6edb4
2 changed files with 8 additions and 1 deletions

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,
};