Using sequence number as entry ID for 5K/8K videos as this is what they use in URLs.

This commit is contained in:
DebaucheryLibrarian
2025-12-14 00:54:25 +01:00
parent bc1238ad72
commit 2052af7977
2 changed files with 7 additions and 3 deletions

View File

@@ -114,6 +114,7 @@ const networks = [
name: '5K Vids',
url: 'https://www.5kvids.com',
parameters: {
entryId: 'sequence',
apiKey: 'fiveKCash',
apiAddress: 'https://www.8kmilfs.com/api',
},
@@ -463,6 +464,7 @@ const networks = [
url: 'https://www.kellymadison.com',
description: 'Home of Kelly Madison and Ryan Madison',
parameters: {
entryId: 'id',
apiKey: 'kellyCash',
apiAddress: 'https://www.pornfidelity.com/api',
},