Added Bang Bros Vault channel.
This commit is contained in:
parent
def6e8792c
commit
bc34c6edb4
|
@ -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',
|
||||
|
|
|
@ -97,5 +97,4 @@ async function fetchProfile({ name: actorName }, entity, include) {
|
|||
module.exports = {
|
||||
fetchLatest,
|
||||
fetchScene,
|
||||
fetchProfile,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue