Compare commits
2 Commits
def6e8792c
...
08edf70194
Author | SHA1 | Date |
---|---|---|
|
08edf70194 | |
|
bc34c6edb4 |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.132.0",
|
||||
"version": "1.133.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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