Removed unavailable profile details from Fantasy Massage profile test.

This commit is contained in:
DebaucheryLibrarian
2026-02-24 01:32:41 +01:00
parent 41b1f39752
commit ea325b8ec5
2 changed files with 1 additions and 3 deletions

View File

@@ -922,8 +922,6 @@ function scrapeApiProfile(data, releases, siteSlug) {
if (releases) profile.releases = releases.map((release) => `https://${siteSlug}.com/en/video/${release.url_title}/${release.clip_id}`);
console.log(profile);
return profile;
}