Skip to content

Commit

Permalink
Merge pull request #1837 from diamondpete/fanfuckers
Browse files Browse the repository at this point in the history
Update Adult Prime and FilthyKings
  • Loading branch information
DirtyRacer1337 authored Sep 18, 2023
2 parents 107c5b4 + 7900d2b commit adff573
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
9 changes: 7 additions & 2 deletions Contents/Code/PAsiteList.py
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,11 @@
1746: ('Ginger', 'https://www.cherrypimps.com', '/search.php?query='),
1747: ('Divine-DD', 'https://www.divine-dd.com', '/search/'),
1748: ('Serve 4K', 'https://vip4k.com', '/en/search/'),
1749: ('Fan Fuckers', 'https://adultprime.com', '/studios/search?type='),
1750: ('Fill Up My Mom', 'https://www.filthykings.com', 'https://tsmkfa364q-dsn.algolia.net/1/indexes/*/queries'),
1751: ('Hot Girls Raw', 'https://www.filthykings.com', 'https://tsmkfa364q-dsn.algolia.net/1/indexes/*/queries'),
1752: ('Its Anal', 'https://www.filthykings.com', 'https://tsmkfa364q-dsn.algolia.net/1/indexes/*/queries'),
1753: ('FK BTS', 'https://www.filthykings.com', 'https://tsmkfa364q-dsn.algolia.net/1/indexes/*/queries'),
}

abbreviations = (
Expand Down Expand Up @@ -2631,7 +2636,7 @@ def getProviderFromSiteNum(siteNum):
provider = network1service

# Adult Prime
elif siteNum == 800 or (1601 <= siteNum <= 1672):
elif siteNum == 800 or (1601 <= siteNum <= 1672) or siteNum == 1749:
provider = networkAdultPrime

# Elegant Angel
Expand Down Expand Up @@ -2695,7 +2700,7 @@ def getProviderFromSiteNum(siteNum):
provider = networkGammaEntOther

# Filthy Kings sites
elif 1257 <= siteNum <= 1262:
elif (1257 <= siteNum <= 1262) or (1750 <= siteNum <= 1753):
provider = networkGammaEntOther

# PJGirls
Expand Down
5 changes: 3 additions & 2 deletions Contents/Code/networkAdultPrime.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ def update(metadata, lang, siteNum, movieGenres, movieActors, art):

# Posters
xpaths = [
'//div[@class="video-wrapper update-video-wrapper"]//div/@style'
'//video[@id]/@poster'
]

for xpath in xpaths:
for img in detailsPageElements.xpath(xpath):
if not img.startswith('http'):
img = img.split('(')[-1].replace(')', '')
img = img.split('(')[-1].split(')')[0]

art.append(img)

Expand Down Expand Up @@ -190,4 +190,5 @@ def update(metadata, lang, siteNum, movieGenres, movieActors, art):
'From couples having some passionate fun to hardcore threesomes',
'Jim Slip follows the life of the luckiest man on Earth',
'All the videos featured on YoungBusty',
'You can meet actual adult film stars on the streets of Prague',
}
7 changes: 6 additions & 1 deletion Contents/Code/networkGammaEntOther.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,17 @@ def update(metadata, lang, siteNum, movieGenres, movieActors, art):

# Studio
if not detailsPageElements['network_name']:
metadata.studio = detailsPageElements['studio_name']
if 'filthykings' in PAsearchSites.getSearchBaseURL(siteNum):
metadata.studio = detailsPageElements['sitename_pretty']
else:
metadata.studio = detailsPageElements['studio_name']
else:
metadata.studio = detailsPageElements['network_name']

# Tagline and Collection(s)
metadata.collections.clear()
if 'filthykings' in PAsearchSites.getSearchBaseURL(siteNum):
metadata.tagline = detailsPageElements['serie_name']
for collectionName in ['studio_name', 'serie_name']:
if collectionName in detailsPageElements:
metadata.collections.add(detailsPageElements[collectionName])
Expand Down
12 changes: 12 additions & 0 deletions docs/sitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ If you're having difficulty finding the SceneID, double-check [PAsiteList.py](..
- Elegant Raw
- Evil Playgrounds
- Family Screw
- Fan Fuckers
- Fixxxion
- Fresh POV
- Fucking Skinny
Expand Down Expand Up @@ -568,6 +569,17 @@ If you're having difficulty finding the SceneID, double-check [PAsiteList.py](..
+ #### FamilyHookups | ✅
+ #### FemdomEmpire / Feminized | ✅
+ #### Femjoy | ✓ - **Model or Title (but not both), Date Add**
+ #### FilthyKings | ✅
- Fill Up My Mom
- Filthy Blowjobs
- Filthy Massage
- Filthy Newbies
- Filthy POV
- Filthy Taboo
- FK BTS
- Hot Girls Raw
- Its Anal
- Night Creep
+ #### FinishesTheJob | ✅ - **Date Add**
- ManoJob
- MrPOV
Expand Down

0 comments on commit adff573

Please sign in to comment.