Compare commits
No commits in common. "495f0bcf3bd46c1c872f7371813aa8680dc850b6" and "6be065c0cb0175bbb46235a621f5aca4104919dd" have entirely different histories.
495f0bcf3b
...
6be065c0cb
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.107.4",
|
||||
"version": "1.107.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.107.4",
|
||||
"version": "1.107.3",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -107,9 +107,6 @@ const networks = [
|
|||
name: 'Burning Angel',
|
||||
url: 'https://www.burningangel.com',
|
||||
description: 'BurningAngel.com features tattoo porn with punk girls, goths, emo and the best scene girl porn online! View Joanna Angel and all of her alt pornstars in rough sex videos and hardcore porn',
|
||||
parameters: {
|
||||
mobile: 'https://m.dpfanatics.com/en/video',
|
||||
},
|
||||
parent: 'gamma',
|
||||
},
|
||||
{
|
||||
|
@ -158,9 +155,6 @@ const networks = [
|
|||
name: 'Fame Digital',
|
||||
url: 'https://www.famedigital.com',
|
||||
description: 'Watch and download thousands of the best porn videos at FameDigital.com, the largest porn network on the web! The hottest teens, MILFs and more pornstars are all here!',
|
||||
parameters: {
|
||||
mobile: 'https://m.dpfanatics.com/en/video',
|
||||
},
|
||||
parent: 'gamma',
|
||||
},
|
||||
{
|
||||
|
|
|
@ -468,7 +468,7 @@ async function fetchUpcoming(site) {
|
|||
}
|
||||
|
||||
function getDeepUrl(url, site, release, mobile) {
|
||||
const pathname = release?.path || new URL(url).pathname.replace(/\/en(\/video)?|\/scene/g, '');
|
||||
const pathname = release?.path || new URL(url).pathname.replace('/en/video', '');
|
||||
|
||||
if (mobile) {
|
||||
return `${mobile}${pathname}`;
|
||||
|
|
Loading…
Reference in New Issue