From 4f7101698a47a34daf63c6d28d4e437b91f56400 Mon Sep 17 00:00:00 2001 From: HugeFrog24 <62775760+HugeFrog24@users.noreply.github.com> Date: Sun, 10 May 2026 18:44:41 +0200 Subject: [PATCH] site --- .claude/settings.local.json | 14 - .env.example | 5 + .github/workflows/nightly-index.yml | 2 + .gitignore | 3 + README.md | 15 +- check_clashes.py | 71 +- config.py | 5 + video_map.json | 2609 ++++++++++++++++++++++++++- 8 files changed, 2679 insertions(+), 45 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index d7f1d04..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(jq -r \".\"\"/api/v1/video-channels/{channelHandle}/videos\"\".get.parameters[] | $ref\")", - "Bash(grep '$ref')", - "Bash(grep -c \"^ ''/\" /c/Users/admin/Desktop/jailbirdz-dl/docs/external/peertube/openapi.yaml)", - "Bash(grep -c ' \"\"/' /c/Users/admin/Desktop/jailbirdz-dl/docs/external/peertube/openapi.json)", - "Bash(grep -c \"^ ''/\" /c/Users/admin/Desktop/jailbirdz-dl/docs/external/peertube/openapi.yaml)", - "Bash(git --no-pager diff HEAD~1 docs/external/peertube/openapi.json)", - "Bash(git --no-pager show HEAD~1:docs/external/peertube/openapi.json)", - "Bash(git --no-pager diff --name-only HEAD~1)" - ] - } -} diff --git a/.env.example b/.env.example index f60a5fe..ecc1b2f 100644 --- a/.env.example +++ b/.env.example @@ -13,6 +13,11 @@ PINKCUFFS_USERNAME=your-email-or-username PINKCUFFS_PASSWORD=your-password PINKCUFFS_LOGIN_COOKIE=wordpress_logged_in_= +# femuniverse.com credentials (separate membership) +FEMUNIVERSE_USERNAME=your-email-or-username +FEMUNIVERSE_PASSWORD=your-password +FEMUNIVERSE_LOGIN_COOKIE=wordpress_logged_in_= + # PeerTube upload target PEERTUBE_URL=https://your-peertube-instance.example PEERTUBE_USER=admin diff --git a/.github/workflows/nightly-index.yml b/.github/workflows/nightly-index.yml index 2fb0c70..f3f94ea 100644 --- a/.github/workflows/nightly-index.yml +++ b/.github/workflows/nightly-index.yml @@ -38,6 +38,8 @@ jobs: JAILBIRDZ_PASSWORD: ${{ secrets.JAILBIRDZ_PASSWORD }} PINKCUFFS_USERNAME: ${{ secrets.PINKCUFFS_USERNAME }} PINKCUFFS_PASSWORD: ${{ secrets.PINKCUFFS_PASSWORD }} + FEMUNIVERSE_USERNAME: ${{ secrets.FEMUNIVERSE_USERNAME }} + FEMUNIVERSE_PASSWORD: ${{ secrets.FEMUNIVERSE_PASSWORD }} - name: Commit updated video_map.json if: always() # save progress even if main.py crashed or timed out diff --git a/.gitignore b/.gitignore index e8dba5f..776f07b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Local Claude instructions +.claude/settings.local.json + # Temporary cache __pycache__/ .ruff_cache/ diff --git a/README.md b/README.md index 427e5ca..7b9b17c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 𝒥𝒶𝒾𝓁𝒷𝒾𝓇𝒹𝓏-𝒹𝓁 -Jailbirdz.com and Pinkcuffs.com are Arizona-based subscription video sites publishing arrest and jail roleplay scenarios featuring women. This tool scrapes the member area of one or both sites, downloads the videos, and re-hosts them on a self-owned PeerTube instance. +Jailbirdz.com, Pinkcuffs.com, and Femuniverse.com are Arizona-based subscription video sites publishing arrest and jail roleplay scenarios featuring women. This tool scrapes the member area of any combination of these sites, downloads the videos, and re-hosts them on a self-owned PeerTube instance. > [!NOTE] > This tool does not bypass authentication, modify the site, or intercept anything it isn't entitled to. A valid, paid membership is required. The scraper authenticates using your own session cookie and accesses only content your account can already view in a browser. @@ -23,9 +23,9 @@ cp .env.example .env Set credentials for whichever sites you have a membership on. You don't need both. -**Option A — credentials (recommended):** set `JAILBIRDZ_USERNAME` + `JAILBIRDZ_PASSWORD` (and/or the `PINKCUFFS_*` equivalents) in `.env`. `main.py` logs in automatically on startup. +**Option A — credentials (recommended):** set `JAILBIRDZ_USERNAME` + `JAILBIRDZ_PASSWORD` (and/or the `PINKCUFFS_*` / `FEMUNIVERSE_*` equivalents) in `.env`. `main.py` logs in automatically on startup. -**Option B — manual cookie:** set `JAILBIRDZ_LOGIN_COOKIE` (and/or `PINKCUFFS_LOGIN_COOKIE`) yourself. Get the value from browser DevTools → Storage → Cookies — copy the full `name=value` of the `wordpress_logged_in_*` cookie. +**Option B — manual cookie:** set `JAILBIRDZ_LOGIN_COOKIE` (and/or `PINKCUFFS_LOGIN_COOKIE` / `FEMUNIVERSE_LOGIN_COOKIE`) yourself. Get the value from browser DevTools → Storage → Cookies — copy the full `name=value` of the `wordpress_logged_in_*` cookie. Sites with no credentials are skipped automatically when running `python main.py`. @@ -35,6 +35,8 @@ Sites with no credentials are skipped automatically when running `python main.py - `JAILBIRDZ_LOGIN_COOKIE` — jailbirdz.com session cookie (fallback). - `PINKCUFFS_USERNAME` / `PINKCUFFS_PASSWORD` — pinkcuffs.com login. - `PINKCUFFS_LOGIN_COOKIE` — pinkcuffs.com session cookie (fallback). +- `FEMUNIVERSE_USERNAME` / `FEMUNIVERSE_PASSWORD` — femuniverse.com login. +- `FEMUNIVERSE_LOGIN_COOKIE` — femuniverse.com session cookie (fallback). - `PEERTUBE_URL` — base URL of your PeerTube instance. - `PEERTUBE_USER` — PeerTube username. - `PEERTUBE_CHANNEL` — channel to upload to. @@ -50,6 +52,7 @@ Discovers all post URLs via the WordPress REST API, then visits each page with a python main.py # scrape all sites you have credentials for python main.py --site jailbirdz # scrape one site only python main.py --site pinkcuffs --site jailbirdz # explicit multi-site +python main.py --site femuniverse # femuniverse only ``` Results are written to `video_map.json`. Safe to re-run — already-scraped posts are skipped. @@ -66,7 +69,7 @@ Options: --reorganize Rename existing files to match current naming mode -w, --workers N Concurrent downloads (default: 4) -n, --dry-run Print what would be downloaded - --site SITE Limit to one site (jailbirdz or pinkcuffs); repeatable + --site SITE Limit to one site (jailbirdz, pinkcuffs, or femuniverse); repeatable ``` Resumes partial downloads. The chosen naming mode is saved to `.naming_mode` inside the output directory and persists across runs. Filenames that would clash are placed into subfolders. @@ -105,6 +108,10 @@ gh secret set JAILBIRDZ_PASSWORD # pinkcuffs (if you have a membership) gh secret set PINKCUFFS_USERNAME gh secret set PINKCUFFS_PASSWORD + +# femuniverse (if you have a membership) +gh secret set FEMUNIVERSE_USERNAME +gh secret set FEMUNIVERSE_PASSWORD ``` **Seed CI with your current progress before the first run:** diff --git a/check_clashes.py b/check_clashes.py index 1893667..7f6b168 100644 --- a/check_clashes.py +++ b/check_clashes.py @@ -178,27 +178,72 @@ def find_clashes(urls: list[str]) -> dict[str, list[str]]: } -def _clash_subfolder(url: str) -> str: - """Parent path segment used as disambiguator for clashing filenames.""" - parts = urlparse(url).path.rstrip("/").split("/") - return unquote(parts[-2]) if len(parts) >= 2 else "unknown" +def _path_folders(url: str) -> list[str]: + """Decoded URL path segments above the filename (filename excluded).""" + parts = [unquote(p) for p in urlparse(url).path.split("/") if p] + return parts[:-1] + + +def _disambiguate_group(group: list[str]) -> dict[str, tuple[str, ...]]: + """Find the smallest depth of trailing folder segments that gives every URL in the group + a unique subfolder path. Returns {url: subfolder_segments}. + + Comparison is case-insensitive so the result is safe on NTFS/APFS as well as ext4. + """ + folders = {u: _path_folders(u) for u in group} + max_depth = max((len(f) for f in folders.values()), default=0) + + for depth in range(1, max_depth + 1): + keys = {u: tuple(p.lower() for p in folders[u][-depth:]) for u in group} + if len(set(keys.values())) == len(group): + return {u: tuple(folders[u][-depth:]) for u in group} + + raise RuntimeError( + f"Cannot disambiguate URL group sharing filename and full parent path: {group}" + ) def build_download_paths( urls: list[str], output_dir: str | Path, ) -> dict[str, Path]: - """Map each URL to a local file path. Flat layout; clashing names get a subfolder.""" - clashes = find_clashes(urls) - clash_lower = {name.lower() for name in clashes} + """Map each URL to a unique local file path. - paths = {} + Unique filenames go directly under output_dir. Filenames that clash + (case-insensitively) get the smallest tail of their URL path prepended + that makes every URL in the clashing group unique — e.g. /2018/Daisy/foo.mp4 + and /2023/Daisy/foo.mp4 land at 2018/Daisy/foo.mp4 and 2023/Daisy/foo.mp4 + rather than colliding at Daisy/foo.mp4. + """ + by_lower: defaultdict[str, list[str]] = defaultdict(list) for url in urls: - filename = url_to_filename(url) - if filename.lower() in clash_lower: - paths[url] = Path(output_dir) / _clash_subfolder(url) / filename - else: - paths[url] = Path(output_dir) / filename + by_lower[url_to_filename(url).lower()].append(url) + + base = Path(output_dir) + paths: dict[str, Path] = {} + + for group in by_lower.values(): + if len(group) == 1: + url = group[0] + paths[url] = base / url_to_filename(url) + continue + subfolders = _disambiguate_group(group) + for url in group: + paths[url] = base.joinpath(*subfolders[url]) / url_to_filename(url) + + # Defensive: every URL must map to a distinct destination path. + # Case-fold the comparison since callers commonly run on NTFS/APFS where + # "Daisy/foo" and "daisy/foo" are the same file on disk. + seen: dict[str, str] = {} + for url, p in paths.items(): + key = str(p).lower() + if key in seen: + raise RuntimeError( + f"Path collision after disambiguation: {url!r} and {seen[key]!r} " + f"both map to {p}" + ) + seen[key] = url + return paths diff --git a/config.py b/config.py index e1a13dd..23cd9ec 100644 --- a/config.py +++ b/config.py @@ -15,4 +15,9 @@ SITES: Final[dict[str, dict[str, str]]] = { "cookie_domain": "pinkcuffs.com", "env_prefix": "PINKCUFFS", }, + "femuniverse": { + "base_url": "https://www.femuniverse.com", + "cookie_domain": "femuniverse.com", + "env_prefix": "FEMUNIVERSE", + }, } diff --git a/video_map.json b/video_map.json index e021d77..9b99944 100644 --- a/video_map.json +++ b/video_map.json @@ -16579,67 +16579,222 @@ "https://www.jailbirdz.com/pinkcuffs-videos/jades-maximum-security-transfer-the-full-search-part-2/": { "title": "Jade’s Maximum Security Transfer… The Full Search | Part 2", "description": "Processing continues as Officer Lars brings Jade in for her new mugshots. She faces forward, clearly irritated, then turns as instructed, making it obvious she is not happy about any of this. Once the photos are finished, her restraints are removed temporarily so the next step can begin. A full nude strip search. In maximum security, especially with someone who has a history of running, nothing is skipped and nothing is rushed.\n\nJade is instructed to remove all clothing and jewelry before the inspection begins. The search is thorough from start to finish. She shakes out her hair and turns so it can be checked properly, including behind her ears. She opens her mouth wide, sticks out her tongue, moves it side to side, and allows the inside of her cheeks and both lips to be inspected. She is told to lift her breasts for inspection, then turn and lift her feet one at a time while wiggling her toes. Finally, she is ordered to sqat and cough three times. Every step is completed before Officer Lars moves on.\n\nWhen the search is finished, Jade is placed facing the wall with her hands on her head and her forehead against the surface. That is when the restraints escalate. Officer Lars brings out a pair of antique German high security cuffs, heavy and solid, controlled by a single key that stays with her. They are secured firmly around Jade’s wrists and tightened properly. When she complains, they are made tighter. With the antique cuffs locked in place, Jade is seated on the cold bench to wait while processing continues, testing them slightly but finding no slack at all. Maximum security just became more serious, and it is clear this transfer is only getting stricter.\n\nTo Be Continued in Part 3", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/a30a807e-2129-4819-bcc8-4e6f50525852/playlist.m3u8" + } + ], + "scraped_at": 1777121386 }, "https://www.jailbirdz.com/pinkcuffs-videos/jades-maximum-security-transfer-the-full-search-part-3/": { "title": "Jade’s Maximum Security Transfer… The Full Search | Part 3", "description": "With the antique cuffs still secured, Officer Lars returns to finish Jade’s transfer into maximum security housing. She is ordered to stand and face forward as the next phase begins. The cuffs are removed briefly using the single key, but Jade is immediately instructed to keep her hands on her head and not move while new restraints are prepared.\n\nBefore anything else, she is issued her maximum security jumpsuit. No underwear is allowed. No extra privileges. Just the standard uniform. Officer Lars makes it clear that privileges in this unit are limited and can be taken away just as quickly as they are given.\n\nBecause of Jade’s history of running, standard restraints are not enough. A lockbox device is brought out and secured over hinge cuffs, enclosing them and limiting all movement at the wrists. The waist chain is wrapped tightly around her middle and locked in place. When Jade complains about how tight it feels, Officer Lars deliberately tightens it again, making sure it is extra snug. The adjustment is intentional. Maximum security means tighter restraints and no slack.\n\nOnce fully secured in the lockbox and waist chain, Jade is escorted to her new cell. She is positioned facing the wall, hands controlled, forehead pressed forward as instructed. The officer reminds her that behavior in this unit determines everything. Privileges are minimal. Free time can disappear. Even the small comforts can be revoked.\n\nThe cell door opens, and Jade is placed inside still secured in the lockbox with the waist chain tight around her. She is left standing there in her jumpsuit, restrained, confined, and alone. Officer Lars informs her this is only phase one and that things can become even stricter if she tests the rules again.\n\nThe door closes. The officer walks away. Jade remains secured in maximum security.\n\nTo Be Continued in Part 3.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/3bc4e1b4-314f-47c6-83c7-c6d1e0a2da05/playlist.m3u8" + } + ], + "scraped_at": 1777121385 }, "https://www.jailbirdz.com/pinkcuffs-videos/ashleys-public-indecency-arrest-part-1/": { "title": "Ashley’s Public Indecency Arrest | Part 1", "description": "Ashley Moore insists the situation was a misunderstanding, but Officer Carina Capella makes it clear that multiple reports say otherwise.\n\nWhat begins as questioning quickly turns into an arrest. Ashley is instructed to face the wall and place her hands up, and she’s secured in cuffs behind her back. Each wrist is locked in separately, adjusted when she reacts to how snug they feel. With her hands restrained behind her, she’s read her rights and informed she will not be released.\n\nOnce inside, the cuffs are removed so a proper search can be conducted. Ashley places her hands on her head while Officer Carina checks her thoroughly, including her waistband, confirming nothing is concealed. The questioning continues, but the decision has already been made.\n\nProcessing moves to the desk, where Ashley is seated and asked again about the reports. The atmosphere shifts from roadside stop to formal intake. When the questioning concludes, her wrists are secured again — this time in front — and attached directly to a fixed desk ring. The difference is immediate. Her movement is now limited, and she remains seated, restrained in place as processing continues.\n\nPart 1 covers the arrest, initial search, and her transition into secured intake.\n\nTo Be Continued in Part 2.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/d71db0d1-caea-4745-b9fe-04bddab063e4/playlist.m3u8" + } + ], + "scraped_at": 1777121386 }, "https://www.jailbirdz.com/pinkcuffs-videos/ashleys-public-indecency-arrest-part-2/": { "title": "Ashley’s Public Indecency Arrest | Part 2", "description": "Ashley Moore remains secured at the desk, her wrists cuffed in front and attached to the fixed ring as Officer Carina Capella continues processing and takes her fingerprints while she is still restrained.\n\nOnce fingerprinting is complete, Ashley is moved to the next room for booking photos. After the mugshots are taken, Officer Carina informs her that a full search will be conducted before placement. Her cuffs are removed at that point, and she is instructed to place her hands on her head.\n\nA bucket is handed to her with instructions to place her clothing inside.\n\nThe strip search begins in Part 3.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/d355efd0-ca68-44fe-a9cc-3ca5d3c3d372/playlist.m3u8" + } + ], + "scraped_at": 1777121386 }, "https://www.jailbirdz.com/pinkcuffs-videos/ashleys-public-indecency-arrest-part-3/": { "title": "Ashley’s Public Indecency Arrest | Part 3", "description": "With the bucket placed in front of her, Ashley Moore is instructed to remove her clothing so a full search can be completed before placement. What began as routine processing now shifts into a thorough intake inspection.\n\nAshley shakes out her hair and is checked carefully. She opens her mouth for inspection and moves her tongue as directed. She follows each command. When told to squat, she lowers fully and holds as the count is given before standing again. Each leg is lifted individually, and her toes are wiggled to complete the inspection. Nothing is skipped.\n\nOnce the search is finished, Ashley is issued a yellow jumpsuit and directed to change while facing the wall. After dressing, her wrists are secured behind her back once again. Shackles are fastened at her ankles, and the restraints are adjusted to ensure a firm fit. The shift from temporary processing to full confinement is clear.\n\nFully dressed in the jumpsuit, cuffed behind her back and shackled, Ashley is placed in holding for the night. Intake is complete. Confinement begins.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/13dfda5a-8261-4db3-83d7-1d59140677d9/playlist.m3u8" + } + ], + "scraped_at": 1777121389 }, "https://www.jailbirdz.com/pinkcuffs-videos/fiona-peaches-arrested-for-cyber-fraud-part-1/": { "title": "Fiona Peaches Arrested for Cyber Fraud | Part 1", "description": "Officer Persephone arrives at Fiona Peaches’ apartment with a search warrant tied to a growing cyber‑fraud case. Fiona is caught off guard and quickly ordered to place her hands on her head, turn, kneel, and lay on her stomach so the officer can secure her safely. Hinged black cuffs are locked behind her back and paired with shackles, putting her into a controlled hog‑cuffed position while the warrant is carried out.\n\nWith Fiona held firmly on the couch, Officer Persephone begins a full search of the apartment and makes it clear she’s looking for computers and electronics tied to the fraud investigation. Fiona complains about how tight the restraints feel, but the officer continues the search until she uncovers multiple devices and a locked safe. Once the code is given and the contents are inspected, the situation escalates quickly.\n\nFinding the evidence she needs, Officer Persephone informs Fiona she is now under arrest for cyber fraud and reads her rights in full. The shackles are removed so she can stand, still cuffed behind her back, and Fiona is told she’s being taken downtown to begin processing.\n\nTo Be Continued in Part 2.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/2903952b-8918-412f-959b-b31bab9b1bae/playlist.m3u8" + } + ], + "scraped_at": 1777121389 }, "https://www.jailbirdz.com/pinkcuffs-videos/fiona-peaches-arrested-for-cyber-fraud-part-2/": { "title": "Fiona Peaches Arrested for Cyber Fraud | Part 2", "description": "After the arrest, Fiona is brought downtown still secured in hinged cuffs behind her back. Officer Persephone removes her from the patrol car and performs a thorough pat down in the station garage, checking her waistband, pockets, boots, and seams before bringing her inside. Fiona complains about how tight everything feels, but the restraints remain in place while she is moved deeper into the facility.\n\nShe’s placed straight into a holding cell with her wrists still locked behind her. Only after the door is fully secured does Officer Persephone switch her cuffs to the front through the port, keeping control the entire time. Fiona continues to complain about the cold and the confinement, but she is left to wait until processing is ready.\n\nWhen Persephone returns, Fiona is taken from the cell and positioned for intake. She’s instructed to place all of her clothing into a white bucket and undergo a full nude strip search. Arms out, full turn, feet lifted, toes moved, hair shaken out, inside of her mouth checked, and a squat and cough. Nothing is skipped, and every step is completed as part of standard procedure.\n\nA tight waist chain is added connected to tight cuffs behind her back. She is then brought to the backdrop for her mugshots, still nude, Being nude and cuffed for mugshots that everyone will see, makes the moment even more humiliating as the booking continues!\n\nTo Be Continued in Part 3.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/1fdaeb8d-a137-43a5-9fec-7bb4cd55a3b5/playlist.m3u8" + } + ], + "scraped_at": 1777121389 }, "https://www.jailbirdz.com/pinkcuffs-videos/fiona-peaches-arrested-for-cyber-fraud-part-3/": { "title": "Fiona Peaches Arrested for Cyber Fraud | Part 3", "description": "Fiona stays fully restrained in the tight waist chain with her hinged cuffs locked behind her back while Officer Persephone questions her about all the electronics pulled from the apartment. She’s still completely nude from the strip search, frustrated, denying everything, and getting more annoyed as the officer keeps pushing for answers. The entire questioning happens with her still cuffed behind her in the waist chain.\n\nThen Persephone finally moves her cuffs to the front so she can go through fingerprinting. Fiona is still nude, but chained to the desk for fingerprinting.\n\nAfter prints are taken, Persephone brings her back to the holding cell the same way: nude, tightly secured, and walked straight inside. Only after the door is locked does the officer take the cuffs off so Fiona can change into the jail jumpsuit. Fiona complains about the size and the fit, but she’s told to button it up anyway and hurry up. When she’s done, she puts her wrists back through the port like she was told so the cuffs can be reapplied.\n\nWith the jumpsuit on and her restraints back in place, Fiona’s intake is finally complete.\n\nThe End", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/4a6e72d3-7cf6-4a44-b866-28b008ff4293/playlist.m3u8" + } + ], + "scraped_at": 1777121390 }, "https://www.jailbirdz.com/pinkcuffs-videos/siren-raynes-trespass-arrest-part-1/": { "title": "Siren Rayne’s Trespass Arrest | Part 1", "description": "Siren Rayne is detained after multiple complaints come in specifically about her. Kiia arrives and finds her trespassing on someone else’s property. Siren keeps giving shifting explanations and refuses to give a clear reason for being there. The attitude builds until Kiia decides she is done with the excuses.\n\nSiren is ordered down and told to place her hands on her head. Kiia brings one arm down at a time and cuffs her behind her back in pink ASP chain cuffs, locking them firmly with a reminder about her past escape attempt. Siren is brought to her feet, read her rights, and taken into custody.\n\nAt the station a full pat down follows. Siren complains throughout the search, and Kiia responds by tightening her cuffs and ordering her to stand against the wall for the final check.\n\nTo Be Continued in Part 2.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/56569213-31c0-485b-8470-f6941cc4bfb0/playlist.m3u8" + } + ], + "scraped_at": 1777121392 }, "https://www.jailbirdz.com/pinkcuffs-videos/siren-raynes-trespass-arrest-part-2/": { "title": "Siren Rayne’s Trespass Arrest | Part 2", "description": "Processing begins as Siren Rayne is seated for questioning. Kiia goes straight to the money found during the pat down and asks again where it came from. Siren gives the same shifting explanation about old jeans, and Kiia makes it clear she does not believe a word of it. The attitude continues until Kiia decides they are moving on.\n\nShe is taken for mugshots next. Forward, left, and right photos are taken, and Siren is placed against the wall afterward, still cuffed behind her back in the pink ASP cuffs. From there she is brought to the holding cell, where she waits for the next step with her cuffs still fully secured.\n\nShe is then taken out for a full strip search. Kiia moves through each part of the inspection before issuing her a black and white jumpsuit. Once she is dressed, Siren is restrained in police zipties and then placed back in the cell to wait for the next stage of processing.\n\nTo Be Continued in Part 3.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/0465d9d5-8102-43cd-87fa-906fa448196c/playlist.m3u8" + } + ], + "scraped_at": 1777121393 }, "https://www.jailbirdz.com/pinkcuffs-videos/siren-raynes-trespass-arrest-part-3/": { "title": "Siren Rayne’s Trespass Arrest | Part 3", "description": "Siren Rayne sits in her cell for a while with her wrists locked tightly behind her back in police zip ties. She struggles and complains, but Kiia keeps her secured until it is time to move her again. When Kiia returns, the zip ties are cut off with a pair of cutters, and Siren is ordered to place her hands on her head so she can be restrained properly.\n\nA waist chain is brought out next. Kiia positions Siren, wraps the chain around her waist, and brings her hands forward to secure them in front with hinge cuffs. The chain is pulled snug, and an additional length is routed between her legs for extra control.\n\nShe is taken to a small courtroom for her hearing. The judge reviews the case while Siren stands in the waist chain and hinge cuffs. Kiia explains the arrest, including the trespassing call, the multiple complaints, and Siren’s refusal to cooperate. Siren gives her side, admitting she stayed on the property longer than she should have but insisting it was not meant to cause trouble.\n\nThe judge listens, notes her attitude and history, and issues the final sentence. Siren Rayne is ordered to serve two hundred and fifty days in custody. Kiia is told to take her away, and Siren is led out still fully restrained, her new sentence beginning immediately.\n\nThis concludes the full series.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/85d7491c-8e17-4eaa-a578-efe0e60672d0/playlist.m3u8" + } + ], + "scraped_at": 1777121393 }, "https://www.jailbirdz.com/pinkcuffs-videos/persephone-gracie-daisys-voluntary-surrender-part-1/": { "title": "Persephone, Gracie & Daisy’s Voluntary Surrender | Part 1", "description": "Persephone Page, Gracie, and Daisy Meadows decide to do the unthinkable, call the police themselves, confess their crimes, and wait together for whatever comes next. They explain the robbery and the fight that followed, but they stay committed to turning themselves in. By the time Officer Reese arrives, all three are already on the ground with their hands on their heads, bracing for the moment everything becomes real.\n\nShe wastes no time. Each girl is cuffed behind the back in hinged cuffs and locked securely. One by one they are brought to their feet, placed in a line, and spaced exactly how Reese wants them.\n\nOfficer Reese performs the initial pat downs, checking each girl in turn, then positions them together for the next step of the arrest.\n\nTo Be Continued in Part 2.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/60298281-7f82-462b-a8c2-03d639f08e81/playlist.m3u8" + } + ], + "scraped_at": 1777121393 }, "https://www.jailbirdz.com/pinkcuffs-videos/persephone-gracie-daisys-voluntary-surrender-part-2/": { - "title": "Persephone, Gracie & Daisy’s Voluntary Surrender | Part 2", + "title": "Persephone, Gracie & Daisy’s Voluntary Surrender | Part 2", "description": "Officer Reese pulls Persephone Page, Gracie, and Daisy Meadows out of the car one at a time. They already turned themselves in for the robbery and beating up a man, and now the arrest becomes real. All three are still in hinged cuffs behind the back as Reese keeps them steady and under control. Each girl receives a more thorough pat down, facing her, turning around when told.\n\nReese then brings them inside for the next step. She moves each girl’s cuffs from behind the back to the front, securing them one at a time. After that, she cuffs each prisoner directly to the desk, linking all three together so none of them can move away. They stand shoulder to shoulder, chained in place, waiting for whatever comes next.\n\nTo Be Continued in Part 3.", - "videos": [] + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/4b555376-0540-487b-9b7d-add52bc7e582/playlist.m3u8" + } + ], + "scraped_at": 1777121396 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/persephone-gracie-daisys-voluntary-surrender-part-3/": { + "title": "Persephone, Gracie & Daisy’s Voluntary Surrender | Part 3", + "description": "Part Three opens with all three prisoners secured to the desk in hinged cuffs, their wrists restrained in front and chained firmly to the desk. Officer Reese begins fingerprinting them one at a time. After fingerprints, phone calls are allowed. Still cuffed in front and secured at the desk, they make their calls under supervision.\n\nThe desk restraints are then removed and the group is moved to the bench. Daisy and Gracie remain cuffed in front. Persephone is taken up first. Her front cuffs are removed so her mugshot can be taken and she can be searched. After the search is finished, she is secured again, this time with her hands cuffed behind her back in hinged cuffs.\n\nThe scene closes with Daisy and Gracie seated side by side with their hands restrained in front, Persephone secured behind her back, and Gracie about to be called up individually for the next phase of processing.\n\nTo Be Continued in Part 4.", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/873dd5bf-857d-4b3d-8e25-46b41678b63d/playlist.m3u8" + } + ], + "scraped_at": 1777121396 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/persephone-gracie-daisys-voluntary-surrender-part-4/": { + "title": "Persephone, Gracie & Daisy’s Voluntary Surrender | Part 4", + "description": "Part Four begins with Gracie being pulled up for her mugshots, still in hinged cuffs in front. After the photographs are taken, she undergoes a thorough search that includes shaking out her hair, showing behind her ears, lifting her tongue, and turning for inspection. Once the search is complete, her hands are secured behind her back in hinged cuffs.\n\nDaisy follows the same process. Her front cuffs are removed for mugshots and search, then reapplied behind her back once processing is finished.\n\nWith individual processing complete, the three are lined up and moved into the holding cell. The door closes briefly, reinforcing the reality of confinement.\n\nThey are then pulled back out for the final part of their processing. Each is issued a green jail jumpsuit and instructed to change. Once dressed, additional restraints are added. Ankle shackles are secured, and they are chained together in a controlled line.\n\nAll three now stand uniformed, cuffed behind the back, shackled, and linked together as intake concludes.\n\nThe End", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/f1df97d3-14f9-4801-9c5a-e30d37ef20ba/playlist.m3u8" + } + ], + "scraped_at": 1777121396 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/serendipity-arrests-valentina-pt1/": { + "title": "Serendipity Arrests Valentina pt1", + "description": "Part 1Valentina is relaxing on the couch, scrolling on her phone, when Officer Serendipity (who is family) arrives unexpectedly with serious news. Despite their close relationship, Serendipity has a duty to uphold… and tonight, that means taking Valentina into custody.\n\nTorn between friendship and responsibility, Officer Serendipity carefully reads Valentina her rights before placing her under arrest. The tension is undeniable as Valentina is escorted to the station, where Officer Serendipity proceeds with a thorough search as part of the booking process.", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/a8f8181f-7733-4a2f-899c-5a58a7649329/playlist.m3u8" + } + ], + "scraped_at": 1777356456 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/serendipity-arrests-valentina-pt2/": { + "title": "Serendipity Arrests Valentina pt2 (in progress)", + "description": "", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/28f06c95-6a24-4c54-88f9-0660afb6fc12/playlist.m3u8" + } + ], + "scraped_at": 1777616213 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/serendipity-arrests-valentina-pt3/": { + "title": "Serendipity Arrests Valentina pt3 (in progress)", + "description": "", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/c4509975-cb70-450a-958b-e2d5527a05c2/playlist.m3u8" + } + ], + "scraped_at": 1777788330 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/serendipity-arrests-valentina-pt4/": { + "title": "Serendipity Arrests Valentina pt4 (in progress)", + "description": "", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/832adc01-c962-46ee-831d-767b1d60bb41/playlist.m3u8" + } + ], + "scraped_at": 1777959818 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/officer-persephone-catches-lauren-stealing-from-her-part-1/": { + "title": "Officer Persephone Catches Lauren Stealing From Her | Part 1", + "description": "Lauren sneaks into a home and begins looking for valuable things to steal. She finds a laptop, a video game console, and even finds a purse to go through. Before she is able to make her escape though, Officer Persephone comes home and finds her. Lauren runs out of the house into the backyard and Officer Persephone chases after, catching her and making her lie face down on the ground while she handcuffs her. Officer Persephone brings Lauren back inside and sits her down and walks away to take a moment to herself to calm down. Lauren struggles in her cuffs until Officer Persephone returns and she leads her out of the house. At the station she is pulled from the car and frisked before being taken inside.", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/c72828ba-6d35-48d4-accd-414703134685/playlist.m3u8" + } + ], + "scraped_at": 1778218238 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/officer-persephone-catches-lauren-stealing-from-her-part-2/": { + "title": "Officer Persephone Catches Lauren Stealing From Her | Part 2", + "description": "Lauren is brought into the jailhouse by Officer Persephone, and her cuffs are moved to the front before she’s cuffed to the table. Officer Persephone writes down her information on paperwork to start her processing. She records Lauren’s fingerprints and allows her to make a phone call before walking away to file the paperwork, leaving Lauren still cuffed to the table. When the officer returns she removes Lauren from the table and moves her cuffs to behind her back again. Lauren is led over to the mugshot board where Officer Persephone takes her photos and then removes her handcuffs, ordering her to undress so she can conduct a strip search. When she is through with the strip search she handcuffs Lauren’s hands behind her back agin and then cuffs her to the nearest bench. Officer Persephone once again leaves Lauren handcuffed, this time to find a jumpsuit for her.", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/8a6dca10-1665-46a4-8b81-56ff37bbd2ae/playlist.m3u8" + } + ], + "scraped_at": 1778393550 + }, + "https://www.jailbirdz.com/pinkcuffs-videos/officer-persephone-catches-lauren-stealing-from-her-part-3/": { + "title": "Officer Persephone Catches Lauren Stealing From Her | Part 3", + "description": "Lauren was still sitting on the bench, cuffed to it and completely nude. When Officer Persephone returned, she let Lauren up from the bench and took the handcuffs on her wrist off. She handed her an orange jumpsuit and Lauren quickly got dressed. She was placed in handcuffs again, with her hands behind her back and shackles were also added. Officer Persephone led Lauren to the jail cell and locked her inside, and then walked away. When she finally returned she removed Lauren from the cell and had her change into a different jumpsuit before putting her in a waist chain instead of just regular handcuffs.", + "videos": [ + { + "url": "https://vz-8deb9235-8d6.b-cdn.net/20d2861e-2b26-4e3a-8ee3-3504f6f24eaf/playlist.m3u8" + } + ], + "scraped_at": 1778430968 } }, "pinkcuffs": { @@ -22738,6 +22893,2432 @@ } ], "scraped_at": 1776317551 + }, + "https://www.pinkcuffs.com/pinkcuffs-videos/persephone-and-lauren-play-with-cuffs-on-the-bed/": { + "title": "Persephone and Lauren Play With Cuffs On The Bed", + "description": "Persephone and Lauren are sitting on their bed admiring the cuffs when Lauren mentions she’s intimidated. Persephone reassures her and tells her she wants to start by putting cuffs on her. She picks up the silver shackles and locks them around Lauren’s ankles, and Lauren follows her lead by locking the black and silver shackles around Persephone’s ankles to match. They continue by adding waist chains to each other, using hinged and chained handcuffs with it. Persephone lays back and Lauren adds a pair of red cuffs to their shackles to connect the two of them and she lays back with her. They kick their feet around and show off the cuffs and shackles before Lauren removes the red cuffs and attaches them to each of their waist chains to keep them connected. They continue to struggle and show off the cuffs until the video ends.", + "videos": [ + { + "url": "https://vz-017d7722-1e8.b-cdn.net/48635ab4-3bfd-4743-9170-90ce21844873/playlist.m3u8" + } + ], + "scraped_at": 1776922294 + }, + "https://www.pinkcuffs.com/pinkcuffs-videos/larz-introduces-jade-to-playing-with-cuffs/": { + "title": "Larz Introduces Jade to Playing With Cuffs", + "description": "Larz invited Jade over to play with our cuffs, and she doesn’t hesitate in getting started. They begin with a small pair of cuffs that fit around Jade’s thumbs, and then Larz has her remove her socks to show how they can also lock around her toes. After a few minutes Larz removes the cuffs and has Jade lay on her stomach. Larz puts a pair of yellow chained cuffs on Jade’s wrists behind her back and uses a pair of shackles to put her in a hog cuff. Larz gently tickles Jade’s feet before letting her out of the hog cuff by disconnecting the shackles and handcuffs. She then removes the handcuffs and Jade sits up and continues being cuffed by Larz. The video ends with Larz cuffing Jade to the bed using a pair of hinged and chained cuffs and then locking her shackles to the foot of the bed.", + "videos": [ + { + "url": "https://vz-017d7722-1e8.b-cdn.net/d4506261-40e2-43c2-941f-8fd55820b0cf/playlist.m3u8" + } + ], + "scraped_at": 1777528814 + }, + "https://www.pinkcuffs.com/pinkcuffs-videos/olivia-plays-with-handcuffs-and-shackles-on-the-bed/": { + "title": "Olivia Plays With Handcuffs and Shackles on the Bed", + "description": "Olivia is on the bed with an array of handcuffs and a pair of shackles. She tries the first pair on, cuffing her wrists in front of her body. She removes the cuffs and shackles herself next, playing with the chains in the shackles and showing them off. She picks up a pair of black chained cuffs and handcuffed herself to the shackles. She showed off the cuffs and shackles again before removing them so she could continue trying on the other cuffs.", + "videos": [ + { + "url": "https://vz-017d7722-1e8.b-cdn.net/c5020681-79d0-477b-91ca-279f3ef8cb52/playlist.m3u8" + } + ], + "scraped_at": 1778134301 + } + }, + "femuniverse": { + "https://www.femuniverse.com/anti-trafficking-and-exploitation-policy/": { + "title": "Anti", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Anti-Trafficking and Exploitation Policy” font_container=”tag:h2|text_align:center” use_theme_fonts=”yes”][divider line_type=”No Line” custom_height=”50″][vc_column_text]Everlight Studios LLC and its affiliated websites maintain a strict zero-tolerance policy toward human trafficking, exploitation, coercion, or any form of non-consensual activity.\n\nWe are committed to operating our platforms responsibly and lawfully and take active measures to prevent abuse, exploitation, and trafficking. [/vc_column_text][vc_column_text]\n1. Age Verification\nAll individuals appearing in content distributed through our websites are verified to be 18 years of age or older at the time of production.\n\nWe maintain legally required age verification documentation in compliance with 18 U.S.C. §2257 record-keeping requirements and applicable regulations.\n\nContent that does not meet these requirements is strictly prohibited.\n\n2. Consent and Voluntary Participation\nAll performers participate voluntarily and provide documented consent to appear in recorded content.\n\nWe prohibit any content involving:\n\nHuman trafficking\nCoercion or forced participation\nExploitation of vulnerable individuals\nNon-consensual activity\nAny form of illegal conduct\n\nAny indication of coercion, exploitation, or non-consensual activity will result in immediate investigation and removal of the content.\n\n3. Platform Content Control\nAll content appearing on our websites is produced and uploaded directly by our internal team.\n\nOur platforms do not allow user-generated uploads. Members and visitors cannot upload, publish, or distribute content on our websites.\n\nThis controlled publishing process allows us to review and manage all content prior to publication to ensure compliance with our policies and applicable laws.\n\n4. Prohibited Content\nOur platform strictly prohibits the publication or distribution of content that involves or depicts:\n\nMinors or individuals under the age of 18\nHuman trafficking\nExploitation or coercion\nNon-consensual acts\nIllegal sexual conduct\n\nAny content found to violate these standards will be removed immediately.\n\n5. Reporting Concerns\nWe encourage anyone who believes content on our websites may violate these policies to report it immediately.\n\nReports can be submitted by contacting: admin@pinkcuffs.com\n\nAll reports are reviewed promptly and investigated as part of our internal compliance procedures.\n\n6. Investigation and Enforcement\nWhen a report or concern is received, we will:\n\nReview the reported content.\nConduct an internal investigation.\nRemove or disable access to content that violates our policies.\nTake appropriate action, which may include terminating accounts or cooperating with law enforcement if necessary.\n\n7. Cooperation with Authorities\nWe cooperate with law enforcement and regulatory authorities where appropriate in cases involving suspected trafficking, exploitation, or illegal activity.\n\n8. Policy Enforcement\nIf content is found to violate this policy, Everlight Studios LLC may remove or modify the content and take appropriate corrective actions to ensure continued compliance with applicable laws and card network regulations.[/vc_column_text][divider line_type=”No Line” custom_height=”150″][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430838 + }, + "https://www.femuniverse.com/cancellation-policy/": { + "title": "Cancellation Policy", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Plans & Pricing” font_container=”tag:h2|text_align:center” use_theme_fonts=”yes”][divider line_type=”No Line” custom_height=”50″][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all” css=”.vc_custom_1770378651644{margin-bottom: 50px !important;}”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]Subscription cancellations are handled directly by the payment processor used at the time of purchase.\n\nIf your subscription was billed through CCBill, you may cancel at:\n\nhttps://support.ccbill.com\n\nIf your subscription was billed through Epoch, you may cancel at:\n\nhttps://www.epoch.com\n\nIf you are unsure which payment processor was used for your subscription or need assistance locating your account, please contact us at admin@pinkcuffs.com and we will help direct you.\n\nCancellations take effect at the end of the current billing period.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430839 + }, + "https://www.femuniverse.com/plans-pricing/": { + "title": "Plans & Pricing", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Plans & Pricing” font_container=”tag:h2|text_align:center” use_theme_fonts=”yes”][vc_column_text]\nWe offer subscription based access to premium content on this website. All plans provide full access during the active subscription period.\n\n[/vc_column_text][divider line_type=”No Line” custom_height=”50″][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all” css=”.vc_custom_1770378651644{margin-bottom: 50px !important;}”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Available Subscription Plans” font_container=”tag:h4|text_align:left” use_theme_fonts=”yes”][vc_column_text]\n\n30-Day Full Access — $39.95 USD\n\nBilled every 30 days\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all” css=”.vc_custom_1770378658109{margin-bottom: 50px !important;}”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Billing & Renewal” font_container=”tag:h4|text_align:left” use_theme_fonts=”yes”][vc_column_text]\n\nAll credit card subscriptions are recurring and will automatically renew at the end of each billing period unless canceled prior to the next billing date.\nCharges will appear on your statement from the payment processor used at checkout.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all” css=”.vc_custom_1770378668655{margin-bottom: 50px !important;}”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Payment Methods” font_container=”tag:h4|text_align:left” use_theme_fonts=”yes”][vc_column_text]We currently accept major credit cards, including:\n\nVisa\nMastercard\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all” css=”.vc_custom_1770378675992{margin-bottom: 50px !important;}”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]Additional payment methods may be available at checkout, including cryptocurrency and gift cards.\n\nGift card purchases may provide shorter access periods at the same price due to higher processing and fulfillment costs associated with these payment methods.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430839 + }, + "https://www.femuniverse.com/help-center/": { + "title": "Help Center", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” bottom_margin=”50″ text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”Help Center” font_container=”tag:h2|text_align:center” use_theme_fonts=”yes”][vc_column_text]\nFind answers to pricing, cancellations, or contact our support team.\n\n[/vc_column_text][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”center” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” disable_element=”yes” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][nectar_btn size=”medium” button_style=”regular-tilt” button_color=”Accent-Color” icon_family=”fontawesome” text=”Plans & Pricing” url=”https://www.jailbirdz.com/plans-pricing/” icon_fontawesome=”fa fa-usd” margin_right=”20″][nectar_btn size=”medium” button_style=”regular-tilt” button_color=”Accent-Color” icon_family=”fontawesome” text=”Cancellation Policy” url=”https://www.jailbirdz.com/cancellation-policy/” icon_fontawesome=”fa fa-ban” margin_right=”20″][nectar_btn size=”medium” button_style=”regular-tilt” button_color=”Accent-Color” icon_family=”fontawesome” text=”Contact Support” url=”https://www.jailbirdz.com/contact/” icon_fontawesome=”fa fa-envelope-open-o” margin_right=”20″][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” bottom_margin=”100″ text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_raw_html]JTNDc2VjdGlvbiUyMGNsYXNzJTNEJTIyaGVscC1jZW50ZXIlMjIlM0UlMEElMjAlMjAlMEElMEElMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmhlbHAtY2FyZHMlMjIlM0UlMEElMEElMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LmZlbXVuaXZlcnNlLmNvbSUyRnBsYW5zLXByaWNpbmclMkYlMjIlMjBjbGFzcyUzRCUyMmhlbHAtY2FyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbiUyMiUzRSVGMCU5RiU5MiVCMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTNFUGxhbnMlMjAlMjYlMjBQcmljaW5nJTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwVmlldyUyMGF2YWlsYWJsZSUyMHBsYW5zJTJDJTIwcHJpY2luZyUyMGRldGFpbHMlMkMlMjBhbmQlMjBiaWxsaW5nJTIwaW5mb3JtYXRpb24uJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmElM0UlMEElMEElMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LmZlbXVuaXZlcnNlLmNvbSUyRmNhbmNlbGxhdGlvbi1wb2xpY3klMkYlMjIlMjBjbGFzcyUzRCUyMmhlbHAtY2FyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbiUyMiUzRSVFMiU5QiU5NCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTNFQ2FuY2VsbGF0aW9uJTIwUG9saWN5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTGVhcm4lMjBob3clMjB0byUyMGNhbmNlbCUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBhbmQlMjBtYW5hZ2UlMjByZW5ld2FscyUyMGFueXRpbWUuJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmElM0UlMEElMEElMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LmZlbXVuaXZlcnNlLmNvbSUyRmNvbnRhY3QlMkYlMjIlMjBjbGFzcyUzRCUyMmhlbHAtY2FyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbiUyMiUzRSVGMCU5RiU5MyVBOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTNFQ29udGFjdCUyMFN1cHBvcnQlM0MlMkZoMyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBOZWVkJTIwaGVscCUzRiUyMFJlYWNoJTIwb3V0JTIwdG8lMjBvdXIlMjBzdXBwb3J0JTIwdGVhbSUyMGZvciUyMHF1aWNrJTIwYXNzaXN0YW5jZS4lMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGYSUzRSUwQSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRnNlY3Rpb24lM0UlMEE=[/vc_raw_html][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” bottom_margin=”300″ text_color=”dark” text_align=”center” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” disable_element=”yes” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][nectar_horizontal_list_item columns=”3″ column_layout_using_3_columns=”even” col_1_text_align=”center” col_2_text_align=”center” col_3_text_align=”center” col_1_text_element=”p” col_2_text_element=”p” col_3_text_element=”p” font_family=”p” hover_effect=”none” icon_family=”none” icon_size=”regular” col_1_content=”🔒 Secure payments” col_2_content=”🚫 Cancel anytime” col_3_content=”⏱ Fast support”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430839 + }, + "https://www.femuniverse.com/transactions-history/": { + "title": "Transactions History", + "description": "", + "videos": [], + "scraped_at": 1778430840 + }, + "https://www.femuniverse.com/manage-membership/": { + "title": "Manage Membership", + "description": "", + "videos": [], + "scraped_at": 1778430842 + }, + "https://www.femuniverse.com/black-friday-sale-home/": { + "title": "Black Friday Sale", + "description": "[vc_row type=”full_width_content” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][image_with_animation image_url=”19574″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default” img_link=”https://www.femuniverse.com/signup/#login”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430842 + }, + "https://www.femuniverse.com/boundlive-banner-inner-pages/": { + "title": "BoundLive Banner", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][image_with_animation image_url=”18738″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” img_link_target=”_blank” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”100%” img_link=”https://www.loyalfans.com/watch/boundlive?ref=Y3MLsR8aKN4cuZ9mwhFxqv37HSQOCuu90Hc9MxG0D-2BY”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430843 + }, + "https://www.femuniverse.com/boundlive-banner-home/": { + "title": "BoundLive Banner", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][image_with_animation image_url=”18735″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” img_link_target=”_blank” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default” img_link=”https://www.loyalfans.com/watch/boundlive?ref=Y3MLsR8aKN4cuZ9mwhFxqv37HSQOCuu90Hc9MxG0D-2BY”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430844 + }, + "https://www.femuniverse.com/crypto-payments-ipn/": { + "title": "Crypto Payments IPN", + "description": "", + "videos": [], + "scraped_at": 1778430845 + }, + "https://www.femuniverse.com/epoch-transaction-post-data/": { + "title": "epoch Transaction POST Data", + "description": "", + "videos": [], + "scraped_at": 1778430845 + }, + "https://www.femuniverse.com/favourites/": { + "title": "Favourites", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” top_margin=”50″ text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nYour favourite Videos\n[/vc_column_text][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text] No favourite videos found[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430847 + }, + "https://www.femuniverse.com/2257-2/": { + "title": "2257", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_custom_heading text=”18 U.S.C. §2257 Records Keeping Requirements Compliance Statement” font_container=”tag:h2|text_align:center” use_theme_fonts=”yes”][divider line_type=”No Line” custom_height=”50″][vc_column_text]All models, actors, actresses and other persons that appear in any visual portrayal of actual or simulated sexually explicit conduct appearing on, or otherwise contained in, this Website were over the age of eighteen (18) years at the time the visual image was produced. Records required by Title 18 U.S.C. §2257 are on file with the appropriate Records Custodian.\n\nAll other visual depictions displayed on this Website are exempt from the provision of 18 U.S.C. §2257, 2257A and/or 28 C.F.R. 75, because 1) they do not portray conduct as specifically listed in 18 U.S.C section 2256 (2)(A) (i) through (iv), 2) they do not portray conduct as specifically listed in 18 U.S.C. section 2257A, 3) they do not portray conduct listed in 18 U.S.C. section 2256(2)(A)(v) produced after July 27, 2006, or 4) are otherwise exempt because the visual depictions were created prior to July 3, 1995.\n\nWith respect to all visual depictions displayed on this website, whether of actual sexually explicit conduct, simulated sexual conduct or otherwise, all persons were at least 18 years of age when said visual depictions were produced.\n\nThe title of this work is: JailBirdz.com. Original Date of Productions: April 1 2014\n\nRecords are available during normal business hours. You may contact me at pinkcuffsaz@gmail.com\n\nEverlight Studios LLC\n\n3260 N. Hayden Rd\n\nSuite #210\n\nScottsdale AZ 85251\n\n[/vc_column_text][divider line_type=”No Line” custom_height=”50″][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430847 + }, + "https://www.femuniverse.com/report-abuse/": { + "title": "Report Abuse", + "description": "[vc_row type=”full_width_content” full_screen_row_position=”middle” column_margin=”default” equal_height=”yes” content_placement=”middle” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” bg_color=”#ffffff” scene_position=”center” top_padding=”6%” bottom_padding=”5%” left_padding_desktop=”25%” constrain_group_2=”yes” right_padding_desktop=”25%” left_padding_tablet=”20%” constrain_group_4=”yes” right_padding_tablet=”20%” left_padding_phone=”24px” constrain_group_6=”yes” right_padding_phone=”24px” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” zindex=”10″ overflow=”visible” class=”faqv” advanced_gradient_angle=”0″ overlay_strength=”0.8″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” parallax_bg=”true” parallax_bg_speed=”fast” shape_type=”” gradient_type=”default”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”right” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” advanced_gradient_angle=”0″ gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” gradient_type=”default”][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” bottom_padding=”3%” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” bottom_margin=”100px” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”left” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” font_color=”#000000″ column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” advanced_gradient_angle=”0″ gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” gradient_type=”default” column_padding_type=”default”][nectar_responsive_text text_color=”#000000″ font_size_desktop=”3vw” font_size_tablet=”5vw” font_size_phone=”8vw” font_line_height=”1.1″]\nReport Content / Report Abuse\n[/nectar_responsive_text][vc_column_text]Abuse Reporting Policy: Everlight Studios LLC\n\nWelcome to FemUniverse.com, operated and owned by EverlightStudios LLC. Ensuring a safe and respectful environment for all our users is our top priority. We have established a robust reporting system for you to report any violations of our User Agreement, as well as illegal or nonconsensual content. Our commitment is to operate this system efficiently, promptly, and fairly.\n\nComplaint Policy:\n\nIf you encounter any violations or concerning content that needs to be removed please report the content using our designated reporting channels. we will review all reports within five (5) business days\n\nAppeal Policy:\n\nIf you have been depicted in any content and would like to appeal to remove any such content, please contact us at pinkcuffsaz@gmail.com or fill out the form below. We will review all reports within five (5) business days.\n\nReview Process\n\nAll complaints will be carefully reviewed by our team and a resolution will be sent within 5 business days.\n\nContent Removal:\n\nAny content that is found to be illegal or does not follow guidelines for our billing processors will be immediately removed from our platform. Any person depicted in the content will be removed if proven they should not appear in the content.\n\nAppeal process\n\nIf we do not remove the reported content we will promptly contact you via email for the reasons why and at this time you can appeal this decision with further details. and the review process will start over.\n\nCommunication:\n\nIf we take any action or require additional information, we will promptly contact you via email or other electronic means.\n\nAt EverlightStudios, we remain committed to upholding the integrity of our platform and safeguarding the rights of our users. Thank you for being a valued member of our community.[/vc_column_text]\n\nRequired Information:\n\nAre you depicted in this content?\n\nYesNo\n\nBy signing below, you certify, under penalty of perjury, that you are the person named in this report and all information provided by you is accurate and complete.\n\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430848 + }, + "https://www.femuniverse.com/paygarden-response/": { + "title": "PayGarden Response", + "description": "", + "videos": [], + "scraped_at": 1778430849 + }, + "https://www.femuniverse.com/ccbill-response/": { + "title": "ccBill Response", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/4″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/2″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][image_with_animation image_url=”18208″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][vc_column_text]\nWelcome to the premium experience.\nThank you for upgrading — your exclusive features are now unlocked. We’re here if you need anything!\n\n[/vc_column_text][vc_column_text][/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/4″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430850 + }, + "https://www.femuniverse.com/promotions/": { + "title": "Promotions", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” el_class=”vpro” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” column_padding_type=”default” gradient_type=”default”][vc_column_text]\n\n#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }\n/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\nWe recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\n\nSubscribe to our mailing list\n\n(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);\n\n[/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430851 + }, + "https://www.femuniverse.com/": { + "title": "Home", + "description": "[vc_row type=”full_width_background” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” class=”home-videos-wrapper” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column_inner][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nFemdom police women, handcuff and imprison men\n[/vc_column_text][vc_column_text]\nFemuniverse.com is a membership website where men are not in control. They are often handcuffed, arrested and jailed by female officers. Our content mirrors real-life scenarios including arrest scenes, the booking process, and day to day activities in jail. Our platform consistently delivers new content every Monday and Saturday.\n\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column_inner][/vc_row_inner][divider line_type=”No Line” custom_height=”25″][nectar_post_grid post_type=”custom” cpt_name=”pinkcuffs_videos” order=”DESC” orderby=”date” pagination=”load-more” button_color=”black” columns=”4″ grid_item_spacing=”5px” grid_item_height=”60vh” image_size=”full” aspect_ratio_image_size=”yes” custom_image_aspect_ratio=”default” image_loading=”default” animation=”none” heading_tag=”h4″ category_position=”default” display_excerpt=”yes” grid_style=”content_under_image” content_under_image_text_align=”left” text_color=”dark” hover_effect=”zoom” border_radius=”none” posts_per_page=”20″ css_class_name=”home—grid-videos-wrapper”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430852 + }, + "https://www.femuniverse.com/ccbill-ipn-listener/": { + "title": "ccBill IPN Listener", + "description": "", + "videos": [], + "scraped_at": 1778430852 + }, + "https://www.femuniverse.com/signup/": { + "title": "Signup", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” equal_height=”yes” content_placement=”middle” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” bottom_margin=”20″ text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” class=”vbor” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/4″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” column_padding_type=”advanced” gradient_type=”default”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” el_class=”varcebor” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/2″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” column_padding_type=”default” gradient_type=”default”][vc_column_text css=”.vc_custom_1689313610269{padding-top: 0px !important;padding-bottom: 0px !important;}”]\n\nAuthentication Issue\nYou’re not logged in. Please log in or create a free account to access this page.\n\nLogin\nCreate a free account\n\n[/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/4″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” column_padding_type=”default” gradient_type=”default” offset=”vc_hidden-xs”][divider line_type=”No Line” custom_height=”100px”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430853 + }, + "https://www.femuniverse.com/faq/": { + "title": "Frequently Asked Questions", + "description": "[vc_row type=”full_width_content” full_screen_row_position=”middle” column_margin=”default” equal_height=”yes” content_placement=”middle” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” bg_color=”#ffffff” scene_position=”center” top_padding=”6%” bottom_padding=”5%” left_padding_desktop=”25%” constrain_group_2=”yes” right_padding_desktop=”25%” left_padding_tablet=”20%” constrain_group_4=”yes” right_padding_tablet=”20%” left_padding_phone=”24px” constrain_group_6=”yes” right_padding_phone=”24px” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” zindex=”10″ overflow=”visible” class=”faqv” advanced_gradient_angle=”0″ overlay_strength=”0.8″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” parallax_bg=”true” parallax_bg_speed=”fast” shape_type=”” gradient_type=”default”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”right” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” advanced_gradient_angle=”0″ gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” gradient_type=”default”][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” bottom_padding=”3%” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” bottom_margin=”100px” column_element_direction_desktop=”default” column_element_spacing=”default” centered_text=”true” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” advanced_gradient_angle=”0″ gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” gradient_type=”default” column_padding_type=”default”][nectar_responsive_text text_color=”#000000″ font_size_desktop=”3vw” font_size_tablet=”5vw” font_size_phone=”8vw” font_line_height=”1.1″]\nFrequently asked questions\n[/nectar_responsive_text][/vc_column_inner][/vc_row_inner][toggles style=”minimal_shadow” accordion=”true” accordion_starting_functionality=”default” border_radius=”20px”][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”What is FemUniverse.com?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]\nFemuniverse.com is a membership based website featuring adult actresses in scripted roleplay scenarios where female officers arrest and jail male characters in police and jail themed productions.\n\n[/nectar_responsive_text][/toggle][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”What is the cost of a membership?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]\nWe offer the following membership options:\n\nMonthly Membership — $39.95 USD, billed every 30 days\n\nAll memberships automatically renew at the end of each billing cycle unless canceled before the next billing date.\n\n[/nectar_responsive_text][/toggle][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”How often is the site updated?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]New exclusive content is added every Monday and Saturday.[/nectar_responsive_text][/toggle][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”Are video downloads included with membership?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]\nFemuniverse.com is a streaming-only membership platform.\n\nMembership includes unlimited streaming access to our content library.\n\nDownloadable files are not included with membership.[/nectar_responsive_text][/toggle][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”I lost my password. What should I do?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]\nPlease use the password reset tool located on the login page.\n\nIf you continue to experience issues, contact our support team at admin@pinkcuffs.com\n\nfor assistance.[/nectar_responsive_text][/toggle][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”What content is included with membership?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]Members enjoy streaming access to our most recent 7 years of premium content.[/nectar_responsive_text][/toggle][toggle color=”Default” heading_tag=”h3″ heading_tag_functionality=”default” title=”How do I cancel my membership?”][nectar_responsive_text font_size_min=”14px” font_size_max=”20px” font_size_desktop=”1.1vw” font_line_height=”1.6″]\nMemberships may be canceled at any time through the billing provider selected during signup.\n\nFor full cancellation instructions and billing support links, please visit our Help Center:https://www.femuniverse.com/help-center/\n\n[/nectar_responsive_text][/toggle][/toggles][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text][/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430854 + }, + "https://www.femuniverse.com/return-page/": { + "title": "Return Page", + "description": "Thanks for purchasing plan.", + "videos": [], + "scraped_at": 1778430856 + }, + "https://www.femuniverse.com/thank-you/": { + "title": "Thank you", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/4″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/2″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][image_with_animation image_url=”18208″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default”][split_line_heading animation_type=”line-reveal-by-space” font_style=”h4″ line_reveal_by_space_text_effect=”default” content_alignment=”center” mobile_content_alignment=”center” link_target=”_self” text_content=”Thank you for subscription. Your login details are below:”][/split_line_heading][vc_column_text][/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/4″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430856 + }, + "https://www.femuniverse.com/links/": { + "title": "Links", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”center” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” class=”vlink” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][image_with_animation image_url=”18040″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” img_link_target=”_blank” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default” img_link=”https://www.pinkcuffs.com/”][image_with_animation image_url=”18968″ image_size=”full” animation_type=”entrance” animation=”None” animation_movement_type=”transform_y” hover_animation=”none” alignment=”center” img_link_target=”_blank” border_radius=”none” box_shadow=”none” image_loading=”default” max_width=”100%” max_width_mobile=”default” img_link=”https://www.jailbirdz.com/”][/vc_column_inner][/vc_row_inner][vc_column_text]\nLink to us\n\n*************************************************\n\nCopy and paste this code to your website to add link\n\n\n\n\n\n[/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430857 + }, + "https://www.femuniverse.com/contact/": { + "title": "Contact", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nContact Us\n[/vc_column_text][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nEverlight Studios LLC\n\nScottsdale Arizona\n\nUSA\n\npinkcuffsaz@gmail.com\n\n[/vc_column_text][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/2″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][nectar_cta btn_style=”see-through” heading_tag=”h5″ button_color=”default” text_color=”#fc5100″ button_border_thickness=”0px” link_type=”new_tab” alignment=”right” alignment_tablet=”default” alignment_phone=”center” display=”block” display_tablet=”inherit” display_phone=”inherit” link_text=”Contact epoch support” url=”https://www.epoch.com”][/vc_column_inner][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/2″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][nectar_cta btn_style=”see-through” heading_tag=”h5″ button_color=”default” text_color=”#fc5100″ button_border_thickness=”0px” link_type=”new_tab” alignment=”left” alignment_tablet=”default” alignment_phone=”center” display=”block” display_tablet=”inherit” display_phone=”inherit” link_text=”Contact ccBill support” url=”https://support.ccbill.com/”][/vc_column_inner][/vc_row_inner]\n\n[/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430857 + }, + "https://www.femuniverse.com/privacy/": { + "title": "Privacy", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nThe www.FemUniverse.com privacy policy has been provided with intent to inform our users (users and members) about the process of data collection, storage, distribution and safety process we employ at PC. By using the website, you agree to our privacy and security policy and terms of contract. The term using includes but is not limited to visiting, registering, buying points and accessing the contents of website.\n\nWe maintain that all the measures taken to protect your data are completely lawful. We reserve the right to amend or change the contents of the privacy policy without any advance notice. Thus, it is recommended that you keep checking the policy page regularly.\n\nAt PC, the privacy of our customers is of utmost importance for us and we respect the concerns regarding the same. We want to assure you that your information and data is safe with us. We employ highest standard of physical and electronic measures to protect the safety, security and secrecy of your personal information. In order to create an environment of better understanding between the user, and us we are hereby declaring the modes of data collection, storage, and distribution related to you (the user).\n\nCOLLECTION OF INFORMATION AND DATA\n\nWe collect information via two modes-\n\nUSER SUPPLIED INFORMATION\n\nDuring registration, we require the user to provide us with following information.\n\nDate of Birth\nEmail address\n\nCONFIDENTIALITY\n\nWe STRONGLY maintain that we do not distribute your personally identifiable data with any third party without your prior consent. We DO NOT sell your information to anyone whatsoever. We ensure complete secrecy and privacy of your data entrusted to us.\n\nProvided, nothing in this clause shall stop us from disclosing any information to law enforcement agencies when a legally sustainable request is received or when the disclosure is necessary for public health and well being.\n\nWe might provide your information to the third party payment gateways in order to confirm your payment and ensure that you get respective services from us.\n\nWe may use your information to make further contracts and agreements in course of delivery of our services.\n\nWe maintain that we reserve the right to distribute your information with our sister companies within our business group without any prior consent or information. We may also use such information to make your experience with our website better. We may also use your information in absolutely statistical format for internal research and related market purposes.\n\nWe will use your email address to send our offers, newsletters, advertisement details etc. You can always decide to opt out of the same by sending a request to pinkcuffsaz@gmail.com We will honor your concerns immediately.\n\nPROFILEINFORMATION\n\nWe allow our users to create profiles on our website which will NOT be published on the website and will only be available to the user for his personal use. We request our users to provide completely true, correct, honest and accurate information.\n\nWe request our users to conduct themselves in highest standard of personal behavior and do not post any defamatory or inflammatory content on our website.\n\nWe out rightly discourage any publication of information publically on your profile that may prove harmful to you, any other person, organization etc or whose publication has been adjudged illegal by a competent court.\n\nWe maintain that we shall not be liable for any user posted public information including testimonials that give rise to a legal dispute, damage or loss.\n\nAn dispute related to any information posted by users in their profile or in public domain within the website shall be brought to our notice by sending a complaint at pinkcuffsaz@gmail.com . We will take appropriate measures regarding the same.\n\nPUBLICATIONBYWEBSITE\n\nWe maintain that all the information we publish on our website is in accordance with law and no personally identifiable data is published without prior consent of the users. We may reproduce some of the contents posted by the users in good faith and we shall not be liable for any loss or damage due to the same.\n\nWe may post certain comments of users regarding the performance of the website along with the name and occupation of the user.\n\nAUTOMATIC COLLECTION OF INFORMATION THROUGH COOKIES\n\nWe accept that we collect certain information about the user through cookies and other related mechanisms. The information is purely technical in nature. The collection of the information is necessary for\n\nTo obtain website statistics and usage data\nTo improve website experience and make it more personalized.\nTo fulfill advertisement concerns.\n\nWe assure you that none of the information collected under this category are personally identifiable in nature. The data does not identify you personally through your name, contact, address or any other related information.\n\nWe maintain the right to use such information for market strategies, business research and internal surveys. We may use the information for advertising and related revenue purposes without any prior information.\n\nINFORMATION COLLECTED BY THIRD PARTIES\n\nOur website may contain certain third party links or advertisements. These third party links do not belong to PC and thus, we do not assume any liability for any loss or dispute arising out of the information entrusted to them by you.\n\nWe also reserve the right to promote our website and related content through other websites and blogs. These websites may or may not collect anonymous information about you. We shall not be held liable for any breach of loss of data arising out of the same. We do not share any personally identifiable data with these third party websites.\n\nYou can always decide not to permit us to employ your data in third party services by sending a request at pinkcuffsaz@gmail.com\n\nCONSENT\n\nWe will not sell your name, address, email-address, credit card information or personal information to any third party (excluding partners from whom you may have linked to our site) without your permission.\n\nUSE OF DEMOGRAPHIC/ PROFILE DATA/ YOUR INFORMATION\n\nWe use personal information to provide the services you request. To the extent we use your personal information to market to you, we will provide you the ability to opt-out of such uses. We use your personal information to resolve disputes; troubleshoot problems; help promote a safe service; collect money; measure consumer interest in our services, inform you about our offers, services, and updates; customize your experience; detect and protect us against error, fraud and other criminal activity; enforce our terms and conditions; and as otherwise described to you at the time of collection.\n\nIn our efforts to continually improve our product and service offerings, we collect and analyze demographic and profile data about our users’ activity on our Website.\n\nWe identify and use your IP address to help diagnose problems with our server, and to administer our Website. Your IP address is also used to help identify you and to gather broad demographic information.\n\nWe will occasionally ask you to complete optional online surveys. These surveys may ask you for contact information and demographic information (like zip code, age, or\n\nincome level). We use this data to tailor your experience at our Website, providing you with content that we think you might be interested in and to display content according to your preferences.\n\nEXCEPTION TO NON-DISCLOSURE AND PRIVACY OF DATA\n\nWE MAINTAIN THAT we employ all the information collected from you, be it personally identifiable or not, for lawful purposes and to make website experience better for you. We reserve the right to disclose any of it and all of it if\n\nWe believe that such disclosure is necessary for enforcement of law, court order, police warrant etc.\nWhen such disclosure is essential for maintenance of public health and order.\nWhen such disclosure is essential to restore legal rights of a fellow user.\nWhen we believe in good faith that our website is being used in order to commit a crime or civil wrong.\nWhen your actions on our website are in contravention of our privacy policy, terms of use and voting guidelines or such disclosure is crucial to enforcement of WEBSITE NAME’s rights.\n\nMERGER AND ACQUISITIONS\n\nIn case of a merger or acquisition, we reserve the right to transfer all the information, including personally identifiable information, stored with PC to the new entity or company thus formed. Any change in the user policies and company standing will be notified to you through email.\n\nADVERTISING\n\nAdvertising partners, who may set cookies, may deliver ads appearing on our site to Users. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non-personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.\n\nGOOGLE ADSENSE\n\nGoogle may serve some of the ads. Google’s use of the DART cookie enables it to serve ads to Users based on their visit to our Site and other sites on the Internet. DART uses “non personally identifiable information” and does NOT track personal information about you, such as your name, email address, physical address, etc. You may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at http://www.google.com/privacy_ads.html\n\nSECURITY POLICY\n\nWe maintain that security and safety of your data and personal information is of utmost importance to us. We have employed highest possible standard of security measures for the same. We also assure you that all the payment procedures and gateways supported and employed by our website are certified by concerned authorities as secure and safe.\n\nThough we assure you that we have employed adequate physical and highly sophisticated technological methods to secure your data, we cannot guarantee you of absolute data safety. While we will take every reasonable step in protection of your data, we shall not be held liable for unauthorized and unlawful act of third parties that are alien to our control. We shall not be responsible for any unavoidable technical or physical glitch and for acts that are beyond human control.\n\nINVITATION SERVICES\n\nWe may offer you the opportunity to use our invitation services and application so that you can tell your friends about PC. The service will enable you to import at your direction your contact list from certain email services that you may be using and to send an email on your behalf from your email address, inviting your friend to try our website. The information you provide will be used solely to facilitate your sending of the invitation and will not be stored or used by us for any other purpose. If you are a recipient of an invitation and have elected to opt out from receiving any further invitations from us, we will retain your email address solely for the purposes of honoring your opt-out further invitations.\n\nBREACH OF PRIVACY POLICY\n\nPC reserves the right to terminate or suspend any account or delete certain contents from any profile or public domain within the ambit of this website if the said account or content is found to be in violation of our privacy policy. We sincerely request you to respect privacy and secrecy concerns of others. The jurisdiction of any breach or dispute shall be determined in accordance with TERMS OF USE.\n\nCONTACT US\n\nIn case you have any issue with any of the clauses of this privacy policy, you can write to us at pinkcuffsaz@gmail.com\n\nIn case there is a dispute regarding any privacy related matter, contact us at pinkcuffsaz@gmail.com\n\n[/vc_column_text][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430860 + }, + "https://www.femuniverse.com/terms-of-use/": { + "title": "TERMS OF USE", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\n\nTERMS OF USE\n\nEverlight Studios LLC, doing business as “Femuniverse” (“Femuniverse”, “we”, “us”, or “our”), operates the website Femuniverse.com. These Terms govern your access to and use of the Website and Services.\n\nAll content on this Website is produced and owned by Everlight Studios LLC. Femuniverse does not permit user-generated content or third-party creator uploads.\n\n“Creator” means Everlight Studios LLC or its authorized personnel who produce and publish content on the Website.\n\nINTERPRETATION\n\nThe language of the terms shall be English and shall be the official language for any construction or interpretation.\n\nThe present agreement is reflection of entire understanding of our relationship with you. It shall supersede any previous or other such understanding.\n\nIn case there exists a machine readable form of these terms, and arises a conflict between human readable form and machine readable form, the human readable form shall prevail.\n\nACCEPTANCE\n\nBy creating your account and accessing the services provided by us, you expressly agree to be bound by our access rules, privacy policy and terms of service.\n\nBy accepting these Terms & Conditions and / or registering with us, you are validating that you must be of the minimum age of eighteen (18) and persons under the age of 18 may not use the Services and should not register. By engaging Services offered by us, the user acknowledges that you are legally capable of entering into binding contracts as well.\n\nWe do not encourage you to use our services if any of our services are illegal in your country or region or it is prohibited to use a service/product of USA. By using our services, you accept that it is legal in your country, territory or region to use our services or our kind of services. We shall not be liable for any illegal access of our services on your part.\n\nWe do not accept reservations to any term of the aforementioned documents.\n\nAGE VERIFICATION & ACCESS CONTROL\n\nAccess to this Website and its Services is strictly limited to individuals who are eighteen (18) years of age or older. In addition to self-certification, Femuniverse implements commercially reasonable age-verification and access-control measures to comply with applicable local, state, federal, and international laws.\n\nSuch measures may include, without limitation:\n\nThird-party age-verification or identity-verification services\nGovernment-issued identification checks\nJurisdiction-based access restrictions (including country or state-level blocking)\nTechnical measures designed to prevent access by minors\n\nYou agree not to bypass, falsify, evade, or otherwise interfere with any age-verification, identity-verification, or access-restriction mechanisms implemented on this Website. Any attempt to do so constitutes a material violation of these Terms.\n\nYou acknowledge and agree that providing false information regarding your age, identity, or location is done at your sole risk, and you assume full responsibility for any legal consequences arising from such misrepresentation.\n\nAccess to the Website or specific content may be denied, suspended, or terminated at any time based on your geographic location, applicable legal requirements, or failure to comply with age-verification procedures, without notice and without refund.\n\nTHIRD-PARTY AGE VERIFICATION\n\nFemuniverse utilizes third-party age-verification and identity-verification services, including Yoti, to confirm that users accessing this Website are at least eighteen (18) years of age.\n\nFemuniverse does not receive, access, store, process, or retain any government-issued identification, biometric data, facial scans, or identity verification data submitted during the age-verification process. All such data is collected, processed, and stored exclusively by the third-party verification provider in accordance with their own privacy policies and applicable laws.\n\nAge-verification results provided to Femuniverse are limited solely to a confirmation or denial of eligibility, without disclosure of personal identity information.\n\nBy using this Website, you acknowledge and agree that your participation in age-verification processes is governed by the applicable third-party provider’s terms and privacy policies, and you release Femuniverse from liability arising from the handling of identity data by such providers.\n\nAMENDMENT\n\n“Femuniverse” reserves the right to change or modify any of the terms & conditions contained here or any policy or guideline of the Site at any time without any notice. Any changes will be effective upon posting of the revisions on the Site. If you do not agree to these Terms or any modification, do not register or continue to use the service or this Website.\n\nMEMBERSHIP\n\nFemuniverse’ services and products are offered exclusively to private users. We reserve the right to exclude anyone and everyone from participation in contests or chat and reserve the right to close any user account at any time for any reason without any prior notice.\n\nWe, at Femuniverse, offer paid membership account to allow our users to enjoy the photos and videos of our models. The users must have a single account at a time after paying the membership due.\n\nOur membership is limited to countries where nudity, making and selling of explicit content is permitted. If you are accepting our membership from a region where it is not allowed, you certify to hold us harmless against any proceedings.\n\nALL SALES ARE FINAL AND NON-REFUNDABLE except where required by law or as determined by us in our sole discretion.\n\nRecurring Billing\n\nSome subscription plans renew automatically at the end of the billing cycle. By subscribing, you authorize recurring billing unless canceled prior to the renewal date. You may cancel at any time through your billing provider or support portal.\n\nChargebacks\n\nInitiating a chargeback or payment dispute without first contacting us to resolve the issue may result in immediate account termination and a permanent ban from the platform. We reserve the right to dispute any chargebacks and provide the relevant documentation to the payment processor or bank.\n\nREGISTRATION\n\nDuring the registration process, you will need to first register for an account by choosing a unique USER ID. The USER ID must not be offensive, be deceptive or misleading, may not offend common decency or infringe the intellectual property rights of third parties. Femuniverse reserves the absolute right to replace or amend any username without prior notice.\n\nDuring the registration process, the user also chooses a password. The user account may be used only by the user and not by anyone else. The password is only asked when logging in. You are responsible for keeping your user account password confidential and will not ever be provided to anyone else. The moment it is generated by machine, it is transferred to you without any delay. The user id and password are non-transferable. You agree that your user account may only be used by you and not by anyone else. All details which you provide to Femuniverse either during the registration process or at any time thereafter must be true. We reserve the right to run checks with third party agencies using the information you provide us on registration. For other information such as shipping address, email address, and telephone number are required at the time of registration and the information you provide us must be true.\n\nOnce all the information is provided, your account is created.\n\nPROHIBITED USE\n\nUsers of the Website agree not to engage in any of the following prohibited activities:\n\nSharing login credentials with others or allowing multiple individuals to access a single account.\nRecording, copying, downloading, reproducing, distributing, publishing, displaying, or otherwise transmitting any content from the Website except for personal viewing as permitted by the Website.\nUploading, posting, or distributing any content obtained from the Website to other websites, platforms, social media services, or file-sharing networks.\nAttempting to bypass, disable, interfere with, or circumvent any security features, digital rights management protections, or access-control systems implemented on the Website.\nAttempting to gain unauthorized access to restricted portions of the Website, servers, or related systems.\nUsing the Website for any unlawful purpose or in violation of any applicable local, state, national, or international laws.\n\nMembership access is granted solely for personal viewing. Any commercial use, redistribution, resale, or public display of content from the Website is strictly prohibited.\n\nViolation of these rules may result in immediate suspension or termination of the account without refund and may result in further legal action where appropriate.\n\nACCOUNT CANCELLATION\n\nWe reserve the right to cancel your account for any reason whatsoever at any time without notice to you. Your account may be cancelled if\n\nYou have more than one active account for the Website.\nThe name on your account doesn’t match the name on the credit card(s) used to make purchases on your account.\nYou have provided incorrect information in relation with bank, personal and related data.\nYou are not eighteen (18) EIGHTEEN years of age or older.\nYou have permitted someone else to use your account intentionally or unintentionally.\n\nIf fraudulent activity or abuse is detected, Femuniverse reserves the right to suspend or terminate the account and to report the activity to payment processors, financial institutions, or law enforcement where appropriate.\n\nOWNERSHIP, TRADEMARKS and COPYRIGHTS\n\nExcept as otherwise indicated, this website and its entire contents (collectively, the ‘Materials’), including, but not limited to, the photos, videos, graphic animations, text, information, material, software and graphics contained on this website, are owned by Femuniverse, and its affiliates. The Materials are protected by copyright, trademark, and other intellectual property laws and treaties. Femuniverse makes no proprietary claim to any third party names, trademarks or service marks appearing on this website. Any third party names, trademarks, and service marks are the properties of their respective owners. Except as provided in the next sentence, the Materials may not be copied, reproduced, modified, published, uploaded, downloaded, posted, transmitted, or distributed in any way, without Femuniverse’s prior written permission.\n\nYou may download one (1) copy of the Materials on a single computer only for your personal, non-commercial, internal use. You may not (i) modify the Materials or use them for any commercial purpose, or any other public display, performance, sale, or rental, (ii) decompile, reverse engineer, or disassemble software materials, (iii) remove any copyright notice or other proprietary notices from the Materials, or (iv) transfer the materials to another person.\n\nThe User expressly agrees to use the Service strictly for personal purpose. The User shall not recompile, disassemble copy, modify, distribute, transmit, display, circulate, broadcast, perform, reproduce, publish or create derivative works from, transfer, or sell any information, content, software, products, tools or services accessed from this web site. The User may not rent, lease, sell, sublicense, lend or in any manner allow any other party to use the Service, with or without consideration. By viewing the contents of this website you agree this condition of viewing and you acknowledge that any unauthorized use is unlawful and may subject you to civil or criminal penalties.\n\nLIMITATION OF LIABILITY\n\nThe User agrees that neither Femuniverse nor its directors or employees shall be liable for any direct, indirect, incidental, special or consequential damages, resulting from the use/delivery/performance or the inability to use/deliver/perform the Service or for replacement cost or resulting from the Services subscribed to or obtained or messages received or transactions entered into through or of User’s transmissions or data. The User further agrees that Femuniverse shall not be liable for any damages arising from interruption, suspension or termination of Service, whether such interruption, suspension or termination was justified or not, negligent or intentional, inadvertent or advertent. The User also agrees that his sole remedy under this Terms of Use is cancellation of the Service. By viewing, using, or interacting in any manner with this site, including banners, advertising, or pop-ups, and as a condition of the website to allow his lawful viewing, User forever waives all rights to claim any damage or compensation or direct, indirect or consequential loss.\n\nINDEMNIFICATION\n\nUsers agree to indemnify and hold Femuniverse, its employees, its officers, and its agents harmless from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, and expenses (including but not limited to attorney’s fees) arising from member’s use of this website or from member’s violation of this Agreement or any third party’s rights including but not limited to copyright, property, and privacy rights. This indemnification and hold harmless obligation will survive this Agreement and member’s use of this website.\n\nCONTENT MODERATION AND COMPLIANCE\n\nAll content appearing on Femuniverse.com is produced and uploaded internally by Everlight Studios LLC. User-generated uploads are not permitted.\n\nBefore any content is produced or published, all individuals appearing in the content must provide valid identification and written consent confirming that they are at least eighteen (18) years of age. Appropriate records are maintained in accordance with applicable record-keeping requirements.\n\nFemuniverse reviews and monitors content to ensure compliance with applicable laws, payment processor requirements, and platform policies. If content is reported or otherwise identified as potentially non-compliant, the content may be reviewed along with any relevant documentation or consent records.\n\nContent that is determined to violate applicable laws, platform policies, or payment processor requirements may be removed or restricted from access.\n\nUsers may report suspected violations through the Website’s Report Abuse or reporting mechanisms. Reports are typically reviewed within five (5) business days.\n\nAPPLICABLE LAW and JURISDICTION\n\nThis Terms & Conditions Agreement has been drafted in accordance with the laws, regulations, and guidelines of the State of Arizona, and your use of Femuniverse shall be governed by the courts of the State of Arizona. The courts of the State of Arizona are the first and exclusive court of jurisdiction for any litigation should it arise.\n\nPROTECTION OF DATA\n\nThe protection of your data is very important to us. Please read our Privacy Policy for more information.\n\nEXTERNAL LINKS\n\nOur Website may contain links to other websites operated by third parties, and these sites may likewise contain links to other websites. We assume no liability for the content of external link and we cannot take any responsibility for the content, data protection, or privacy practices of third party websites.\n\nGENERAL AGREEMENT\n\nThese Terms & Conditions along with our privacy policy and membership rules shall constitute the entire agreement of the parties with respect to the subject matter hereof and supersedes and cancels all prior and contemporaneous agreements, claims, representations and understandings of the parties in connection with the subject matter hereof.\n\nDISCLAIMER\n\nFEMUNIVERSE IS NOT RESPONSIBLE FOR ANY INCORRECT OR INACCURATE CONTENT POSTED ON THE WEBSITE OR IN CONNECTION WITH THE SERVICE, WHETHER CAUSED BY USERS OF THE WEBSITE, MEMBERS OR BY ANY OF THE EQUIPMENT OR PROGRAMMING ASSOCIATED WITH OR UTILIZED IN THE SERVICE. FEMUNIVERSE IS NOT RESPONSIBLE FOR THE CONDUCT, WHETHER ONLINE OR OFFLINE, OF ANY USER OF THE WEBSITE OR MEMBER OF THE SERVICE. FEMUNIVERSE ASSUMES NO RESPONSIBILITY FOR ANY ERROR, OMISSION, INTERRUPTION, DELETION, DEFECT, DELAY IN OPERATION OR TRANSMISSION, COMMUNICATIONS LINE FAILURE, THEFT OR DESTRUCTION OR UNAUTHORIZED ACCESS TO, OR ALTERATION OF, USER OR MEMBER COMMUNICATIONS. FEMUNIVERSE IS NOT RESPONSIBLE FOR ANY PROBLEMS OR TECHNICAL MALFUNCTION OF ANY TELEPHONE NETWORK OR LINES, COMPUTER ONLINE SYSTEMS, SERVERS OR PROVIDERS, COMPUTER EQUIPMENT, SOFTWARE, FAILURE OF EMAIL OR PLAYERS ON ACCOUNT OF TECHNICAL PROBLEMS OR TRAFFIC CONGESTION ON THE INTERNET OR AT ANY WEBSITE OR COMBINATION THEREOF, INCLUDING INJURY OR DAMAGE TO USERS AND/OR MEMBERS OR TO ANY OTHER PERSON’S COMPUTER RELATED TO OR RESULTING FROM PARTICIPATING OR DOWNLOADING MATERIALS IN CONNECTION WITH THE WEB AND/OR IN CONNECTION WITH THE SERVICE. UNDER NO CIRCUMSTANCES WILL FEMUNIVERSE BE RESPONSIBLE FOR ANY LOSS OR DAMAGE, INCLUDING PERSONAL INJURY OR DEATH, RESULTING FROM ANYONE’S USE OF THE WEBSITE OR THE SERVICE, ANY CONTENT POSTED ON THE WEBSITE OR TRANSMITTED TO MEMBERS, OR ANY INTERACTIONS BETWEEN USERS OF THE WEBSITE, WHETHER ONLINE OR OFFLINE. THE WEBSITE AND THE SERVICE ARE PROVIDED “AS-IS” AND FEMUNIVERSE MAKES NO WARRANTIES OF ANY KIND RELATING TO THE SERVICES AND EXPRESSLY DISCLAIMS ANY AND IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. FEMUNIVERSE CANNOT GUARANTEE AND DOES NOT PROMISE ANY SPECIFIC RESULTS FROM USE OF THE WEBSITE AND/OR THE SERVICE.\n\nWAIVER\n\nThe failure of Femuniverse to exercise, avail or enforce any right or provision of the Terms of services shall not constitute a waiver of such right or provision. The Terms of services constitutes the entire agreement between you and Femuniverse and govern your use of the test, superseding any prior agreements between you and Femuniverse (including, but not limited to, any prior versions of the Terms of services).\n\nFORCE MAJURE\n\nFemuniverse maintains that we shall not be held liable for any failure or departure from any duty laid down in present terms of service and privacy policy which has happened due to circumstances beyond our reasonable control which includes but is not limited to natural disasters like flood, earthquake, acts of god, war, terrorism, religious and other riots, economic and technological embargoes etc.\n\nSEVERABILITY\n\nEvery clause of these terms of service is lawful unless adjudicated otherwise by a competent court as defined in the terms of use. Femuniverse maintains that if any of the clauses or section of these terms of service is adjudicated as unenforceable by a competent court, it shall not affect the enforceability of the rest of the policy. The rest of the content of this agreement shall continue to be in force without any change in understanding.\n\nCONTACT US\n\nYou can always contact us at admin@pinkcuffs.com for any trouble, confusion or dispute regarding our terms of service. We do not accept reservations to our policy.\n\nWe hope your “cuffed” stay with us remains pleasant and entertaining.\n\n[/vc_column_text][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430861 + }, + "https://www.femuniverse.com/about-us/": { + "title": "About us", + "description": "[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” top_padding=”6%” bottom_padding=”6%” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]Femuniverse.com is a membership website where men are not in control. They are often handcuffed, arrested and jailed by female officers. Our content mirrors real-life scenarios including arrest scenes, the booking process, and day to day activities in jail. Our platform consistently delivers new content every Monday and Saturday.\n\nFor a more personalized experience tailored to your specific preferences, we invite you to explore www.customshoots.com. This specialized service, designed to cater to individual requests, promises a truly unique and tailored viewing adventure.[/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430862 + }, + "https://www.femuniverse.com/my-account/": { + "title": "Manage Account", + "description": "[vc_row type=”full_width_content” full_screen_row_position=”middle” column_margin=”default” equal_height=”yes” content_placement=”middle” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” bg_color=”#ffffff” scene_position=”center” top_padding=”6%” bottom_padding=”5%” left_padding_desktop=”25%” constrain_group_2=”yes” right_padding_desktop=”25%” left_padding_tablet=”20%” constrain_group_4=”yes” right_padding_tablet=”20%” left_padding_phone=”24px” constrain_group_6=”yes” right_padding_phone=”24px” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” zindex=”10″ overflow=”visible” class=”faqv” advanced_gradient_angle=”0″ overlay_strength=”0.8″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” parallax_bg=”true” parallax_bg_speed=”fast” shape_type=”” gradient_type=”default”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”right” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” font_color=”#0a0a0a” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” advanced_gradient_angle=”0″ gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” gradient_type=”default” column_padding_type=”default”][vc_row_inner column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” bottom_padding=”2%” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” centered_text=”true” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” advanced_gradient_angle=”0″ gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid” gradient_type=”default” column_padding_type=”default”][nectar_responsive_text text_color=”#000000″ font_size_desktop=”3vw” font_size_tablet=”5vw” font_size_phone=”8vw” font_line_height=”1.1″]\nManage Account\n[/nectar_responsive_text][/vc_column_inner][/vc_row_inner][vc_row_inner disable_element=”yes” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” text_align=”left” row_position=”default” row_position_tablet=”inherit” row_position_phone=”inherit” overflow=”visible” pointer_events=”all”][vc_column_inner column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” overflow=”visible” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\n\nUsername:\n\nEmail:\n\nDisplay Name:\n\nNew password:\n\nConfirm new password:\n\nUpload your photo:\n\n-->\n\nor click here to log out.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” disable_element=”yes” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none” gradient_type=”default” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”2/3″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text][/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/6″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][/vc_column][/vc_row]", + "videos": [], + "scraped_at": 1778430862 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-persephone-hunts-down-her-perp-freddy-part-1/": { + "title": "Officer Persephone Hunts down Her Perp (Freddy) | Part 1", + "description": "Freddy is in his backyard about to light up a cigarette when he hears someone knocking on his gate. She enters the backyard and tells him they have video proof of him driving recklessly and racing on the highway. He denies being the one in the video but she arrests and takes him to jail anyway. After transporting him there she pulls him from her car and frisks him before taking him inside. She moves his handcuffs to the front of his body and begins his processing by interrogating him and recording his information, including fingerprints. When finished she lets him up from the table and then moves his handcuffs back to behind his back before leading him away.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/ec4ac6a8-3904-4ce4-bf7e-f0508d62db39/playlist.m3u8" + } + ], + "scraped_at": 1778430865 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-persephone-loser-husband-oliver-goes-to-jail-part-3/": { + "title": "Officer Persephone: Loser Husband Oliver Goes to Jail (Part 3)", + "description": "Officer Persephone leads Oliver to the jail cell and has him stand in front of it facing the wall. She decides she wants to take pictures of him to send to his wife so she knows he is suffering. She continues to berate him for always being in jail and not getting his wife a Valentine’s gift in time. She finally unlocks the jail cell door and makes him step inside, locking him in there once he was in. He complains about being in jail and how he isn’t even able to sit down in the waist chain, and Officer Persephone says he has to stay in there until he has learned his lesson. Oliver tells her to go check his phone and see if the gift has been delivered yet and as she walks away he asks for his cuffs to be removed and she denies him. He slowly sits down on the cot and realizes he wont be able to get back up without seriously struggling. He stands up and waits for her to return and when she finally does return she tells him his card was declined so the order never went through. She berated him for being broke and told him his wife was very upset. She told him his wife was coming in to see his suffering in person.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/7fa13d3b-3644-4145-a931-95b949006c97/playlist.m3u8" + } + ], + "scraped_at": 1778430865 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-persephone-loser-husband-oliver-goes-to-jail-part-2/": { + "title": "Officer Persephone: Loser Husband Oliver Goes to Jail (Part 2)", + "description": "Oliver was still cuffed to the interrogation table when Officer Persephone comes back in the room. She removes him from the table and moves the cuffs back to behind his back. She walks him to the mugshot board and his photos are taken. After she removes his handcuffs and shackles, she orders him to undress. When he is fully nude she conducts a thorough strip search finding nothing on his person. She handcuffs him and makes him stand with his forehead on the wall while she submits the paperwork and finds him a jumpsuit. When she returns she removes his handcuffs and gives him an orange jumpsuit, which he quickly puts on. She puts him in a waist chain with a lock box and a pair of shackles before leading him away.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/64efe6e6-d1a6-4f8d-bd58-c8dd3163389e/playlist.m3u8" + } + ], + "scraped_at": 1778430866 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-persephone-loser-husband-oliver-goes-to-jail-part-1/": { + "title": "Officer Persephone: Loser Husband Oliver Goes to Jail (Part 1)", + "description": "Officer Persephone knocks aggressively on Oliver’s front door and lets herself in before he is able to open it. She informs him he’s under arrest for not showing proper appreciation to his wife for Valentine’s Day. He repeats the charge, completely shocked that’s something he could be arrested for. He lies to Officer Persephone and tells her that his wife didn’t get him anything either, which just makes her mad. She orders Oliver to get on his knees with his hands behind his head and she handcuffs his hands behind his back. After cuffing him, she makes him stand up and walks him over to the door where she pats him down and adds a pair of shackles around his ankle.  She takes him to jail where she pats him down once again, confiscating his phone and beginning his processing by recording all of his information and letting him make a phone call.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/3ebe4191-9fe1-4622-afef-e89431c42b0f/playlist.m3u8" + } + ], + "scraped_at": 1778430866 + }, + "https://www.femuniverse.com/pinkcuffs-videos/aurora-arrests-you-parole-violation-part-2/": { + "title": "Aurora Arrests You: Parole Violation (Part 2)", + "description": "Officer Aurora leads you to the mugshot board and strip search area. She directs you as your mugshot is taken and then removes your handcuffs so you can undress. Once you’re fully nude she conducts your strip search, you ask if there’s anyone else that can do it but she gets mad and says there’s no one else and she would rather not see you naked either. She finished with telling you to squat and cough and you try to resist but she just gets mad and starts scolding you. Once the strip search is finished, she handcuffs you and makes you face the wall while she takes her time finding a jumpsuit. When she returns she scolds you again for not doing as she said and decides you don’t get to wear the jumpsuit after all. She puts you in more restraints, adding a waist chain to your cuffs and shackles around your ankles. She makes you do a spin to show her the cuffs and your nude body before taking you to your cell and locking you inside, scolding and berating you until she walks away.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/87e022b3-c3e8-4676-8428-5d63aa0a88c7/playlist.m3u8" + } + ], + "scraped_at": 1778430870 + }, + "https://www.femuniverse.com/pinkcuffs-videos/aurora-arrests-you-parole-violation-part-1/": { + "title": "Aurora Arrests You: Parole Violation (Part 1)", + "description": "Officer Aurora visits you at home and immediately catches you doing something that violates your parole. After berating you, she reads you your miranda rights and places you under arrest, immediately handcuffing you and leading you to her police car. She transports you to the jail and pulls you out of the back of her car. She pats you down to make sure you aren’t hiding anything and then leads you inside. You are processed and given one phone call before being led away from the table.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/386f51dc-6a3c-4ea2-8ca8-0456990b3596/playlist.m3u8" + } + ], + "scraped_at": 1778430870 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lauren-checks-your-cell-and-makes-you-shower-joi-pt2/": { + "title": "Officer Lauren Checks Your Cell and Makes You Shower JOI pt2", + "description": "Now that your search is finished, Officer Lauren handcuffs you again and you are led over to the shower. She locks you in the cell and moves your handcuffs to the front. She stands there watching as you take your shower. Humiliated you wash yourself and keep glancing over at her, her gaze never leaving you. She begins to tell you what to do and how to wash yourself and you comply. She abruptly tells you that your shower time is up, interrupting what she was telling you to do. You turn off the shower and step out as she hands you a towel. You dry off and she moves your handcuffs back to behind your back before leading you back to your cell.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/1aee08f4-db46-4092-a4f7-67047e9dd8b1/playlist.m3u8" + } + ], + "scraped_at": 1778430870 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lauren-checks-your-cell-and-makes-you-shower-pt1/": { + "title": "Officer Lauren Checks Your Cell and Makes You Shower JOI pt1", + "description": "Officer Lauren walks up to the doors of you cell and tells you that one of your friends have tattled on you and that she knows you are hiding contraband. She handcuffs you and you stand outside your cell and watch as she searches it. When she doesn’t find anything, she tells you that she’s going to have to do a thorough search on you. You are walked to the area where all body searches are done, and then your cuffs are removed. You get undressed and when you’re completely nude she conducts the search, which ends with a cavity search.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/641c1576-4766-44d0-823a-ae371f9d97b4/playlist.m3u8" + } + ], + "scraped_at": 1778430870 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-have-another-warrant-and-officer-persephone-brings-you-in-pt3/": { + "title": "You Have Another Warrant and Officer Persephone Brings You In pt3", + "description": "Officer Persephone removes your handcuffs and shackles and order you to completely undress until you’re nude. You are feeling very embarrassed and don’t want to but she insults you and yells at you so you follow orders. She conducts a thorough strip search and when you’re finished she handcuffs your hands behind your back again. She also puts the shackles back around your ankles. She sits you on the bench and cuffs you to it and you wait while she talks to the other officers that were part of your arrest. When she returns she tells you that they found a lot of stuff after searching your home. She also tells you she’s going to add more cuffs and continues insulting you. She lets you up from the bench and tells you that you won’t be given a jump suit and adds a waist chain and thumb cuffs. Officer Persephone leads you to a dirty, smelly cell and continues insulting you as she locks you inside and then leaves you.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/beece1d0-e17c-49f9-9ab9-2a38a06e4ccf/playlist.m3u8" + } + ], + "scraped_at": 1778430875 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-have-another-warrant-and-officer-persephone-brings-you-in-pt2/": { + "title": "You Have Another Warrant and Officer Persephone Brings You In pt2", + "description": "You and Officer Persephone arrive at the jail and she switches your cuffs to the front. She has you sit at the table and cuffs you to it as she starts processing you by recording all your information and fingerprints. Once you’ve provided all the information she needs, you are removed from the table and your cuffs are switched back to behind your back. She leads you to the mugshot board where your photos are taken.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/4bf99887-e9b2-4505-b888-6321d9de914e/playlist.m3u8" + } + ], + "scraped_at": 1778430876 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-have-another-warrant-and-officer-persephone-brings-you-in-pt1/": { + "title": "You Have Another Warrant and Officer Persephone Brings You In pt1", + "description": "Officer Persephone busts your bedroom door open, and tells you she’s been looking for you. She quickly explains why you’ve been busted and you try to make excuses but she knows the law better. She orders you to come closer and quickly handcuffs your hands using a pair of pink handcuffs. She adds shackles to your feet before leading you out of the room and taking you to jail.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/9ef54ef6-cc75-440e-8cec-091a85467a93/playlist.m3u8" + } + ], + "scraped_at": 1778430876 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-officer-olivia-arrests-you-on-serious-charges-part-2/": { + "title": "POV Officer Olivia Arrests You on Serious Charges Part 2", + "description": "Hey everyone, sorry for the delay! We’ve been running a bit behind schedule due to some backend updates, but the new video is officially on its way. It’s currently in the transcoding process and should be live in about an hour. Thanks for your patience—we’ll be back on top of things shortly. Check back soon", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/36dc0e35-1526-4de3-91fc-13ef0d10323c/playlist.m3u8" + } + ], + "scraped_at": 1778430876 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-officer-olivia-arrests-you-on-serious-charges-part-1/": { + "title": "POV Officer Olivia Arrests You on Serious Charges Part 1", + "description": "Officer Olivia Johnson doesn’t care about your excuses. She arrives at your home to take you into custody, immediately placing you against the wall for a strict pat down. After checking you for weapons, she pulls your arms back and secures standard chain cuffs, double locking them with a cold indifference to how tight they feel.\n\nThe restriction only increases as she applies heavy leg shackles before transport. Once at the station, Olivia conducts a final, aggressive search where she discovers contraband in your pocket. She makes it clear that this find alone could add five to ten years to your sentence, using it as leverage to keep you silent.\n\nThe scene ends at the intake table, where she briefly removes your cuffs only to lock your hands back in front of you. You’re officially processed, fully restrained, and completely at her mercy.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/ac4d503c-6626-465e-91ab-e8dec947008a/playlist.m3u8" + } + ], + "scraped_at": 1778430879 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-officer-lexi-youre-arrested-for-skipping-jury-duty-part-2/": { + "title": "POV Officer Lexi… You’re Arrested for Skipping Jury Duty | Part 2", + "description": ".", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/1bacd4fa-adfe-4330-8dde-83cca1c382ca/playlist.m3u8" + } + ], + "scraped_at": 1778430881 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-officer-lexi-youre-arrested-for-skipping-jury-duty-part-1/": { + "title": "POV Officer Lexi… You’re Arrested for Skipping Jury Duty | Part 1", + "description": "A knock at your door quickly turns into something more serious. Officer Lexi informs you that missing jury duty has led to a warrant for your arrest. There’s no room for negotiation as she instructs you to turn around, placing standard chain cuffs behind your back and tightening them firmly! No escaping officer Lexi no getting out of this arrest.\n\nYour taken to Jail. At the station garage she pulls you out and she begins a thorough pat down.\n\nOnce inside, the booking process continues. Your cuffs are brought to the front and secured directly to the desk. She fingerprints each hand one by one.\n\nWhile still cuffed, you’re given your one phone call. Every step reinforces the same message, this situation could have been avoided.\n\nAnd it’s only getting started.\n\nTo Be Continued in Part 2", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/538b43a2-10fc-4622-a483-4c0c606168c2/playlist.m3u8" + } + ], + "scraped_at": 1778430881 + }, + "https://www.femuniverse.com/pinkcuffs-videos/scarlett-skies-calls-the-police-on-her-boyfriend-it-backfires-part-4/": { + "title": "Scarlett Skies Calls the Police on Her Boyfriend… It Backfires (Part 4)", + "description": "Part 4 Description\n\nOfficer Reese calls Scarlett over for the final stage of processing while Sage watches from the bench. As Scarlett walks up, Sage can’t help but make a comment from behind her, clearly amused that she’s now going through the same procedures he just did.\n\nReese begins the final processing steps and removes Scarlett’s necklace before starting a very thorough search. Scarlett quickly realizes that the process is much more involved than she expected. Reese carefully checks behind Scarlett’s ears, has her lift her arms so her armpits can be inspected, and instructs her to shake out her long hair to make sure nothing is hidden.\n\nReese continues the search by having Scarlett lift each foot so the bottoms can be checked one at a time. She then has Scarlett place her hands behind her head and spread her stance slightly. Following standard procedure, Scarlett is instructed to squat and cough three times while Reese completes the inspection.\n\nOnce the search is finished, Reese secures Scarlett’s wrists behind her back again and escorts her back over to the bench where Sage is waiting.\n\nScarlett still seems surprised by how serious everything has become. She admits she didn’t think missing a court date would lead to all of this and even comments that maybe calling the police earlier might have been a little dramatic.\n\nSage laughs and reminds her that the entire situation started because she tripped over his shoes.\n\nScarlett continues blaming him for the trouble she’s always in, insisting that ever since she started dating him things have gone wrong. Sage points out that they could have simply been sitting on the couch watching TV if she hadn’t started the argument.\n\nWith processing complete, Officer Reese returns carrying green jail uniforms and prepares both detainees for holding. Scarlett is surprised again as Reese begins placing shackles on her ankles. Reese then moves to Sage and shackles him as well before escorting them toward the holding cell.\n\nOnce inside the cell area, their restraints are adjusted and the two of them are placed together in the same cell.\n\nSage sighs and says it’s going to be a long night.\n\nBut Scarlett suddenly seems much more relaxed about the situation. She jokes that it’s like a little sleepover and points out that now he doesn’t have his phone to distract him and actually has to listen to her.\n\nSage looks at her in disbelief.\n\n“You’re insane.”\n\nScarlett smiles back at him.\n\n“You love that I’m insane.”\n\nNow dressed in green jail uniforms, the two sit side-by-side on the bench inside the cell, still arguing — and still stuck together behind bars.\n\nThe End", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/71544a2a-5a81-4086-8a5a-1dac834996d3/playlist.m3u8" + } + ], + "scraped_at": 1778430881 + }, + "https://www.femuniverse.com/pinkcuffs-videos/scarlett-skies-calls-the-police-on-her-boyfriend-it-backfires-part-3/": { + "title": "Scarlett Skies Calls the Police on Her Boyfriend… It Backfires (Part 3)", + "description": "With the room quieter now, Reese gathers Sage’s information and begins fingerprinting him at the desk. Across the room, Scarlett watches everything unfold from the bench, clearly uncomfortable as the reality of the situation begins to settle in.\n\nAs Reese continues the process, she asks a few questions about their relationship. When both confirm that they live together, Reese casually remarks that moving out might be the next step once everything is sorted, adding another awkward layer to an already tense situation.\n\nOnce the fingerprinting is finished, Reese allows Sage a short phone call. With only a few minutes to talk, he calls his father to explain what has happened. During the call, he tells his dad that he has been arrested and that the relationship is over. When the call ends, Reese returns and comments on who he chose to call before continuing with the next steps.\n\nSage is then instructed to complete a full search procedure. Following Reese’s directions, he removes his clothing while she carefully checks each item to make sure nothing has been missed. As part of the standard procedure, Reese has him place his hands on his head while she continues the inspection, then instructs him to squat and cough as part of the search. Reese remains calm and professional throughout, making sure each step is completed thoroughly.\n\nAfter the search is finished, Sage is left nude, placed in handcuffs behind his back, and escorted over to the bench where Scarlett is already seated. Still restrained, he is sat down next to her while Reese continues finishing the processing steps.\n\nTrying to break the silence, Scarlett asks him how he’s doing.\n\nHis answer makes it clear exactly how he feels about the situation.\n\n“Fuck you.”\n\nTo Be Continued", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/70a0751d-223d-48c2-ad0e-c5618a71e705/playlist.m3u8" + } + ], + "scraped_at": 1778430884 + }, + "https://www.femuniverse.com/pinkcuffs-videos/scarlett-skies-calls-the-police-on-her-boyfriend-it-backfires-part-2/": { + "title": "Scarlett Skies Calls the Police on Her Boyfriend… It Backfires (Part 2)", + "description": "Part 2 Description\n\nAfter arriving at the station, Officer Reese begins the next step of the process. Both Scarlett and Sage are brought into the garage and placed against the wall while Reese conducts a thorough pat-down, carefully checking pockets and making sure neither of them has anything on them.\n\nScarlett insists she wasn’t doing anything wrong before this all started… aside from calling the police on her boyfriend. Reese can’t help but point that out with a bit of sarcasm, thanking Scarlett for essentially doing the work for her.\n\nAs the questions continue, Reese asks if either of them has ever been arrested before. Scarlett quickly says no, but then calls Sage out for lying when he gives the same answer. After a moment, he admits that he has been arrested before, making the situation even more awkward between the two of them.\n\nOnce the search is finished, Scarlett is brought inside for processing. Sitting at the desk with her hands secured, she starts to realize the situation has become much more serious than she expected. Reese calmly takes down her information and explains that this process is standard procedure.\n\nScarlett eventually makes a phone call, trying to explain what happened. Instead of taking responsibility for missing her court date, she blames the situation on her boyfriend, even suggesting that he somehow caused all of this.\n\nMeanwhile, Sage sits quietly on the bench nearby, listening to everything she says.\n\nWhen the call finally ends, the room falls quiet. Sage looks over at her and simply says one word.\n\n“Wow.”\n\nAnd the situation between them is only getting more complicated…\n\nTo Be Continued", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/c48da1aa-43ac-42b8-8a57-e4ce35b9af98/playlist.m3u8" + } + ], + "scraped_at": 1778430887 + }, + "https://www.femuniverse.com/pinkcuffs-videos/scarlett-skies-calls-the-police-on-her-boyfriend-it-backfires-part-1/": { + "title": "Scarlett Skies Calls the Police on Her Boyfriend… It Backfires (Part 1)", + "description": "Part 1 Description\n\nWhat starts as a simple argument quickly spirals into something neither of them expected.\n\nSage is relaxing on the couch when Scarlett walks in and trips over his shoes… again. Frustrated and tired of repeating herself, Scarlett snaps at him for leaving them around the house. Sage brushes it off, insisting she’s overreacting, but Scarlett has clearly had enough.\n\nInstead of continuing the argument, Scarlett quietly decides to handle things her own way.\n\nAfter stepping away for a moment, she makes a call she thinks will finally teach Sage a lesson. When there’s a knock at the door shortly afterward, Sage opens it to find Officer Reese standing outside.\n\nThe situation changes instantly.\n\nScarlett watches from the couch with a calm, almost smug look as Sage realizes what’s happening. Within minutes Officer Reese is placing him in restraints while he looks back at Scarlett in disbelief. All of this… over a pair of shoes.\n\nBut the situation takes an unexpected turn.\n\nWhile continuing the process, Officer Reese asks Scarlett for identification. Scarlett hesitates and admits she thought the report would be anonymous. After checking her information, Reese returns with surprising news — Scarlett also has an outstanding warrant.\n\nNow the roles are reversed.\n\nSage immediately starts laughing as Officer Reese asks Scarlett to stand up and walk over. Just moments earlier she was watching him get arrested. Now she’s the one being placed in cuffs while Sage grins and tells her to listen to the officer.\n\nOfficer Reese secures restraints on both of them and continues the procedure, double checking the cuffs and patting them down while reading their rights. At one point Scarlett tries to stand before being told to stay put while the process is finished.\n\nWhat started as Scarlett trying to prove a point ends with both of them under arrest.\n\nAnd the night isn’t over yet…\n\nTo Be Continued", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/78afa82d-4077-4cb2-8b5e-1d4d6d080dda/playlist.m3u8" + } + ], + "scraped_at": 1778430886 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pulled-over-for-criminal-speeding-ends-in-warrant-arrest-officer-autumn-pt-3/": { + "title": "Pulled Over for Criminal Speeding… Ends in Warrant Arrest | Officer Autumn Pt 3", + "description": "Part 3\nOfficer Autumn finishes processing Shaun;\n\nStill shackled, she walks him to the mugshot board, Nose forward, Face the wall, Turn to the side. Hold still. Her patience is thin after hours of backtalk, and she makes sure he feels it in her tone.\n\nOnce the photos are complete, the real processing continues.\n\nShe removes the shackles but keeps him secured, ordering him to place his belongings in the bin and remove each article of clothing piece by piece. Socks first. Then shirt. She rushes him when he drags his feet. Soon, he’s standing there awaiting further instruction.\n\nThe strip search is thorough and methodical. She checks his hair, inspects his mouth, examines his ears, has him lift each foot and wiggle his toes. When she orders him to squat and cough, there’s no hesitation in her voice. This is procedure, and she executes it professionally.\n\nStill annoyed by his constant attitude, she secures the hinged cuffs behind his back again — leaving him restrained and  Nude — and cuffs him to the bench. When she tosses the jumpsuit on the floor and tells him to “figure it out,” it’s clear she’s making a point. There’s no way for him to comply while secured that way, and she lets him struggle for a moment, reminding him that cooperation would make things easier.\n\nOnly after he finally apologizes and drops the smart remarks does she unlock him and allow him to dress.\n\nOnce the yellow jumpsuit is on, Officer Autumn finishes the job properly. A waist chain is fastened tight. Shackles are secured. Hinged cuffs locked behind his back again. Everything double-checked.\n\nShe escorts him to the cell without another word.\n\nThe heavy door slams shut, leaving Shaun restrained inside — a final reminder that arguing with Officer Autumn only makes the process longer.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/60fa91f7-35de-4299-a7e7-c77e998838cf/playlist.m3u8" + } + ], + "scraped_at": 1778430888 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pulled-over-for-criminal-speeding-ends-in-warrant-arrest-officer-autumn-pt-2/": { + "title": "Pulled Over for Criminal Speeding… Ends in Warrant Arrest | Officer Autumn Pt. 2", + "description": "Part 2\nOfficer Autumn brings Shaun into the jail, and she wastes no time reminding him who’s in control. The tight cuffs from the behind come off, and then front cuffs secured and tightened. Procedure matters, and Officer Autumn follows it to the letter.\n\nShe seats him at the desk and secures him in place, making it clear this isn’t his first time in trouble. When Shaun starts questioning her she calmly reminds him why he’s really there criminal speeding led to a warrant for falsifying documents and fraud. His past catches up fast, and she’s documenting every bit of his attitude for the judge to see.\n\nThe back and forth continues as she processes him: fingerprints rolled one by one in a close-up view, Even when he struggles while cuffed to the desk trying to make a phone call, Officer Autumn doesn’t make it easier. She simply watches, firm and unbothered.\n\nAnnoyed by his constant resistance but remaining completely professional, she makes it clear that his choices brought him here. With paperwork nearly complete and tension still in the air, she asks the final question:\n\n“Ready for mugshots?”", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/112951c7-7e87-446e-8d7f-7070af584aee/playlist.m3u8" + } + ], + "scraped_at": 1778430888 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pulled-over-for-criminal-speeding-ends-in-warrant-arrest-officer-autumn-pt-1/": { + "title": "Pulled Over for Criminal Speeding… Ends in Warrant Arrest | Officer Autumn Pt. 1", + "description": "Officer Autumn pulls Shaun over for criminal speeding — 30 miles over the limit. Calm, serious, and completely by-the-book, she requests his license and registration and runs his information.\n\nWhat starts as a routine traffic stop quickly escalates when she discovers he has an active warrant.\n\nWithout hesitation, Officer Autumn orders him out of the vehicle. When he questions her authority, she shuts it down immediately. Hands on the car. Hinged cuffs applied. Double locked and secured.\n\nAfter a thorough pat down, she places him in the back of the patrol car, seatbelt secured, and makes it clear that his attitude isn’t helping his situation.\n\nAt the station garage, things get even more serious. Shackles go on. When he keeps talking back, she tightens the cuffs and reminds him exactly where he is.\n\nOfficer Autumn is professional, controlled, and not tolerating any disrespect.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/e88e4581-af54-4aed-a520-d295cadad14f/playlist.m3u8" + } + ], + "scraped_at": 1778430890 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pervert-in-custody-hart-arrested-locked-in-chastity-by-officer-reese-pt3/": { + "title": "Pervert in Custody: Hart Arrested & Locked in Chastity by Officer Reese pt3", + "description": "Part 3 (final part)\n\nStill chained to the bench, Hart continues to complain and Officer Reese has had enough.\n\nShe walks up, throws an orange jumpsuit onto the bench, and tells him he never knows when to shut up. Before he can argue further, she orders him to open his mouth and secures a ball gag in place, leaning close and telling him to enjoy the silence. Struggling only makes it worse. Reese informs him he’s going to be there for a while and that he’d better start learning obedience.\n\nShe reads his “rights,” she reminds him that in her custody, his only job is to remain silent, stay caged, stay cuffed, and follow instructions. When she demands a nod of understanding, he has no choice but to comply. To reinforce her authority, she lightly disciplines him with a rubber baton, as a sharp reminder of who’s in control.\n\nSitting over him, she tells him he’s going to learn to obey and maybe even learn to like it. After asserting her dominance, she finally removes his restraints long enough to hand him the orange jumpsuit, commenting that it’s her favorite color and that she enjoys punishing bad boys. She mocks how visible his chastity cage is beneath the fabric before cuffing him behind his back and securing ankle shackles.\n\nReese escorts him to his cell and locks him inside. “Welcome to your new home,” she tells him. Through the cuffing port, she switches his restraints to the front, maintaining total control. Even then, Hart keeps protesting  asking if the phone works yet, complaining about the cuffs, the cage, and claiming his rights are being violated.\n\nReese ignores him.\n\nThe scene ends with Hart restrained in his cell  still talking, still defiant but completely powerless.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/b1bf4727-fb65-4ce1-9d4c-94bcda887a0b/playlist.m3u8" + } + ], + "scraped_at": 1778430891 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pervert-in-custody-hart-arrested-locked-in-chastity-by-officer-reese-pt2/": { + "title": "Pervert in Custody: Hart Arrested & Locked in Chastity by Officer Reese pt2", + "description": "Part 2\n\nOfficer Reese escorts Hart into the intake room for further processing. Standing him in front of the mugshot board, she asks if he’s ever been arrested before. When he says no and insists he “doesn’t do illegal things” she immediately shuts him down, ordering him to stop talking and follow instructions.\n\nDuring the mugshots, Reese forces him to turn right, face forward, then left, snapping photos while mocking his attitude. When he pushes back, she reminds him who’s in control  she’s the officer, and he’s the one in cuffs. The argument continues mid mugshot, Reese calling him out while he claims he’s being wrongfully arrested.\n\nAfter removing his cuffs, she laughs at his complaints and calls him pathetic. With cold authority, she orders him to place his hands behind his head and prepares him for a full strip search to ensure he isn’t hiding anything. Reese commands him to remove each article of clothing slowly and place it into a bin, warning him to stop talking and simply comply.\n\nHart questions the necessity. Reese shuts him down, reminding him he was caught and no one wants to defend a pervert. She forces him through every humiliating inspection step, maintaining complete control.\n\nThen she informs him there’s a new requirement for offenders like him. She secures a chastity device on him, telling him this is exactly what someone who “can’t keep his hands to himself” needs. When Hart demands to know why she’s doing this, she coldly replies that he’s proven he can’t be trusted.\n\nHe snaps that his lawyer will hear about this. Reese scoffs, telling him she doubts his lawyer gives a damn about him. As she finishes securing the device, she warns him not to get excited because it’s about to be very uncomfortable. When he complains that it’s too small, she fires back that he’s the small one and that it fits just fine.\n\nShe locks it tightly and activates an alarm attachment, making it clear that if it’s tampered with, there will be consequences. In custody, she reminds him, there is no enjoyment only control.\n\nFinally, she reapplies the handcuffs in front, walks him over, and chains him to the bench, leaving him restrained, humiliated, and completely at her mercy.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/63ac35ec-34ad-45ef-923e-36a28777d796/playlist.m3u8" + } + ], + "scraped_at": 1778430893 + }, + "https://www.femuniverse.com/pinkcuffs-videos/hart-denies-it-officer-reese-makes-the-arrest-pt1/": { + "title": "Pervert in Custody: Hart Arrested & Locked in Chastity by Officer Reese pt1", + "description": "Officer Reese Arrests Hart – Part 1\n\nOfficer Reese approaches Hart outside his home and immediately takes control. She orders his hands behind his head, and then down onto the ground due to his height. Confused, Hart repeatedly asks what he’s being arrested for, but Reese coldly responds that he’ll find out when she’s ready. With her knee pressed firmly into his back, she cuffs him tightly while aggressively reading him his rights.\n\nReese makes it clear this arrest won’t be easy for him if he doesn’t comply. She informs him he’s being taken in over multiple disturbing complaints — reports of him peeping into windows, taking photos, trespassing, and stealing underwear from homes. Hart denies everything, but Reese doesn’t let up.\n\nAt the station, she removes the cuffs only to continue berating and degrading him. She mocks his character, calls him a creep, and suggests there’s something seriously wrong with him. When he complains about the tight cuffs, she bluntly tells him she doesn’t care. She taunts him about what they might find when they search his house and pressures him to confess, warning that the judge won’t go easy on him.\n\nHart repeatedly asks for a lawyer and a phone call, but Reese mocks him — unplugging the phone and laughing that it “doesn’t work.” She tells him people like him don’t have friends anyway. Throughout fingerprinting and paperwork, she continues humiliating him, threatening to be “extra rough” if he isn’t cooperative and telling him he has very few rights once he’s locked up.\n\nThe tension escalates as Reese prepares to submit the paperwork and move him to the next step of processing.", + "videos": [ + { + "url": "https://vz-2ec933b6-ad3.b-cdn.net/b4d09922-1513-4e1d-a54a-cc52c532bdc1/playlist.m3u8" + } + ], + "scraped_at": 1778430893 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-femdom-arrest-flirty-policewoman-lauren-takes-control-pt3/": { + "title": "POV Femdom Arrest: Flirty Policewoman Lauren Takes Control pt3", + "description": "Still nude and restrained, Officer Lauren returns and removes your cuffs before handing you a jail jumpsuit. She makes it clear that attraction doesn’t earn you special treatment, teasing you while recuffing and shackling you, openly admitting she enjoys seeing you restrained. Her tone stays flirtatious, but the power dynamic is unmistakable, you’re still a criminal, and this is still jail. She cuffs you to the bench, reminds you who’s in control, and leaves you there before returning once your cell is ready. Facing the wall, you’re guided into the cell and locked inside. She taunts you about what could have happened next, reinforces her authority, and leaves you alone for the night. In the morning, she returns, comments on your condition, and escorts you toward the showers, making it clear she’ll be watching, before the scene ends and leaves the rest to the viewer’s imagination.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2026/Lauren/LaurenFemUPOVpt3.mp4" + } + ], + "scraped_at": 1778430895 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-femdom-arrest-flirty-policewoman-lauren-takes-control-pt2/": { + "title": "POV Femdom Arrest: Flirty Policewoman Lauren Takes Control pt2", + "description": "Officer Lauren switches your handcuffs to the front and secures you to a table for questioning. She takes your personal information, fingerprints you, and impatiently rushes you through your phone call. Making it clear she’s fed up with your behavior, she delivers a stern lecture about authority, rules, and consequences, emphasizing that you’re there to learn a lesson. Still restrained, she uncuffs you from the table and escorts you to the mugshot board where your photos are taken. Afterward, she removes your cuffs and orders you to undress for a full strip search, carrying out the required intake procedures in a deliberately humiliating manner. The entire scene is filmed in POV, putting you directly in the role of the arrested inmate during processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2026/Lauren/LaurenFemUPOVpt2.mp4" + } + ], + "scraped_at": 1778430895 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-femdom-arrest-flirty-policewoman-lauren-takes-control-pt1/": { + "title": "POV Femdom Arrest: Flirty Policewoman Lauren Takes Control pt1", + "description": "You are hanging out in your backyard being belligerent when Officer Lauren walks in through the gate for a second time. She’s fed up with receiving complaints and doesn’t want to have to deal with coming to see you again so she decides to place you under arrest. You are handcuffed and she reads you your rights, patting you down to make sure you have no contraband. Once you’re restrained properly she walks you out of your yard and to her car. At the station she pats you down again before leading you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2026/Lauren/LaurenFemUPOVpt1.mp4" + } + ], + "scraped_at": 1778430898 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-youre-under-arrest-by-officer-heather-oh-full-jail-intake-strip-search-pt3/": { + "title": "POV: You’re Under Arrest by Officer Heather Oh – Full Jail Intake & Strip Search pt3", + "description": "You are still cuffed nude to the bench when Officer Heather finally returns. She uncuffs you from the bench and leads you to the shower cell. Once you are locked inside, she removes the handcuffs around her wrist. You step into the shower, hoping its warm but it’s not. She continues to watch you while you shower, washing yourself with the soap provided. When you are done, you dry off and she cuffs you again before letting you out. She leads you back over to the mugshot board and you wait there while she grabs a yellow jumpsuit. Your cuffs are then removed so you can get dressed. Once dressed she cuffs you again and adds shackles, then walking you  to the cell and locking you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2026/HeatherOh/HeatherOhFemUPOVpt3.mp4" + } + ], + "scraped_at": 1778430898 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-youre-under-arrest-by-officer-heather-oh-full-jail-intake-strip-search-pt2/": { + "title": "POV: You’re Under Arrest by Officer Heather Oh – Full Jail Intake & Strip Search pt2", + "description": "Officer Heather cuffs you to the table and begins your processing, helping with a phone call, taking your name and information down, and recording your fingerprints. When you are through she lets you up from the table and you go over to the mugshot board where your photos are taken. She then removes your cuffs and orders you to undress until you’re nude, so she can conduct a strip search. When you are finished she handcuffs your hands behind your back and tells you that she’s going to cuff you to the bench while still nude to check on the shower. She informs you that you have to take a shower to make sure you are clean and aren’t bringing anything into the jail.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2026/HeatherOh/HeatherOhFemUPOVpt2.mp4" + } + ], + "scraped_at": 1778430899 + }, + "https://www.femuniverse.com/pinkcuffs-videos/pov-youre-under-arrest-by-officer-heather-oh-full-jail-intake-strip-search-pt1/": { + "title": "POV: You’re Under Arrest by Officer Heather Oh – Full Jail Intake & Strip Search pt1", + "description": "Officer Heather arrives at your home while you’re doing dishes and informs you that she’s there to arrest you. You are quickly handcuffed and frisked, and she reads you your rights. You are led to her car and she transports you to the station. When you are pulled from the backseat of her squad car, she frisks you again before taking you inside. She leads you to a room with a cell and table and has you sit down and cuffs you to it.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2026/HeatherOh/HeatherOhFemUPOVpt1.mp4" + } + ], + "scraped_at": 1778430899 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-is-arrested-by-officers-lauren-and-mackenzi-pt3/": { + "title": "Oliver Is Arrested By Officers Lauren And Mackenzi pt3", + "description": "Officer Lauren and Mackenzi bring a heavily restrained Oliver over to his cell. Berating him and making fun of him before locking him inside. They return after a few minutes to continue humiliating him before locking him back in, making him serve the rest of his sentence in solitude.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Lauren/LaurenMackenziOliverFemUpt3.mp4" + } + ], + "scraped_at": 1778430902 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-is-arrested-by-officers-lauren-and-mackenzi-pt2/": { + "title": "Oliver Is Arrested By Officers Lauren And Mackenzi pt2", + "description": "Oliver was led to the mugshot board by the two officers for his photos. They removed his cuffs and ordered him to undress until he was fully nude and did a thorough strip search, ending with him squatting and coughing. Officer Lauren handcuffed Oliver while Officer Mackenzi stepped away to grab a clean jumpsuit for him. When she returned they removed his cuffs and he put the jumpsuit on. Officer Mackenzi shackled his ankles and Officer Lauren put him in a waist chain with a lockbox, and then they led him away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Lauren/LaurenMackenziOliverFemUpt2.mp4" + } + ], + "scraped_at": 1778430903 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-is-arrested-by-officers-lauren-and-mackenzi-pt1/": { + "title": "Oliver Is Arrested By Officers Lauren And Mackenzi pt1", + "description": "Oliver is at home when Officers Lauren and Mackenzi arrive to serve him a warrant. He is placed under arrest, with Lauren handcuffing him as his rights are read. Officer Lauren checks and empties his pockets, handing the items to Officer Mackenzi before they both walk outside with him. Once at the station, both officers frisk and pat him down again before bringing him inside. Inside they switch his handcuffs to the front and cuff him to the table so they can begin his processing by collecting necessary information and allowing him a phone call.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Lauren/LaurenMackenziOliverFemUpt1.mp4" + } + ], + "scraped_at": 1778430904 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-lux-arrests-you-joi-pt2/": { + "title": "Luna Lux Arrests You JOI pt2", + "description": "Officer Luna leads you over to your cell, Where she enjoys locking you in, taking it in slowly. She leaves and then comes back, deciding that you’re going to put on a show for her and everyone else there. She gives you instructions to start masturbating, teasing and edging you.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LunaLuxJOIpovFemUpt2.mp4" + } + ], + "scraped_at": 1778430903 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-lux-arrests-you-joi-pt1/": { + "title": "Luna Lux Arrests You JOI pt1", + "description": "Officer Luna Lux arrives at your house to arrest you. She quickly handcuffs you and reads your rights, taking you into jail. At the station you are taken out of the car and she frisks you to make sure you have no contraband. You are taken inside and she sits you at a table She takes your info and fingerprints before taking you to the mugshot board for you photos. After your mugshots she removes your cuffs and orders you to undress. Once you are nude she conducts a strip search. She handcuffs you and tells you you’re going in the cell completely nude to put on a show for everyone at the station.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LunaLuxJOIpovFemUpt1.mp4" + } + ], + "scraped_at": 1778430907 + }, + "https://www.femuniverse.com/pinkcuffs-videos/freddy-and-red-are-arrested-by-officer-chloe-houston-pt3/": { + "title": "Freddy and Red Are Arrested By Officer Chloe Houston pt3", + "description": "Officer Chloe Houston brings Freddy up to the mugshot board and takes his photos next. She then removes his handcuffs and orders him to undress down to his boxers. She performs a non-nude basic search to make sure he has no contraband and then cuffs him again, sitting him next to Red on the bench. Whens he returns, she has two yellow jumpsuits for them. She lets them up from the bench and removes their cuffs. They are handed their jumpsuits and get dressed, buttoning them all the way up. She puts Freddy back in handcuffs and shackles and puts Red in a waist chain with shackles before leading them to the cell and locking them inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ChloeHouston/ChloeFreddyRedFemUpt3.mp4" + } + ], + "scraped_at": 1778430908 + }, + "https://www.femuniverse.com/pinkcuffs-videos/freddy-and-red-are-arrested-by-officer-chloe-houston-pt2/": { + "title": "Freddy and Red Are Arrested By Officer Chloe Houston pt2", + "description": "Officer Chloe walks Freddy and Red into the station and cuffs Red to the bench while she begins Freddy’s processing. He is handcuffed to the table while she takes his fingerprints and allows him his phone call. When he is finished he is removed from the table and cuffed to the bench next to Red. Then Officer Chloe removes Red from the bench and he takes Freddy’s place at the table. His fingerprints and information is recorded, he makes his phone call, and then she lets him up from the table. He is then led to the mugshot board where his photos are taken, and then his handcuffs are removed. Chloe makes him undress and a basic search is done, with his underwear still on. He is then cuffed to the bench.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ChloeHouston/ChloeFreddyRedFemUpt2.mp4" + } + ], + "scraped_at": 1778430909 + }, + "https://www.femuniverse.com/pinkcuffs-videos/freddy-and-red-are-arrested-by-officer-chloe-houston-pt1/": { + "title": "Freddy and Red Are Arrested By Officer Chloe Houston pt1", + "description": "Officer Chloe Houston was called in to check on a home that had a security alarm going off. When she got there, Freddy was in the middle of burglarizing the home. She confiscated the items he had in his hands and had him kneel on his knees as she handcuffs his hands behind his back, reading him his rights. She placed him in the back of her car when she saw another male named Red that matched the suspect description. She called him over and quickly had his hands behind his back, informing him of why he is now under arrest as well. She puts him in the back of her car next to Freddy and drives them to the station. When they get there she pats the both of them down before taking them inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ChloeHouston/ChloeFreddyRedFemUpt1.mp4" + } + ], + "scraped_at": 1778430909 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-chloe-and-autumn-arrest-you-for-insurance-fraud-pt3/": { + "title": "Officers Chloe and Autumn Arrest You For Insurance Fraud pt3", + "description": "When you turn back around from your cuffs being removed, Officer Chloe shoves a white bucket your way and they both start barking orders to undress until you were fully nude. Next they conducted a very thorough strip search while insulting you for how you look naked, absolutely humiliating you. When finished they make you squat down on your knees and continue to berate you. Finally cuffed and on your feet, one of the Officers walks away to get your jumpsuit while the other keeps and eye on you. When she returns your cuffs are again removed and you are allowed to get dressed in an orange jumpsuit. They take you to your cell, continuing to berate and insult you before locking you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/ChloeAutumnFemUpt3.mp4" + } + ], + "scraped_at": 1778430911 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-chloe-and-autumn-arrest-you-for-insurance-fraud-pt2/": { + "title": "Officers Chloe and Autumn Arrest You For Insurance Fraud pt2", + "description": "Officers Autumn and Chloe bring you inside the jail, where the continue belittling you and demanding you follow orders. They start with your processing by handcuffing you to a table while they record your information and fingerprints. When they are finished and the paperwork is filed they uncuff you from the table and have you stand in front of the mugshot board and take your mugshots.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/ChloeAutumnFemUpt2.mp4" + } + ], + "scraped_at": 1778430912 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-chloe-and-autumn-arrest-you-for-insurance-fraud-pt1/": { + "title": "Officers Chloe and Autumn Arrest You For Insurance Fraud pt1", + "description": "You are relaxing in your backyard when Officer Chloe and Officer Autumn enter your backyard unannounced, informing you that you are under arrest for insurance fraud. They tell you it’s a felony offense and make you stand up so they can pat you down. Officer Autumn then handcuffs and shackles you, while Officer Chloe is busy reading you your rights. They lead you out of your backyard to take you to the station. Once there, they frisk you again before, this time more thoroughly and then command you to turn around. You take a second to long to listen and Officer Autumn yells the instructions to you, and you comply. She then pats you down again to be sure you aren’t hiding anything in your clothes on your backside. They find your cell phone in your pocket and inform you that’s contraband and will be an added charge. They give you an idea of what’s going to happen next before bringing you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/ChloeAutumnFemUpt1.mp4" + } + ], + "scraped_at": 1778430914 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-reese-arrests-freddy-pt3/": { + "title": "Officer Reese Arrests Freddy pt3", + "description": "Freddy was still standing in front of the mugshot board, nude and hands cuffed behind his back. Officer Reese returned with a yellow jumpsuit and removed his handcuffs. He quickly got dressed, and his hands were once again cuffed behind his back and shackles were locked around his ankles. Officer Reese led him to the jail cell, where she locked him inside. He sat down on the low cot, and waited. When Officer Reese finally returned she switched his handcuffs to the front, and again walked off to leave Freddy alone in the cell. He laid back down on the cot and closed his eyes.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ReeseTheRam/ReeseFreddyFemUpt3.mp4" + } + ], + "scraped_at": 1778430915 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-reese-arrests-freddy-pt2/": { + "title": "Officer Reese Arrests Freddy pt2", + "description": "Officer Reese brings Freddy inside, switching his handcuffs from behind to the front, and then cuffs him to the desk. She takes his information and fingerprints and he is allowed one phone call. She removes him from the table, leading him over to the mugshot board. His mugshots are taken and then his handcuffs are removed. Officer Reese orders him to undress and he does so until he is nude. She conducts a thorough strip search on him, handcuffing his hands behind his back when they are through so she can grab him a jumpsuit.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ReeseTheRam/ReeseFreddyFemUpt2.mp4" + } + ], + "scraped_at": 1778430916 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-reese-arrests-freddy-pt1/": { + "title": "Officer Reese Arrests Freddy pt1", + "description": "Officer Reese has pulled over Freddy for a typical traffic stop for speeding. She asks for him to turn off the car and then asks for his information. After looking it over she hands it back to him. After asking him if he was racing at all in the car, she asks for his license again and takes it back to her patrol car. She calls into dispatch to get more info on Freddy and his vehicle when they call back they inform her he has a warrant. She walks back to Freddy and asks him to get out of the car and lets him now he’s under arrest and his car will be towed. She handcuffs him while reading him his rights and quickly frisks him before putting him in the back of her vehicle. At the station she does a more thorough job patting him down and takes him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ReeseTheRam/ReeseFreddyFemUpt1.mp4" + } + ], + "scraped_at": 1778430917 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-you-pov-pt3/": { + "title": "Officer Lo Valentine Arrests YOU POV pt3", + "description": "Officer Lo keeps berating you while she locks you to the bench and walks away to get your orange prisoner jumpsuit. When she returns she removes you from the bench and removes your cuffs. She hands you the jumpsuit and you get dressed, and she slowly picks out what cuffs and shackles she is going to put on you. She shackles your ankles and then uses a waist chain with a pair of handcuffs. She leads you to the cell and before locking you in, she reminds you that she has all the power. She locks you in and leaves you for a while. When she returns she decides you aren’t restrained enough and puts you back in a hogcuff and leaves you once again.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoValentinePOVFemUpt3.mp4" + } + ], + "scraped_at": 1778430918 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-you-pov-pt2/": { + "title": "Officer Lo Valentine Arrests YOU POV pt2", + "description": "Officer Lo brings you into the station, continuing to express her disappointment in you. She moves your cuffs to the front and sits you at the table, handcuffing you to it. She writes down your information and takes your fingerprints to being your processing. When you’re done, she removes you from the table and walks you to the mugshot board where your photos are taken. She removes your cuffs and orders you to undress until you’re nude. Once all of your clothes are off she takes you to the shower cell where she locks you in.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoValentinePOVFemUpt2.mp4" + } + ], + "scraped_at": 1778430919 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-you-pov-pt1-2/": { + "title": "Officer Lo Valentine Arrests YOU POV pt1", + "description": "Your girlfriend is Officer Lo Valentine and she has an important job arrested criminals. She had a long day at work and when she gets home she was very upset. She let you know she saw a felony arrest warrant for grand theft auto, for YOU, and unfortunately has to bring you in. You struggle as she grabs you and makes you turn around so she can handcuff you, telling you your right sand giving you a pat down. She orders you to get on the ground so she can add shackles, and you do as your told. She decides to hog cuff you because she is so upset with you for ruining her day. She decides to leave you there while she takes a moment to drink some water and relax since she’s had such a long day. She mocks and teases you about being on a list of people with warrants as you struggle, telling you to think about what you’ve done before she takes you in. She finally lets you out of the hog cuff and helps you up off the ground, still handcuffed and shackled. She walks you outside and takes you to her car to take you in. At the station you are pulled from the car and she frisks you again while expressing her disappointment in what you’ve done.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoValentinePOVFemUpt1.mp4" + } + ], + "scraped_at": 1778430920 + }, + "https://www.femuniverse.com/pinkcuffs-videos/autumn-ehr-dominates-you/": { + "title": "Autumn Ehr Dominates You", + "description": "You show up for a session with Autumn, and she’s ready with a pair of handcuffs and shackles. She quickly locks them around you wrists and ankles and then makes you crawl into the cage, where she locks you inside. With you unable to escape, she begins taunting and teasing you. Giving you a good view of her bum and eventually resting her bare feet on the cage. You look at her pretty feet from inside the cage for the rest of the time, begging her to be nice and let you out.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/Autumndomsyou.mp4" + } + ], + "scraped_at": 1778430921 + }, + "https://www.femuniverse.com/pinkcuffs-videos/nikki-darling-arrests-you-pov-pt2/": { + "title": "Nikki Darling Arrests You POV pt2", + "description": "Officer Nikki walks you into the station and switches your handcuffs to the front so she can cuff you to the table and begin your processing. She takes out paperwork and writes down your nam, date of birth, address, and all other relevant information. She records your fingerprints on the same paperwork before removing the cuffs keeping you to the table and walking you to the mugshot board. Your mugshots are taken and then she removes your handcuffs, ordering you to get undressed. You do so until you are fully nude and she conducts a strip search, ordering you to shake out your hair, stick out your tongue, etc. She then brings you a new yellow jumpsuit to wear and you put it on. She handcuffs your hands behind your back again and locks shackles around your ankle before leading you to your new home. An empty cell all to yourself.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiDarlingFemUPOVpt2.mp4" + } + ], + "scraped_at": 1778430922 + }, + "https://www.femuniverse.com/pinkcuffs-videos/nikki-darling-arrests-you-pov-pt1/": { + "title": "Nikki Darling Arrests You POV pt1", + "description": "Nikki Darling has pulled you over and decides to perform a field sobriety test. You end up failing and she places you under arrest, handcuffing your wrists behind your back. She reads your rights and then walks you back to her car, putting you in the backseat of her car. She transports you back to the station, calling ahead to let them know she was bringing you in. When you get there she frisks you and takes you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiDarlingFemUPOVpt1.mp4" + } + ], + "scraped_at": 1778431033 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-darling-arrests-you-and-jocelyn-pov-pt3/": { + "title": "Officer Nikki Darling Arrests You and Jocelyn POV pt3", + "description": "Officer Nikki leads Jocelyn over to the mugshot board and takes her photos. After she makes her remove her pants, she conducts a search and then leaves her handcuffed to find a jumpsuit. You are still cuffed nude to the bench watching. When Nikki returns she removes Jocelyn’s cuffs and hands her the yellow jumpsuit. She gets dressed quickly and is handcuffed and shackled and made to stand to the side. Officer Nikki then removes you from the bench and hands you a yellow jumpsuit to put on as well. You get dressed and are handcuffed and shackled before you and Jocelyn are lead to the cell. Officer Nikki locks you both inside together before walking away and leaving you.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiJocelynFemUpt3.mp4" + } + ], + "scraped_at": 1778431033 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-darling-arrests-you-and-jocelyn-pov-pt2/": { + "title": "Officer Nikki Darling Arrests You and Jocelyn POV pt2", + "description": "Officer Nikki leaves you cuffed to the bench while she does Jocelyn’s paperwork and takes her fingerprints. After her phone call she is handcuffed to the bench and it’s your turn to be processed. The officer writes down your information and takes your fingerprints before leading you over to the mugshot board. Your photos are taken before your handcuffs are removed and you are ordered to undress. A strip search is conducted and when that’s through you are handcuffed nude to the bench while Officer Nikki removes Jocelyn from the bench.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiJocelynFemUpt2.mp4" + } + ], + "scraped_at": 1778431034 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-darling-arrests-you-and-jocelyn-pov-pt1/": { + "title": "Officer Nikki Darling Arrests You and Jocelyn POV pt1", + "description": "You and your girlfriend, Jocelyn are arguing at home because you’ve been talking to another woman. After a few minutes of her being very upset with you, there’s a knock on the door. Officer Nikki has arrived because she received calls about a domestic disturbance. She quickly put the both of you in handcuffs and places you under arrest, frisking both of you before walking you outside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiJocelynFemUpt1.mp4" + } + ], + "scraped_at": 1778431034 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ziva-fey-arrests-vincent-and-megan-pt4/": { + "title": "Officer Ziva Fey Arrests Vincent and Megan pt4", + "description": "Megan is left cuffed and nude while Officer Ziva finds her a neon green jumpsuit. She removes her handcuffs and assists her in getting dressed. She is handcuffed again and shackled before being led to the jail cell with Vincent already in it. Officer Ziva locks Megan inside with Vincent and switches both of their handcuffs to the front.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaMeganVincentFemUpt4.mp4" + } + ], + "scraped_at": 1778431038 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ziva-fey-arrests-vincent-and-megan-pt3/": { + "title": "Officer Ziva Fey Arrests Vincent and Megan pt3", + "description": "Officer Ziva continues Vincent’s processing by bringing him over to the mugshot board and taking his mugshots. Next she removes his handcuffs and orders him to undress until he was fully nude. After a strip search, he is left cuffed naked in front of Megan while Officer Ziva finds him a jumpsuit. When she returns she removes his cuffs and he gets dressed. She puts the handcuffs back on him and adds shackles before leading him away. Next she does the same for Megan, taking her mugshots, making her undress, and conducting a strip search before leaving her handcuffed to get a jumpsuit.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaMeganVincentFemUpt3.mp4" + } + ], + "scraped_at": 1778431039 + }, + "https://www.femuniverse.com/pinkcuffs-videos/select-officer-ziva-fey-arrests-vincent-and-megan-pt2/": { + "title": "Officer Ziva Fey Arrests Vincent and Megan pt2", + "description": "Officer Ziva leaves Megan cuffed to the table while she submits her paperwork. When Officer Ziva returns she removes Megan from the table and sits her on the bench, handcuffing her to it. Next she brings in Vincent and does the same with him, moving his cuffs to the front so she can handcuff him to the table and start his processing. She takes his information, fingerprints, and assist him with a phone call. When she walks away to submit his paperwork, he and Megan chat about what’s going on. When she returns she also puts him on the bench with Megan.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaMeganVincentFemUpt2.mp4" + } + ], + "scraped_at": 1778431039 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ziva-fey-arrests-vincent-and-megan-pt1/": { + "title": "Officer Ziva Fey Arrests Vincent and Megan pt1", + "description": "Officer Ziva Fey arrives at the home of Vincent with a warrant for his arrest for committing fraud. She quickly handcuffs him and frisks him, reading him his rights after. She puts him in the back of her car. At the station she pulls Vincent out first along with the other person she has cuffed in her back seat. It’s Megan and she’s there for unpaid parking tickets. Many of them. She has the two stand facing the wall as she frisks them again before bringing them inside. Once inside she cuffs Vincent to the bench and then moves Megan’s cuffs to the front. She is then cuffed to the table where Officer Ziva starts her processing by taking her paperwork, fingerprints, and allowing her a phone call.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaMeganVincentFemUpt1.mp4" + } + ], + "scraped_at": 1778431039 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-larz-and-officer-luna-lux-arrest-you-pov-pt3/": { + "title": "Officer Larz and Officer Luna Lux Arrest You POV pt3", + "description": "The two officers lead you over to the mugshot board where your photos are taken and they remove your handcuffs. You are then ordered to undress until you are fully nude and then they conduct a very thorough strip search. Officer Luna Lux leaves to grab you a jumpsuit while Officer Larz keeps a close eye on you. When she returns you quickly get dressed and you are cuffed and shackled again. They then lock you in the cell and leave you in there. A few days later they return and have transport cuffs and shackles in hand. They let you out to switch out your cuffs and shackles and take you to see a judge.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LarzLunaLuxPOVFemUpt3.mp4" + } + ], + "scraped_at": 1778431043 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-larz-and-officer-luna-lux-arrest-you-pov-pt2/": { + "title": "Officer Larz and Officer Luna Lux Arrest You POV pt2", + "description": "Officer Larz and Officer Luna bring you into the station and move your black hinged handcuffs from behind your back to your front before handcuffing you to the table. They ask you questions as they fill out your paperwork and allow your one phone call. After taking your fingerprints and taunting you for getting arrested they remove you from the table and walk you to a new area.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LarzLunaLuxPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431044 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-larz-and-officer-luna-lux-arrest-you-pov-pt1/": { + "title": "Officer Larz and Officer Luna Lux Arrest You POV pt1", + "description": "You’re enjoying your backyard when Officer Larz and Officer Luna Lux walk in through the gate. They inform you that they are there to arrest you and quickly put you in a pair of black hinged handcuffs. They frisk you and take you to their car. At the station you are pulled from the back of the car and each of them frisk you again before bringing you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LarzLunaLuxPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431044 + }, + "https://www.femuniverse.com/pinkcuffs-videos/sultry-is-pulled-over-and-arrested-by-officer-lexi-mode-pt2/": { + "title": "Sultry is Pulled Over And Arrested By Officer Lexi Mode pt2", + "description": "Officer Lexi brings the handcuffed Sultry into the station and moves his handcuffs to the front. She cuffs him to the table and starts his paperwork by taking his name, information, and fingerprints. She assists him in making his phone call and then removes him from the table. She brings him over to the mugshot board and his mugshots are taken before she removes his handcuffs. He removes his clothing but keeps his underwear on and Officer Lexi conducts a basic search. He is given an orange jumpsuit and is handcuffed and shackled before being locked in his cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LexiMode/LexiSultryFemUpt2.mp4" + } + ], + "scraped_at": 1778431045 + }, + "https://www.femuniverse.com/pinkcuffs-videos/sultry-is-pulled-over-and-arrested-by-officer-lexi-mode/": { + "title": "Sultry is Pulled Over And Arrested By Officer Lexi Mode pt1", + "description": "Officer Lexi Mode pulls over male Sultry for erratic/reckless driving. She pulls him out of the car and puts him in a pair of cuffs to detain him while she searches his car and conducts a field sobriety test. He fails his test and she puts him back in his cuffs and back into her cop car. She transports him to the jail and when he is there she reads him his rights and frisks him before walking him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LexiMode/LexiSultryFemUpt1.mp4" + } + ], + "scraped_at": 1778431047 + }, + "https://www.femuniverse.com/pinkcuffs-videos/shaun-is-arrested-by-officer-heather-pt3/": { + "title": "Shaun is Arrested By Officer Heather pt3", + "description": "Shaun was left standing in front of the mugshot board, nude and still handcuffed. Officer Heather returned with a neon green jumpsuit and removes Shaun’s handcuffs. He takes the jumpsuit and gets dressed, buttoning the jumpsuit up all the way. Officer Heather handcuffs his hands behind his back and puts shackles on his ankles, and then leads him to his cell. Inside his cell his handcuffs are moved to the front and Officer Heather leaves. When she finally returns she lets Shaun out of the cell and and puts him in transport chains to go see a judge for charges and sentencing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/HeatherOh/HeatherShaunFemUpt3.mp4" + } + ], + "scraped_at": 1778431048 + }, + "https://www.femuniverse.com/pinkcuffs-videos/shaun-is-arrested-by-officer-heather-pt2/": { + "title": "Shaun is Arrested By Officer Heather pt2", + "description": "Officer Heather leads Shaun, who is still handcuffed, into the jailhouse. She moves his pink handcuffs from behind his back to his front and then cuffs him to a table and sits him down. She begins by asking him some questions to fill out his processing paperwork and then takes his finger prints and allows him his one phone call. When they are finished she removes him from the table and walks him to the mugshot board. His mugshots are taken and his handcuffs are removed. she orders him to remove all his clothes and a strip search is conducted. He is handcuffed behind his back again and left there until she returns with a jumpsuit for him.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/HeatherOh/HeatherShaunFemUpt2.mp4" + } + ], + "scraped_at": 1778431050 + }, + "https://www.femuniverse.com/pinkcuffs-videos/shaun-is-arrested-by-officer-heather-pt1/": { + "title": "Shaun is Arrested By Officer Heather pt1", + "description": "Shaun is at home when Officer Heather arrives to arrest him. She makes him lay flat on the ground as she frisks him and then handcuffs his hands behind his back using a pair of pink asp cuffs. She makes him stand up and searches him and reads him his rights. He asks for a lawyer and she takes him to jail. At the station she pulls him out of the car and frisks him again, making sure to check his hair and his shoes.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/HeatherOh/HeatherShaunFemUpt1.mp4" + } + ], + "scraped_at": 1778431050 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-kiia-arrests-you-pov-pt3/": { + "title": "Officer Kiia Arrests You POV pt3", + "description": "You are left standing there nude and handcuffed when Officer Kiia finally returns. She removes your handcuffs and shackles and allows you to get dressed in the neon green prisoner uniform she brought you. You are once again handcuffed and shackled and then led to your jail cell. You are locked in the cell by Officer Kiia and she walks away, only returning when it was time to take you to court.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Kiia/KiiaPOVFemUpt3.mp4" + } + ], + "scraped_at": 1778431051 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-kiia-arrests-you-pov-pt2/": { + "title": "Officer Kiia Arrests You POV pt2", + "description": "Kiia leads you inside and moves your cuffs to the front before cuffing you to the table. She takes you fingerprints and information and allows you your phone call before removing you from the table and leading you to the mugshot board. After your mugshots are taken, she removes you handcuffs and orders you to undress. You comply and she conducts a strip search, handcuffing you when it’s over. She walks away to find you a prisoner jumpsuit.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Kiia/KiiaPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431052 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-kiia-arrests-you-pov-pt1/": { + "title": "Officer Kiia Arrests You POV pt1", + "description": "Officer Kiia knocks on the door and doesn’t wait for you to open it. She steps in the room and immediately recognizes you and tells you that you are who she’s looking for and that you’re under arrest. She quickly handcuffs you and then pats you down, and then makes you turn back around as she reads you your rights. You are taken to her car and put in the back and driven to the jail. In the garage she pulls you out and says she’s going to frisk you again, and she does so twice. You could swear she was flirting with you but maybe she was just messing with you before bringing you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Kiia/KiiaPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431054 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-rev-pt3/": { + "title": "Officer Autumn Arrests Rev pt3", + "description": "Rev is brought to the board and his mugshots are taken. His handcuffs are then removed and he is ordered to undress to his underwear. In his CK boxers, Officer Autumn conducts a basic search before handcuffing his hands behind his back and leaving him cuffed to the bench. When she returns she has a black and white striped jumpsuit. He quickly puts it on and she once again handcuffs him and puts shackles around his ankles. She leads him to the cell and locks him inside, and he decides to immediately lay down on the cot and rest.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnRevFemUpt3.mp4" + } + ], + "scraped_at": 1778431055 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-rev-pt2/": { + "title": "Officer Autumn Arrests Rev pt2", + "description": "Officer Autumn brings Rev inside the station and moves his handcuffs to the front. She then cuffs him to the interrogation table and begins writing down his information. She takes his fingerprints and allows him his one phone call. When he’s finished she removes him from the table and has to order him to turn around and go stand in front of the mugshot board.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnRevFemUpt2.mp4" + } + ], + "scraped_at": 1778431055 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-rev-pt1/": { + "title": "Officer Autumn Arrests Rev pt1", + "description": "Rev is at home when Officer Autumn knocks on his door. When he opens it and sees her, she forces her way inside and starts questioning him. He tries to cover up what he did but she knew the truth and informed there was a warrant out for his arrest. She quickly cuffs him and places him under arrest. At the station he is pulled from her car and she frisks him before taking him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnRevFemUpt1.mp4" + } + ], + "scraped_at": 1778431056 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ashley-moore-arrests-you-pov-pt3/": { + "title": "Officer Ashley Moore Arrests You POV pt3", + "description": "Officer Ashley makes you stand in front of the mugshot board and directs you to smile for the camera as it is taken. She then removes your handcuffs and orders you to undress. You do so and she informs you that you have to take part in a thorough strip search. Your hair, ears, mouth and nose are all checked. Then she checks under you arms between your toes and even makes you squat and cough. She handcuffs you and leaves you there nude while she runs and gets you a jumpsuit. She comes back with one that is black and whit stripes and removes your handcuffs. She hands it to you and tells you to get dressed, you do and your handcuffs are put back around your wrists, and shackles are added around your ankles. She takes you to your cell and after locking you in and leaving you for a while, she returns. She opens the cell door and begins taunting you and teasing you, performing a strip tease while denying you anything.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AshleyMoore/AshleyMooreFemUPOVpt3.mp4" + } + ], + "scraped_at": 1778431059 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ashley-moore-arrests-you-pov-pt2/": { + "title": "Officer Ashley Moore Arrests You POV pt2", + "description": "Officer Ashley brings you into the jailhouse and walks you over to the interrogation table. Your handcuffs are moved to the front and you are handcuffed to the table. The officer begins by writing down you name and birth day, and any information to properly catalogue and process you. Once she’s done with that she takes your fingerprints, and they will now be in the database forever to look at every time you commit a crime. She continues you questioning you and writing down her notes, taunting you and berating you for having been arrested. When she’s finished she removes you from the table and takes you to the mugshot board.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AshleyMoore/AshleyMooreFemUPOVpt2.mp4" + } + ], + "scraped_at": 1778431061 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ashley-moore-arrests-you-pov-pt1/": { + "title": "Officer Ashley Moore Arrests You POV pt1", + "description": "Officer Ashley Moore arrives at your home, knocking on the door. You open it and she makes her way inside, informing you that she has a warrant for your arrest and are being charged with vandalism. She makes you stand against the door as she handcuffs you and then she frisks you. Finding nothing, she reads you your rights and leads you outside to her car. At the jailhouse, she pulls you out of the car and makes you stand against the wall. She once again frisks you from head to toe before leading you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AshleyMoore/AshleyMooreFemUPOVpt1.mp4" + } + ], + "scraped_at": 1778431060 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-you-and-your-friends-pov-pt2/": { + "title": "Officer Lo Valentine Arrests You and Your Friends POV pt2", + "description": "Officer Lo removes you from the interrogation table and leads you to the cell before locking you inside. She leaves to go arrest your friends. When she gets there she first has Daisy stand against the wall and handcuffs her hands behind her back. Next she finds Lauren and has her lay face down on the floor with her hands outstretched and she handcuffs her hands behind her back as well. She leads them both out to her car and buckles them both in the back seat. Back at the station, she brings the two of them inside and immediately puts them in the cell with you where they continue to tease, taunt, and humiliate you.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoLaurenDaisyFemUpt2.mp4" + } + ], + "scraped_at": 1778431061 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-you-pov-pt1/": { + "title": "Officer Lo Valentine Arrests You and Your Friends POV pt1", + "description": "You’re hanging out with Lauren and Daisy, they’re taunting and teasing you and you’re all having a good time. All of a sudden there’s a knock on the door and it’s Officer Lo. She says she’s there to arrest you and quickly does so, handcuffing you and reading your rights. She leads you out of the house and to her car and takes you to jail. Once you get there she pulls you out of the car and frisks you to make sure you have no contraband. She takes you inside and cuffs you to the interrogation table, taking your information and fingerprints and asking you questions.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoLaurenDaisyFemUpt1.mp4" + } + ], + "scraped_at": 1778431062 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-and-your-girlfriend-lauren-are-arrested-pov-pt2/": { + "title": "You and Your Girlfriend Lauren Are Arrested POV pt2", + "description": "Lauren is cuffed to the bench, nude, and you are removed. Your handcuffs are removed and Officer Daisy conducts a thorough strip search. She handcuffs you and makes you sit down on the bench next to Lauren while she fetches uniforms. She returns with a green inmate uniform and a white and orange striped jumpsuit. She lets the two of you off the bench and you both get dressed. She handcuffs the both of you, with your hands behind your back and shackles you before leading you to you shared cell and locking you and Lauren inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyLaurenPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431066 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-and-your-girlfriend-lauren-are-arrested-pov-pt1/": { + "title": "You and Your Girlfriend Lauren Are Arrested POV pt1", + "description": "Your and your girlfriend Lauren are relaxing after a busy day and she says she can’t help but feel like you guys forgot something important. The two of you are trying to figure it out when Officer Daisy knocks on the door. Lauren answers and Officer Daisy confirms your identity before putting you in handcuffs and placing you under arrest. She explains that you missed your court date and that there is a warrant for you. You girlfriend pleads and begs and even tries to bribe Officer Daisy while you are being arrested, and Officer Daisy informs her she is going with you. She tells her she can’t just bribe an officer while she handcuffs her and reads her rights. The two of you are taken to her car and taken to jail. At the station you both are brought inside and you are handcuffed to a bench. Officer Daisy moves Lauren’s handcuffs to the front and then cuffs her to a table to take her information and fingerprints. When they are finished she is brought over to the mugshot  board and her photos are taken, cuffs are removed, and she is ordered to undress for a strip search. When the strip search is finished, she is handcuffed and sat on the bench next to you.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyLaurenPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431066 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-you-pov-pt2/": { + "title": "Officer Autumn Arrests YOU! POV pt2", + "description": "Officer Autumn takes your mugshots before removing your handcuffs and shackles. She then starts telling you to undress and puts your clothes in a white bin. She then begins the strip search, checking behind and in your ears, your mouth, your hair, and ends with a squat and cough. You are given a striped prisoner jumpsuit to wear and quickly put it on. She handcuffs and shackles you again before walking you over to your new jail cell. She locks you inside and taunts and teases you for being locked up.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431066 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-you-pov-pt1/": { + "title": "Officer Autumn Arrests YOU! POV pt1", + "description": "Officer Autumn arrives at your house to place you under arrest. She quickly handcuffs you with a pair of black handcuffs and reads you your rights. She adds shackles around your ankles before walking you outside to her car. At the jailhouse, she pulls you out of the back of her car and frisks you before taking you further inside. Once inside your handcuffs are moved to the front and you are cuffed to a black table. She takes your information and fingerprints you, before putting your paperwork away and then letting you out from the table cuff to move you to a new area.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431067 + }, + "https://www.femuniverse.com/pinkcuffs-videos/dwaynes-arrest-interview-pt3/": { + "title": "Dwayne’s Arrest Interview pt3", + "description": "Officer Autumn finishes out the interview with Dwayne.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/DwayneInterviewfemupt3.mp4" + } + ], + "scraped_at": 1778431070 + }, + "https://www.femuniverse.com/pinkcuffs-videos/dwaynes-arrest-interview-pt2/": { + "title": "Dwayne’s Arrest Interview pt2", + "description": "Autumn continues asking Dwayne questions about the time he was arrested and even handcuffs him.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/DwayneInterviewfemupt2.mp4" + } + ], + "scraped_at": 1778431071 + }, + "https://www.femuniverse.com/pinkcuffs-videos/dwaynes-arrest-interview-pt1/": { + "title": "Dwayne’s Arrest Interview pt1", + "description": "Autumn sits down with Dwayne and asks him questions about the time he was arrested.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/DwayneInterviewfemupt1.mp4" + } + ], + "scraped_at": 1778431071 + }, + "https://www.femuniverse.com/pinkcuffs-videos/red-is-arrested-by-officers-ziva-fey-and-cherri-pt3/": { + "title": "Red Is Arrested By Officers Ziva Fey and Cherri pt3", + "description": "Red’s booking is finished up when Ziva and Cherri return with an orange prisoner jumpsuit for him to wear. They remove him from the bench and remove his cuffs and shackles so he can get dressed. He does so quickly and his cuffs and shackles are put back on him before he is led to the jail cell. After he is locked inside his cuffs are moved to the front. After a while, possibly the next day they return and put him in a leather transport belt with a pair of cuffs", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaFeyCherriRedFemUpt3.mp4" + } + ], + "scraped_at": 1778431072 + }, + "https://www.femuniverse.com/pinkcuffs-videos/red-is-arrested-by-officers-ziva-fey-and-cherri-pt2/": { + "title": "Red Is Arrested By Officers Ziva Fey and Cherri pt2", + "description": "Officer Ziva and Cherri bring Red into the interrogation room and move his handcuffs to the front. They question him and take his information down before moving his handcuffs back to behind his back. They walk him to the mugshot board and take his mugshots. They then remove his cuffs and order him to undress. He does so and they conduct a thorough strip search before handcuffing and shackling him and locking him onto the bench.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaFeyCherriRedFemUpt2.mp4" + } + ], + "scraped_at": 1778431074 + }, + "https://www.femuniverse.com/pinkcuffs-videos/red-is-arrested-by-officers-ziva-fey-and-cherri-pt1/": { + "title": "Red Is Arrested By Officers Ziva Fey and Cherri pt1", + "description": "Red is relaxing at home when Officer Ziva and Officer Cherri knock on his door to pick him up because he’s a wanted man. Ziva quickly has him up against the door with his hands behind his back while her rookie partner, Cherri handcuffs hims. Ziva puts a pair of shackles around his ankles and makes sure to double lock all the cuffs. Cherri reads Red his rights as Ziva frisks him. They lead him outside and put them in their car. At the station they pull him out of the car and frisk him again before taking him inside to book him.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ZivaFey/ZivaFeyCherriRedFemUpt1.mp4" + } + ], + "scraped_at": 1778431075 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-is-busted-by-officer-autumn-and-undercover-chloe-houston-pt3/": { + "title": "Oliver Is Busted by Officer Autumn and Undercover Chloe Houston pt3", + "description": "Officer Autumn and Officer Chloe led Oliver to the mugshot board where his photos were taken. Officer Autumn removed his handcuffs and he put his hands on his head. He was ordered to undress and did so, until he was nude. The officers then conducted a very thorough strip search, finishing it with having him squat and cough. Officer Chloe walked away to file paperwork and find a jumpsuit while Officer Autumn handcuffed Oliver’s hands behind his back. The both of them stood and waited for Chloe to return. They removed Oliver’s cuffs and handed him a striped jumpsuit to put on. He got dressed and was again cuffed behind his back and shackled. They lead him to his cell and lock him inside, switching his cuffs to the front after a few minutes.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/ChloeHoustonAutumnOliverFemUpt3.mp4" + } + ], + "scraped_at": 1778431077 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-is-busted-by-officer-autumn-and-undercover-chloe-houston-pt2/": { + "title": "Oliver Is Busted By Officer Autumn and Undercover Chloe Houston pt2", + "description": "Chloe Houston is back at the station and in her uniform preparing the processing room. Officer Autumn brings in Oliver and the move his handcuffs to the front so they can cuff him to the table. Officer Autumn writes down his information while Chloe asks him questions. His fingerprints are taken, he signs his statement, and he is allowed to make his one phone call before he’s removed from the table and his handcuffs are switched to behind his back.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/ChloeHoustonAutumnOliverFemUpt2.mp4" + } + ], + "scraped_at": 1778431076 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-is-busted-by-officer-autumn-and-undercover-chloe-houston-pt1/": { + "title": "Oliver Is Busted By Officer Autumn and Undercover Chloe Houston pt1", + "description": "Chloe Houston is at home waiting for a customer to arrive when she hears a knock on the door. That must be him. She opens the door and Oliver walks in. The two of them flirt and talk about their plans a bit before Officer Autumn comes in and places him in a pair of cuffs. The two Officers inform Oliver that he is under arrest and Officer Autumn frisks him before leading him outside. At the station she pulls him out of the car and leads him by holding his arm over to the wall. She frisks him again before walking him out of the garage.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/ChloeHoustonAutumnOliverFemUpt1.mp4" + } + ], + "scraped_at": 1778431078 + }, + "https://www.femuniverse.com/pinkcuffs-videos/nox-and-scarlett-skies-are-arrested-during-a-traffic-stop-pt3/": { + "title": "Nox and Scarlett Skies Are Arrested During a Traffic Stop pt3", + "description": "Officer Cleo returns and removes Nox from the bench to lock him in the cell while she continues with Scarlett’s mugshots and strip search. She removes her from the bench and has her stand in front the height chart, and she takes her mugshots. Scarlett’s handcuffs are removed and she is instructed to remove her clothes. She does so and when she is fully undressed Officer Cleo conducts a thorough strip search. Once she is finished with the search, she handcuffs Scarlett behind her back again while she finds a jumpsuit that will fit. She returns and removes the cuffs, allowing Scarlett to put the orange jumpsuit on. She is handcuffed and shackled and locked in the cell as Nox is pulled out.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CleoMoon/CleoMoonScarlettSkiesNoxFemUpt3.mp4" + } + ], + "scraped_at": 1778431079 + }, + "https://www.femuniverse.com/pinkcuffs-videos/nox-and-scarlet-skies-are-arrested-during-a-traffic-stop-pt2/": { + "title": "Nox and Scarlet Skies Are Arrested During A Traffic Stop pt2", + "description": "Officer Cleo Moon brings Scarlet Skies and Nox into the jailhouse and moves their cuffs to the front. She handcuffs them both to a table and takes their fingerprints and writes down their information. She allows them to make their phone calls and then removes them from the table. Scarlet’s and Nox’s handcuffs are then moved to behind their backs again and Officer Cleo handcuffs them to the bench.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CleoMoon/CleoMoonScarlettSkiesNoxFemUpt2.mp4" + } + ], + "scraped_at": 1778431080 + }, + "https://www.femuniverse.com/pinkcuffs-videos/nox-and-scarlet-skies-are-arrested-during-a-traffic-stop-pt1/": { + "title": "Nox and Scarlet Skies Are Arrested During A Traffic Stop pt1", + "description": "Officer Cleo Moon has pulled over Nox and Scarlet Skies, and after running their information she quickly handcuffs the both of them and places them under arrest. She reads them their rights and quickly frisks them before putting them in the back of her car. She buckles the two of them in and takes them back to the station and jailhouse to book them. At the station, she pulls them out of the car and does a more thorough frisk to make sure they have nothing on them. When they are finished and nothing is found, she takes them by the arms and leads them inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CleoMoon/CleoMoonScarlettSkiesNoxFemUpt1.mp4" + } + ], + "scraped_at": 1778431080 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-and-officer-jay-killa-arrest-dwayne-the-package-thief-pt3/": { + "title": "Officer Autumn and Officer Jay Killa Arrest Dwayne the Package Thief pt3", + "description": "Officers Jay and Autumn continue Dwayne’s processing by taking him over to the mugshot board to take his mugshots. They do so and then remove his handcuffs and order him to undress. When he is fully nude, they conduct a very thorough strip search. He is handcuffed after his strip search and left cuffed to the bench after they realized they were going to need a bigger orange jumpsuit for him. When they return with a bigger jumpsuit, they let him up from the bench and remove his handcuffs. He gets dressed and is again cuffed and shackled when he is. The two officers then lead him to the cell and lock him inside, also moving his cuffs from behind his back to in front of him.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnJayKillaDwayneFemUpt3.mp4" + } + ], + "scraped_at": 1778431082 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-and-officer-jay-killa-arrest-dwayne-the-package-thief-pt2/": { + "title": "Officer Autumn and Officer Jay Killa Arrest Dwayne the Package Thief pt2", + "description": "Officer Autumn and Officer Jay walk Dwayne in, with one of his arms being held by each of them. They remove his handcuffs just to move them to his front, and handcuff him to the table. They question him and take his information down, following that with taking his fingerprints. They keep asking him questions and taunting him as they hand him the phone and allow him to make a phone call. When he’s finished they remove him from the table and walk him to a new area.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnJayKillaDwayneFemUpt2.mp4" + } + ], + "scraped_at": 1778431083 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-and-officer-jay-killa-arrest-dwayne-the-package-thief-pt1/": { + "title": "Officer Autumn and Officer Jay Killa Arrest Dwayne the Package Thief pt1", + "description": "Dwayne is hanging out on his couch after a successful day of being a porch pirate, when two officers knock on his door and enter his home. He asks if they have a warrant but they explain they’re here for the packages in his home that don’t have his name or address on them. They quickly find the packages out in the open and place him under arrest, handcuffing his hands behind his back and quickly patting him down. They read him his rights and lead him outside to their car, each one holding onto an arm of his. At the station they pull him out of the car and frisk him again before bringing him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnJayKillaDwayneFemUpt1.mp4" + } + ], + "scraped_at": 1778431085 + }, + "https://www.femuniverse.com/pinkcuffs-videos/your-girlfriend-calls-the-femuniverse-police-on-you-pov-pt3/": { + "title": "Your Girlfriend Calls The FemUniverse Police On You POV pt3", + "description": "Officer Luna Lux returns with a striped jumpsuit and a pair of orange shoes for you to wear. She removes your handcuffs and hands you the clothing and shoes to get dressed. You put them on and button up the jumpsuit, turning back around so Officer Luna Lux can handcuff you. She then kneels down and puts a pair of silver shackles around your ankles, moving your jumpsuit up so they rested on bare skin. She then led you to the jail cell and locked you inside. After a few hours, she returns saying you had a visitor. Your girlfriend was there to yell at you and berate you and further humiliate you. She continued to taunt you while you stayed locked inside the cell, unable to do anything.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LunaLuxStellaFemUpt3.mp4" + } + ], + "scraped_at": 1778431085 + }, + "https://www.femuniverse.com/pinkcuffs-videos/your-girlfriend-calls-the-femuniverse-police-on-you-pov-pt2/": { + "title": "Your Girlfriend Calls The FemUniverse Police On You POV pt2", + "description": "Officer Luna Lux pulls you out of the car and frisks you to make sure you have on contraband. You get yelled at after not following instructions during the pat down. When the pat down was through, she took you inside and processed you, taking down your information and fingerprints. You are then led to the mugshot board for your mugshots and strip search.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LunaLuxStellaFemUpt2.mp4" + } + ], + "scraped_at": 1778431285 + }, + "https://www.femuniverse.com/pinkcuffs-videos/your-girlfriend-calls-the-femuniverse-police-on-you-pov-pt1/": { + "title": "Your Girlfriend Calls The FemUniverse Police On You POV pt1", + "description": "In the world of FemUniverse, men do not have control. They aren’t even allowed to break up with their girlfriends. You try to break up with your girlfriend Stella anyway, and she yells at you and scolds you and degrades you. She tells you she’s going to call the police on you and have you arrested. Soon after, Officer Luna Lux shows up and quickly arrests you, handcuffing you and putting shackles around your ankles. Stella cheekily waves goodbye as you are escorted out.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/LunaLuxStellaFemUpt1.mp4" + } + ], + "scraped_at": 1778431086 + }, + "https://www.femuniverse.com/pinkcuffs-videos/roman-is-arrested-by-officer-autumn-pt3/": { + "title": "Roman Is Arrested by Officer Autumn pt3", + "description": "Officer Autumn brings Roman to the mugshot board to get his mugshots taken, making him face forward and both to the left and the right. After, she removes his handcuffs and tells him to undress to his underwear. He does so and she conducts a search, making especially sure he isn’t hiding anything in his boxers. She handcuffs him and leaves him in front of the mugshot board while grabbing him a jumpsuit. She returns with an orange jumpsuit and removes his handcuffs to allow him to get dressed. He puts on the jumpsuit and she once again handcuffs him. She adds a pair of shackles to his ankles and then leads him away. After locking him in a cell, she brings in Cleo Moon to speak with him. When Cleo and him are finished, she removes his handcuffs and he remains locked inside the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnCleoRomanFemUpt3.mp4" + } + ], + "scraped_at": 1778431285 + }, + "https://www.femuniverse.com/pinkcuffs-videos/roman-is-arrested-by-officer-autumn/": { + "title": "Roman Is Arrested by Officer Autumn pt2", + "description": "Roman is put in the back of Officer Autumn’s car and buckled in. She transports him back to the station where she pulls him out from the car and frisks him to make sure he doesn’t have anything dangerous or illegal on him, then walks him inside. His handcuffs are moved from behind his back to in front of his body, and he is handcuffed to a table. Autumn takes his information and fingerprints before releasing him from the table and leading him away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnCleoRomanFemUpt2.mp4" + } + ], + "scraped_at": 1778431287 + }, + "https://www.femuniverse.com/pinkcuffs-videos/roman-is-arrested-by-officer-autumn-pt1/": { + "title": "Roman Is Arrested by Officer Autumn pt1", + "description": "Roman visits his ex girlfriend, Cleo Moon, and violates a restraining order by doing so. She gives him the chance to talk but she quickly decides to call the police when he won’t leave. Officer Autumn Ehr shows up and separates the two of them and listen’s to Cleo’s reason for calling. She decides to arrest Roman, making him stand against the wall as she handcuffs his hands behind his back and then frisks him. She then leads him outside and closes the door behind her.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnCleoRomanFemUpt1.mp4" + } + ], + "scraped_at": 1778431287 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-arrests-you-and-your-girlfriend-daddys-goddess-pt3/": { + "title": "Reese The Ram Arrests You and Your Girlfriend, Daddy’s Goddess pt3", + "description": "Officer Reese has your girlfriend stand against the wall as she removes you from the bench. She then has you stand in front of the mugshot board and she cuffs Daddy’s Goddess to the bench where you were just sitting. Your mughsots are taken and then your handcuffs are removed. You are ordered to undress and you comply, and continue to listen to orders as Officer Reese conducts a thorough strip search. When it’s done, she handcuffs you and leaves to find jumpsuits for you and your girlfriend. She returns with two matching black and white striped jumpsuits. removing your handcuffs to allow you to get dressed. She handcuffs your hands behind your back and puts you back on the bench. Your girlfriend is allowed up and she is allowed to put her jumpsuit on. Both of you are sat on the bench and Officer Reese puts shackles on your ankles and then leads you to the cell. Once locked in, your cuffs are moved to the front.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ReeseTheRam/ReeseDaddysGoddessPOVFemUpt3.mp4" + } + ], + "scraped_at": 1778431289 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-arrests-you-and-your-girlfriend-daddys-goddess-pt2/": { + "title": "Reese The Ram Arrests You and Your Girlfriend, Daddy’s Goddess pt2", + "description": "Officer Reese removes Daddy’s Goddess from the table when they are finished with her processing. She is sat on the bench next to you and cuffed to it and you are removed from the bench. It is your turn for processing so your handcuffs are moved to the front and you’re handcuffed to the table now. Your information and fingerprints are taken and when you are finished giving all your information and requesting a phone call, Officer Reese takes you back to the bench. You are left there with your girlfriend for a few minutes. When Officer Reese returns, she removes Daddy’s Goddess and has her stand in front of the height chart for her mugshots. Her photos are taken and then the officer removes her handcuffs. She removes all her clothes and a strip search is conducted by Officer Reese. When it’s over Officer Reese handcuffs Daddy’s Goddess.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ReeseTheRam/ReeseDaddysGoddessPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431290 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-arrests-you-and-your-girlfriend-daddys-goddess-pt1/": { + "title": "Reese The Ram Arrests You and Your Girlfriend, Daddy’s Goddess pt1", + "description": "You are hanging out at home with your girlfriend, Daddy’s Goddess when Officer Reese knocks on the door and makes her way inside. She quickly gets Daddy’s Goddess on her front on the couch and handcuffs her behind her back, and pulls a pair of shackles from her belt and puts her in a hog cuff. Next she handcuffs you and tells you that she has a search warrant. Officer Reese quickly finds contraband and lets Daddy’s Goddess up off the couch. She makes you both stand against the wall and frisks you both and reads your rights before walking you outside. At the station you are both brought in and her handcuffs are moved to the front and she is cuffed to a table. You are taken to a bench and handcuffed to it while your girlfriend is processed.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/ReeseTheRam/ReeseDaddysGoddessPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431292 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-and-hart-arrested-by-officer-autumn-pt4/": { + "title": "Reese The Ram and Hart Arrested By Officer Autumn pt4", + "description": "Hart and Reese are still nude, and handcuffed to the bench. They wait for Officer Autumn to return with their jumpsuits, and when she finally does she removes Hart from the bench first and removes his handcuffs. He is handed a black and white jumpsuit and quickly puts it on and buttons it, just for Officer Autumn to handcuff him behind his back again. He sits back down on the bench and next Officer Autumn removes Reese from the bench. Her handcuffs are taken off and she also gets dressed in a black and white jumpsuit and is handcuffed behind her back. Both Reese and Hart are shackled while sitting on the bench, and then Officer Autumn walks them to their cell and locks them both in.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnReeseTheRamHartFemUpt4.mp4" + } + ], + "scraped_at": 1778431292 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-and-hart-arrested-by-officer-autumn-pt3/": { + "title": "Reese The Ram and Hart Arrested By Officer Autumn pt3", + "description": "Officer Autumn brings Reese and Hart over to the mugshot board and Makes Reese stand in front of it. She sits Hart down on the bench and handcuffs him to it. She stands in front of Reese and removes her handcuffs, taking her mugshots and then ordering her to strip. Reese strips down to her red bra and panties and was told to keep going. Hart watches her as she undresses until she’s finally totally nude. Officer Autumn then conducts a thorough strip search to make sure she has no contraband. When they’re finished she is handcuffed and sat on the bench. Hart is removed from the bench and his handcuffs are removed. Officer Autumn orders him to undress and he does so until he is also fully nude and she conducts a strip search on him. After not finding anything, he is handcuffed and sat on the bench next to Reese.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnReeseTheRamHartFemUpt3.mp4" + } + ], + "scraped_at": 1778431295 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-and-hart-are-arrested-by-officer-autumn-pt2/": { + "title": "Reese The Ram and Hart Are Arrested By Officer Autumn pt2", + "description": "Officer Autumn brings Reese and Hart into the interrogation room and has both of them stand facing the wall. She first switches Reese’s handcuffs to the front and has her stand to the side when she turns to switch Hart’s handcuffs to the front. She handcuffs the both of them to the table and takes out paperwork to take down their information. She then takes Reese’s fingerprints, guiding her hands the whole time, and then she takes Hart’s letting him do his mostly himself. Afterwards, Reese is allowed a phone call and when she is finished, Hart is denied one. Officer Autumn removes them from the table and leads them away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnReeseTheRamHartFemUpt2.mp4" + } + ], + "scraped_at": 1778431295 + }, + "https://www.femuniverse.com/pinkcuffs-videos/reese-the-ram-and-hart-are-arrested-by-officer-autumn-pt1/": { + "title": "Reese The Ram and Hart Are Arrested By Officer Autumn pt1", + "description": "Reese The Ram and Hart are back home, talking about how much they enjoyed their vacation when Officer Autumn showed up to arrest them. She had them stand facing the wall with their hands against it and told them they were being arrested for indecent exposure. Apparently their vacation antics got very wild. she handcuffed the both of them, scolded them, and remembered to lock their handcuffs before leading them out of the house. When she pulls them out of her car at the station, she frisks them in the garage before walking them inside, grabbing each one by the arm.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/AutumnEhr/AutumnReeseTheRamHartFemUpt1.mp4" + } + ], + "scraped_at": 1778431297 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-cleo-moon-arrests-you-in-the-shower-pov-pt2/": { + "title": "Officer Cleo Moon Arrests You In The Shower! POV pt2", + "description": "Officer Cleo Moon tells you that she is going to remove your handcuffs for a strip search. She tells you to fold your ears, check your hair, and mouth, and even makes you wiggle your toes and squat and cough. After she brings you a black and white striped jumpsuit and you get dressed. She handcuffs you and shackles your ankles before leading you to the cell where she locks you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CleoMoon/CleoMoonFemUPOVpt2.mp4" + } + ], + "scraped_at": 1778431297 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-cleo-moon-arrests-you-in-the-shower-pt1/": { + "title": "Officer Cleo Moon Arrests You In The Shower! POV pt1", + "description": "You are taking a shower when Officer Cleo Moon opens the door and interrupts. She quickly finds a towel to hand to you to dry yourself off and cover up. She informs you that a few bars had called in about you being too intoxicated and causing trouble the night before so she was going to have to take you in to the station and process you. You were lucky enough that she allowed you to get dressed before handcuffing you and reading your rights. At the station you are frisked, your handcuffs are moved to the front, and you are cuffed to a table so she can take down the rest of your information and get your fingerprints. When you two are through with that she releases you from the table and leads you to a different area.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CleoMoon/CleoMoonFemUPOVpt1.mp4" + } + ], + "scraped_at": 1778431300 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lauren-arrests-you-again-pov-pt3/": { + "title": "Officer Lauren Arrests You Again POV pt3", + "description": "Officer Lauren returns while you are stilled handcuffed to the bench and tells you the medical staff is out for the day, but she is able to take your vitals. She starts by putting a pair of gloves on and then checks your breathing using her stethoscope. She removes your cuffs from the bench and moves your cuffs to the front while she checks your pulse, and then she moves your handcuffs back. You are taken to the cell and she locks you inside, taunting you as she closes the door.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Lauren/POVFemULaurenCustompt3.mp4" + } + ], + "scraped_at": 1778431301 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-are-arrested-by-lauren-again-pov-pt2/": { + "title": "You Are Arrested By Lauren Again POV pt2", + "description": "Officer Lauren begins your strip search by ordering you to undress and put your clothes in a white bucket. She dons a pair of white rubber gloves and continues the search by checking your ears, mouth, and nose. She asks you to lift your genitals to check underneath, and also makes you turn around and she checks your toes. She ends the search by making you squat and cough a few times. When the search is finished She hands you a striped black and white jumpsuit to put on, and once you’re dressed she cuffs your hands behind your back and puts a pair of shackles around your ankles.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Lauren/POVFemULaurenCustompt2.mp4" + } + ], + "scraped_at": 1778431304 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-are-arrested-by-lauren-again-pov-pt1/": { + "title": "You Are Arrested By Lauren Again POV pt1", + "description": "You walk into the station and Officer Lauren immediately recognizes you and starts calling you out. She makes you stand facing the wall as she pats you down and handcuffs you with a pair of pink hinged cuffs. She walks you over to the table and handcuffs you to it, continuing to exclaim that she’s disappointed you’re back. Despite you being here before, they needed to take your information for their paperwork again to confirm that what they already had on file is correct. Your fingerprints are also taken and then you are led over to the mugshot board. She orders you to turn to your left and to your right as your photos are taken and the last one is finally taken faced forward and then your cuffs are removed.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/Lauren/POVFemULaurenCustompt1.mp4" + } + ], + "scraped_at": 1778431304 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-carina-arrests-freddy-pt3/": { + "title": "Officer Carina Arrests Freddy pt3", + "description": "Freddy is still standing in front of the mugshot board nude and handcuffed when Carina returns with an orange jumpsuit. She removes his handcuffs and allows him to get dressed. Once he’s wearing the jumpsuit, Carina handcuffs him again. She then takes his mugshot photos and then leads him away. She takes him to his cell and then locked him in, removing his cuffs when he’s inside. He attempts to get comfortable while he waits for whatever is supposed to happen next. Fortunately for him, Officer Carina returns with his clothes and tells him they were able to contact his brother and he was going to be released. She let him out of the cell and he changed back into his civilian clothing and she let him leave.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CarinaCapella/CarinaFreddyFemUpt3.mp4" + } + ], + "scraped_at": 1778431306 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-carina-arrests-freddy-pt2/": { + "title": "Officer Carina Arrests Freddy pt2", + "description": "Freddy is brought inside the jailhouse with Carina holding him by the arm, she moves his handcuffs from behind his back to cuffed in front, and handcuffs him to the interrogation table. She begins by making another phone call to his friend to attempt to contact him, which failed so she continued to process him. She took Freddy’s information down and filled out his paperwork, including his fingerprints before filing it away and removing him from the table. She takes him to the mugshot board where she removes Freddy’s handcuffs and she orders him to remove his clothes. He does as he is told until he is completely nude and she conducts a thorough strip search on him. When finished she handcuffs his hands behind his back and leaves to find him a jumpsuit.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CarinaCapella/CarinaFreddyFemUpt2.mp4" + } + ], + "scraped_at": 1778431306 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-carina-arrests-freddy-pt1/": { + "title": "Officer Carina Arrests Freddy pt1", + "description": "Freddy entered a house and triggered the security system, and Officer Carina was sent to check it out. She quickly ordered him to get down on the ground and handcuffed his hands behind his back, and then got him up and sat him on the couch where she began questioning him. He claimed it was his friend’s place and he’s supposed to be there but she was not able to contact his friend. She told him she’d be taking him back to the station and booking him until it could be cleared up. She reads Freddy his rights before standing him up and leading him outside to her car. At the jailhouse, she pulls him out from the back of her car and pats him down to make sure he has no contraband on him. Finding nothing, she takes him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/CarinaCapella/CarinaFreddyFemUpt1.mp4" + } + ], + "scraped_at": 1778431308 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-and-officer-larz-take-you-to-jail-pov-pt3/": { + "title": "Officer Daisy and Officer Larz Take YOU to Jail POV pt3", + "description": "Officer Larz and Officer Daisy walk you back to the search area while handcuffed. Once there they continue to mock you and remove your handcuffs. Officer Daisy scolds you for your wandering eyes and Officer Larz threatens adding another charge and lengthening whatever sentence you get. Once you are uncuffed, Officer Daisy hands you a striped jumpsuit. You get dressed under the Officer’s seething gaze, and they remind you to button up your jumpsuit all the way. Once finished, you are handcuffed and shackled, and led to your cell. The Officers continue to insult and humiliate you as they lock you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyLarzPOVFemUpt3.mp4" + } + ], + "scraped_at": 1778431309 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-and-officer-larz-take-you-to-jail-pov-pt2/": { + "title": "Officer Daisy and Officer Larz Take YOU To Jail POV pt2", + "description": "Officer Daisy and Larz take you over to take your mugshot. Then they take you out of your handcuffs and order you to undress so they can conduct a VERY thorough strip search. Near the end of the search, They both put black rubber gloves on to finish searching you, and when finished they cuff you back up, still naked and take you to the showers. They lock you inside and tell you to get clean and start washing. After a while they decide they need to go inside the shower cell to make sure you’re cleaning properly, and they begin to insult and berate you for having been arrested. When you’re finished, they leave the cell and hand you a towel, continuing to berate you.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyLarzPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431311 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-and-officer-larz-take-you-to-jail-pov-pt1/": { + "title": "Officer Daisy and Officer Larz Take YOU To Jail POV pt1", + "description": "There’s an aggressive knock on your door and you open it to see Officer Daisy and Officer Larz. The two make their way inside and start questioning you on your whereabouts earlier in the day. You fail to defend yourself and they place you under arrest for having undeniable proof that you violated a restraining order. You are handcuffed and patted down, as they insult and shame you for breaking the law. At the station you are pulled from the back of their cop car they pat you down again, wanting to make sure you aren’t hiding anything. Once inside they handcuff you to a table and begin taking your information and fingerprints, once again insulting you and humiliating you for landing yourself back in jail. Officer Daisy makes a phone call for you and then you are removed form the table.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyLarzPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431311 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-lux-and-celene-thorne-arrest-roman-pt2/": { + "title": "Luna Lux and Celene Thorne Arrest Roman pt2", + "description": "Officer Celene and Officer Luna Lux bring Roman inside and move his cuffs to the front so they can cuff him to the table. They immediately fingerprint him and allow him his one phone call and take his information. Roman is then removed from the table and his handcuffs are moved to behind his back. He is cuffed to a bench and left there while the officers file his paperwork. When they return they uncuff him from the bench and take his mugshots. They then remove his handcuffs and order him to undress. He removes his clothes and keeps his underwear on and they conduct a basic search. When finished he is given an orange jumpsuit and gets dressed. He is handcuffed with his hands in front and a waist chain and a pair of shackles around his ankles, and locked in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/CeleneThorneLunaLuxRomanFemUpt2.mp4" + } + ], + "scraped_at": 1778431313 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-lux-and-celene-thorne-arrest-roman-pt1/": { + "title": "Luna Lux and Celene Thorne Arrest Roman pt1", + "description": "Officer Luna and Officer Celene have pulled over Roman for speeding. While Officer Luna stays and talks to him, Officer Celene runs his information. When she’s finished she tells Officer Luna that they’ll have to arrest him due to a warrant. They ask him to step out of the car, and the lead him over to the hood of the cop car. There, the officers pat him down and then handcuff him, arresting him, and then put him in the back of their car. Officer Luna buckles him in and they drive him back to the station.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaLux/CeleneThorneLunaLuxRomanFemUpt1.mp4" + } + ], + "scraped_at": 1778431314 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-failed-your-test-and-are-taken-to-jail-pt2/": { + "title": "You Failed Your Test And Are Taken To Jail pt2", + "description": "Officer Haley continues your processing by putting on another pair of gloves and patting you down and searching you again. She then orders you to undress until you are fully nude and you comply. Once fully nude, she instructs you to shake out your hair, show all of the inside of your mouth, lift your genitals, and feet and wiggle your toes, to make sure you have nothing on you. Once your strip search was finished, she handed you an orange jumpsuit and then handcuffed and shackled you once again. You are locked in a cell and your handcuffs are removed, and you are left there until transportation has showed up to transfer you to prison. She lets you out of her holding cell and then handcuffs you with a pair of hinged cuffs and a waist chain. She also puts a pair of shackles around your ankle and uses a chain and handcuff key lock to connect your shackles and handcuffs before leading you out to go to prison.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/HaleyBaybee/HaleyBaybeeBFFemUpt2.mp4" + } + ], + "scraped_at": 1778431317 + }, + "https://www.femuniverse.com/pinkcuffs-videos/you-failed-your-test-and-are-taken-to-jail-pt1/": { + "title": "You Failed Your Test And Are Taken To Jail pt1", + "description": "Parole Officer Haley Baybee calls you to remind you that you need to give them a sample to pass a substance test. You show up and eagerly provide a sample for them to test. When she returns from the testing, she is upset and informs you that you have failed. She handcuffs your hands behind your back and then calls for assistance in transporting you back to prison. They tell her there are no available vehicles. She handcuffs your hands behind your back and leads you to another area of her office and grabs more cuffs and chains. She moves your hinged handcuffs to the front and adds a waist chain to make sure you are extra secure. She also adds shackles around your ankles. Officer Haley then leads you to another area where she takes off your handcuffs, chains, and shackles.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/HaleyBaybee/HaleyBaybeeBFFemUpt1.mp4" + } + ], + "scraped_at": 1778431317 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-and-kash-money-set-up-a-sting-pov-pt2/": { + "title": "Officer Nikki and Kash Money Set Up A Sting POV pt2", + "description": "Officer Nikki walks you over to the mugshot board and she takes your mugshots. Officer Kash joins her as she removes your handcuffs and orders you to strip until you are nude and to put your clothes in the white bucket. You do as you are told and the officers then conduct a strip search, checking everywhere they can think of. When they’re done laughing at you, Officer Nikki hands you an orange jumpsuit and you quickly put it on. She once again handcuffs you and this time adds shackles around your ankles. The two officers lead you to your cell and before locking you in, the taunt and laugh at you some more.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiKashFemUpt2.mp4" + } + ], + "scraped_at": 1778431317 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-and-kash-money-set-up-a-sting-pov-pt1/": { + "title": "Officer Nikki and Kash Money Set Up A Sting POV pt1", + "description": "You are seeking companionship and have hired Kash money to spend time with you. However as soon as you gave handed over the payment, she disappeared and then a Officer Nikki arrived to arrest you. She handcuffs your hands behind your back and then reads you your rights before leading you out. At the station you are frisked and led inside. You see Kash there and you are informed she’s an undercover cop. Officer Nikki and Kash berate you and question you while you are handcuffed to a table, and Kash walks away to file her report. Officer Nikki begins taking your information, fingerprints, and makes a phone call before removing you from the table.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/NikkiDarling/NikkiKashFemUpt1.mp4" + } + ], + "scraped_at": 1778431319 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-ray-arrests-quervo-pt2/": { + "title": "Officer Luna Ray Arrests Quervo pt2", + "description": "Officer Luna Ray handcuffs Quervo to the bench and leaves him there for a few minutes while she files his paperwork and sets up the next part of processing. When she returns she removes him from the bench and has him stand in front of the height chart. She hangs the mugshot board around his neck and his mugshots are taken. After, she removes his handcuffs and orders him to undress down to his underwear and he does so. Then she conducts a basic search to make sure he isn’t hiding anything. When they’re finished with the search, she hands him an orange jumpsuit and grabs more handcuffs and shackles as he gets dressed. His hands are cuffed behind his back and Officer Luna puts shackles around his ankles. She leads him to the cell and locks him in. She leaves him in there for a while and when she returns she switches his cuffs to the front and then lets him out, putting on a leather transport belt before leading him out of the room.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaRay/LunaRayQuervoFemUpt2.mp4" + } + ], + "scraped_at": 1778431322 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-ray-arrests-quervo-pt1/": { + "title": "Officer Luna Ray Arrests Quervo pt1", + "description": "Luna Ray arrives at Quervo’s home and knocks on his door to arrest him for his warrant. He denies any involvement with what he’s been accused of but she doesn’t listen and arrests him. She handcuffs his hands behind his back and then reads him his rights before walking him out the front door. At the station she pulls him out of her car and pats him down before taking him inside. Once they get inside and to the correct room, she begins his processing. Quervo’s handcuffs are move to the front and sits him at the table. She takes his information and fingerprints, and then talks to him a bit more about his charges. She then removes him from the table to lead him to the next part of processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LunaRay/LunaRayQuervoFemUpt1.mp4" + } + ], + "scraped_at": 1778431322 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-two-men-pt3/": { + "title": "Officer Lo Valentine Arrests Two Men pt3", + "description": "Officer Lo walks Shaun over to the mugshot chart and puts a board with his name and booking information on it around his neck. His mugshots are taken and he is then sat on the bench while Yuri is removed from it. His mugshots are taken the same way and then both are made to stand up in front of the height chart. Officer Lo removes their handcuffs and orders both of them to take off their clothes down to their underwear. They both do so and she conducts a search before handing them each an orange jumpsuit. They get dressed and both are put back in handcuffs and shackles are added around their ankle. They are led to the jail cell and locked in, and Officer Lo moves Shaun’s handcuffs to in front before walking away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoVYuriShaunFemUpt3.mp4" + } + ], + "scraped_at": 1778431322 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-two-men-pt2/": { + "title": "Officer Lo Valentine Arrests Two Men pt2", + "description": "Officer Lo pulls Yuri and Shaun from the car and frisks and searches them both. Finding nothing on them, she brings them both inside and handcuffs Shaun to the bench. She moves Yuri’s handcuffs to in front and handcuffs him to the table, pulling out paperwork to take down his information. She takes his fingerprints and allows him one phone call before removing him from the table. His handcuffs are moved to back behind his back and Shaun is removed from the bench. Shaun and Yuri switch places, and Yuri is left on the bench while Shaun is at the table. Officer Lo takes down his information and fingerprints and also allows him a phone call.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoVYuriShaunFemUpt2.mp4" + } + ], + "scraped_at": 1778431324 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lo-valentine-arrests-two-men-pt1/": { + "title": "Officer Lo Valentine Arrests Two Men pt1", + "description": "Yuri is driving around in his corvette when Officer Lo pulls him over. She claims he was being suspicious and asked for his papers. After running his information she finds out he has a warrant so she places him under arrest and puts him in the back of her car. Yuri argues with her form the backseat as she is driving back to the station when she gets a call from dispatch. She says she’ll respond to the call as she’s nearby. When she gets to the residence she walks in, calling out that she has arrived. She calls out for Shaun, and walks upstairs. She finds him and immediately has him step against the wall, handcuffing him and informing him of his arrest due to possibly being involved in a robbery. She takes him outside and places him in the back along with Yuri.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/LoValentine/LoVYuriShaunFemUpt1.mp4" + } + ], + "scraped_at": 1778431329 + }, + "https://www.femuniverse.com/pinkcuffs-videos/daisy-meadows-arrests-you-pov-pt3/": { + "title": "Daisy Meadows Arrests YOU POV pt3", + "description": "Officer Daisy orders you to undress and hands you a white bucket to put your clothes in. She starts giving you orders, conducting a strip search and you comply with them. After your strip search she handcuffs you with your hands behind your back and starts taunting and teasing you for having been arrested, really reminding you who is in charge. You tried to bribe her but that didn’t work either and she said she was adding that charge into your current charges. She walks you to the cell without changing or loosening your cuffs and when she finally returns she has a pair of shackles and adds that before leaving you again, locked in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyMeadowsPOVFemUpt3.mp4" + } + ], + "scraped_at": 1778431329 + }, + "https://www.femuniverse.com/pinkcuffs-videos/daisy-meadows-arrests-you-pov-pt2/": { + "title": "Daisy Meadows Arrests YOU POV pt2", + "description": "Officer Daisy brings you inside and moves your handcuffs to in front. She then cuffs you to the interrogation table. She pulls out blank paperwork and an ink pad and pen and starts taking down your information. Your fingerprints are taken, and she files your paperwork. She removes you from the table and walks you over to the height board. She fills out a mugshot report for you and hands you the board you’re supposed to hold. Your mugshots are taken and she removes the board from your neck and puts it away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyMeadowsPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431329 + }, + "https://www.femuniverse.com/pinkcuffs-videos/daisy-meadows-arrests-you-pov-pt1/": { + "title": "Daisy Meadows Arrests YOU Pov pt1", + "description": "Officer Daisy has pulled you over for speeding and quickly places you in handcuffs while she runs your information. After she returns she places you under arrest and you are frisked and put inside the back of her cop car. She gets into the driver’s seat and you are taken to the station. Once there she pats you down again, adjusting your cuffs and making sure they’re tight enough, and then brings you inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2025/DaisyMeadows/DaisyMeadowsPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431330 + }, + "https://www.femuniverse.com/pinkcuffs-videos/haley-baybee-arrests-you-pov-pt2/": { + "title": "Haley Baybee Arrests You POV pt2", + "description": "Officer Haley takes your mugshots and then removes your cuffs so you can undress. She puts on a pair of black gloves and conducts a thorough strip search, finding no contraband. She handcuffs you and finds you an orange jumpsuit, removing your handcuffs when she returns. You get dressed and she cuffs and shackles you before leading you to the cell and locking you in.\n\nAfter some time Officer Haley returns and unlocks your cell. She steps in and starts stripping, teasing you and taunting you for being a criminal.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/HaleyBaybee/HaleyPOVFemuPart2.mp4" + } + ], + "scraped_at": 1778431334 + }, + "https://www.femuniverse.com/pinkcuffs-videos/haley-baybee-arrests-you-pov-pt1/": { + "title": "Haley Baybee Arrests You POV pt1", + "description": "Haley Baybee finds you hiding out in your backyard and informs you of a warrant. She quickly handcuffs you and places you under arrest, reading you your rights. She tightens the handcuffs before leading you out of your backyard. Back at the station she thoroughly pats you down, kneeling down and checking everywhere, including your pants and shoes. Once inside you are handcuffed to the bench while she gets your paperwork ready. You are then moved to the table and handcuffed to it. She takes your information and fingerprints and then removes you from the table, leading you over to the mugshot board.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/HaleyBaybee/HaleyPOVFemuPart1.mp4" + } + ], + "scraped_at": 1778431335 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-lux-has-a-warrant-for-your-arrest/": { + "title": "Officer Luna Lux Has A Warrant for YOUR Arrest", + "description": "Enjoy this one part video where Luna Lux comes to your house with a warrant for your arrest. Quickly handcuffing you with a pair of black hinged handcuffs, she reads you your rights and leads out outside. At the station you are cuffed to a bench while you wait for her to find a jumpsuit. Once she does you are brought to the mugshot board, mugshots are taken, and your cuffs are removed. You are then told to remove your clothes and Officer Luna Lux conducts a strip search. You are then handed an orange jumpsuit and get dressed. She uses a waist chain and the same black hinged handcuffs and locks your wrists in front. You are taken to a cell and locked with a pair of shackles added to your ankles.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/LunaLuxShortPOVFemU.mp4" + } + ], + "scraped_at": 1778431334 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-stevie-arrests-her-boyfriend-pt3/": { + "title": "Officer Stevie Arrests Her Boyfriend pt3", + "description": "Maude is left standing in front of the mugshot board, nude with his hands cuffed behind his back. When Officer Stevie returns, she has an orange jumpsuit for her boyfriend. She removes his cuffs and he gets dressed. She once again handcuffs his hands behind his back and also puts a pair of shackles around his ankles. She takes him to his cell and locks him in, moves his cuffs to the front, and walks away. He is in that cell until she finally returns to let him out and put him in a pair of transport cuffs and shackles to go to court.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/StevieMae/StevieMaudept3.mp4" + } + ], + "scraped_at": 1778431335 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-stevie-arrests-her-boyfriend-pt2/": { + "title": "Officer Stevie Arrests Her Boyfriend pt2", + "description": "Officer Stevie brings Maude inside and immediately switches his cuffs to the front and sits him at the table. She handcuffs him to it and takes his information and fingerprints, and then allows him to make his phone call. After she removes him from the table and switches his cuffs to behind his back before leading him to the mugshot board. Once there she takes his mugshots and then his handcuffs are removed. She orders him to strip and she conducts a thorough strip search before leaving him standing there with his hands cuffed behind his back.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/StevieMae/StevieMaudept2.mp4" + } + ], + "scraped_at": 1778431338 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-stevie-arrests-her-boyfriend-pt1/": { + "title": "Officer Stevie Arrests Her Boyfriend pt1", + "description": "Maude is hanging out at home, waiting for his girlfriend to get off work. She finally does, and we find out his girlfriend is Officer Stevie. She is upset at him because he hadn’t paid attention to parking tickets or court dates he had, and now there’s a warrant for his arrest. After getting upset with him, she places him under arrest, handcuffing his hands behind his back and patting him down quickly. She turns him around and reads him his rights before walking out the door with him. At the station she pulls him out of her car and frisks him again before taking him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/StevieMae/StevieMaudept1.mp4" + } + ], + "scraped_at": 1778431339 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-arrests-sultry-pt2/": { + "title": "Officer Nikki Arrests Sultry pt2", + "description": "Officer Nikki brings Sultry over to the height chart where she takes his mugshots before removing his cuffs. Once they are removed he is ordered to remove his clothing so she can conduct a thorough strip search, ending with a squat and cough. She handcuffs him behind the back and leaves him standing there while she gets him an orange jumpsuit. When she returns she removes his cuffs and he quickly gets dressed, only for Officer Nikki to put him in cuffs and shackles again. She takes him to his cell and locks him inside. Some time later, Officer Nikki returns to remove him from the cell. She puts him in a pair of transport cuffs and shackles and takes him to court, where he sees the judge and is sentenced. Officer Nikki leads him out of the court room and takes him back to his cell where he is to serve his sentence.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/NikkiDarling/NikkiDarlingSultryFemUpt2.mp4" + } + ], + "scraped_at": 1778431340 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-darling-arrests-sultry-pt1/": { + "title": "Officer Nikki Darling Arrests Sultry pt1", + "description": "Someone has called Officer Nikki to remove Sultry from their property. He’s been banging on the back door for a while, and when Nikki gets there, she quickly puts him in handcuffs and shackles and arrests him. She takes him to the station and once there she frisks him and then takes him inside to begin his booking. She takes his information and fingerprints while switching his handcuffs from back to front to back again before leading him away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/NikkiDarling/NikkiDarlingSultryFemUnpt1.mp4" + } + ], + "scraped_at": 1778431340 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-heather-arrests-freddy-and-sultry-pt3/": { + "title": "Officer Heather Arrests Freddy and Sultry pt3", + "description": "Officer Heather leads the two prisoners over to take their mugshots. After she has the two strip to their boxers and hands them orange jumpsuits. They put them on and she handcuffs and shackles them before taking them to their cell. After locking them in she leaves for a few minutes and returns to remove their cuffs to the front but leaves them in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/HeatherSultryFreddyFemUpt3.mp4" + } + ], + "scraped_at": 1778431342 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-heather-arrests-freddy-and-sultry-pt2/": { + "title": "Officer Heather Arrests Freddy and Sultry pt2", + "description": "Officer Heather pulls the two perps out of the car and pats them down again before bringing them inside. She switches their handcuffs to the front and cuffs them to the table. She takes their information and fingerprints, and lets them make their phone calls. When they’re finished she removes them from the table and switches their cuffs back to behind their backs so she can lead them away for mugshots and strip searches.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/HeatherSultryFreddyFemUpt2.mp4" + } + ], + "scraped_at": 1778431343 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-heather-arrests-freddy-and-sultry-pt1/": { + "title": "Officer Heather Arrests Freddy and Sultry pt1", + "description": "Officer Heather is searching Freddy and is in the process of arresting him, making him stand up against a wall as she handcuffed his hands behind his back and reading him his rights. She walks him to the cop car and puts him in the backseat, making sure to buckle him in. While transporting him to the station to be booked, she conducts a traffic stop. She pulls over Sultry, who claims to have left his license in his trunk. She helps him search his trunk while Freddy struggles in the back of her car. Instead of finding his license, she finds contraband and quickly seizes it as evidence. She then places Sultry under arrest, handcuffing him and reading him his rights, frisking him, and putting him in the back with Freddy.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/HeatherSultryFreddyFemUpt1.mp4" + } + ], + "scraped_at": 1778431344 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-nikki-arrests-you-for-a-warrant-pov/": { + "title": "Officer Nikki Arrests You For a Warrant POV", + "description": "You went to the police station to report your bike being stolen, but when Officer Nikki runs your information, she discovers you have a warrant for your arrest. She quickly puts you in cuffs and reads you your rights, before sitting you down and taking your information as a prisoner instead. Once done you are walked over to the height board where your cuffs are removed and she conducts a strip search. She hands you a jumpsuit to put on and you get dressed. She handcuffs you again, hangs a mugshot board around your neck, and then takes your mugshots before leading you to your cell and locking you in. She taunts you with a smirk and tells you that you have to follow instructions the first time you’re told or you will be put in worse cuffs. Do you test your luck?", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/NikkiDarling/NikkiPOVFemU.mp4" + } + ], + "scraped_at": 1778431345 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-and-officer-larz-arrest-nox-pt3/": { + "title": "Officer Daisy and Officer Larz Arrest Nox pt3", + "description": "Nox is led back to the bench and the officers handcuff him to it again. They leave him there and they talk about how they don’t want to clean his cell and how they look good in their uniforms. When they return to uncuff him, they take him to make his one phone call. After he makes his one phone call he is taken to his cell and they hand him cleaning wipes. Nox is make to clean his cell while they lock him in there as he waits for his trial and sentencing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/DaisyMeadows/DaisyLarzNoxFemUpt3.mp4" + } + ], + "scraped_at": 1778431346 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-and-officer-larz-arrest-nox-pt2/": { + "title": "Officer Daisy and Officer Larz Arrest Nox pt2", + "description": "Officer Larz and Officer Daisy walk Nox in the room by arm and handcuff him to the bench. When they return they remove him from the bench and he stands in front of a mugshot board. They remove his cuffs and shackles and the point of view switches to Nox as they strip search him. Once he is dressed in a striped jumpsuit, the point of view switches back, and you see the officers handcuff him with a lock box and shackle him.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/DaisyMeadows/DaisyLarzNoxFemUpt2.mp4" + } + ], + "scraped_at": 1778431347 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-and-officer-larz-arrest-nox-pt1/": { + "title": "Officer Daisy and Officer Larz Arrest Nox pt1", + "description": "Officer Daisy and Officer Larz pull Nox over for failing to stop at a stop sign, and notice he isn’t wearing a seatbelt either. They promptly arrest him, handcuffing him with a pair of hinged cuffs and putting a pair of shackles around his ankles. They walk him to their car and buckle him in the back and transport him to jail.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/DaisyMeadows/DaisyLarzNoxFemUpt1.mp4" + } + ], + "scraped_at": 1778431348 + }, + "https://www.femuniverse.com/pinkcuffs-videos/lauren-arrests-you-for-shoplifting-pov-pt2/": { + "title": "Lauren Arrests YOU for Shoplifting POV pt2", + "description": "Officer Lauren removes you from the table and takes you over to the mugshot board. She takes your mugshot and frisks you, before removing your cuffs and telling you to undress. She conducts a thorough strip search on you before handing you an orange jumpsuit. You put it on quickly and then she places a leather transport belt around your waist, using a pair of handcuffs through the loop to handcuff you. She then places shackles around your ankles. Officer Lauren leads you to your cell and locks you in. When she returns she pulls you out of the cell and removes your cuffs and belt, instead putting you in a waist chain and connecting the extra chain to your shackles before leading you away to see a judge.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lauren/LaurenPOVFemUYeept2.mp4" + } + ], + "scraped_at": 1778431348 + }, + "https://www.femuniverse.com/pinkcuffs-videos/lauren-arrests-you-for-shoplifting-pov-pt1/": { + "title": "Lauren Arrests You For Shoplifting POV pt1", + "description": "Officer Lauren pulls you over for being suspected of shoplifting. She searches your car and finds all that she needs to arrest you and take you in. She handcuffs you and uses a waist chain before putting you in the back of her car. At the station she pulls out of her car and takes you inside where she removes the waist chain. You are sat at a table where she takes your fingerprints and fills out. some paperwork for your processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lauren/LaurenPOVFemUYeept.1mp4.mp4" + } + ], + "scraped_at": 1778431351 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-sweet-is-arrested-for-embezzlement-by-lo-valentine-pt3/": { + "title": "Oliver Sweet Is Arrested For Embezzlement by Lo Valentine pt3", + "description": "Officer Lo returns to Oliver with an orange jumpsuit in hand, and removes his shackles and handcuffs before handing it to him. He quickly dresses and she makes him turn around so she can put him in a waist chain with his hands cuffed behind his back and puts shackles back around his ankle. She leads him out of the room and they head out to see the judge. During his hearing, the judge sentences him to 7 years as well as paying back all the funds he took and a fine. She also informs him that Officer Lo has taken a special interest in his case and sentencing so she’ll be overseeing his sentence. She leads Oliver away and takes him back to his cell. She removes his waist chain and leaves him handcuffed behind the back. She leaves Oliver locked in the cell for a while before returning and letting herself into his cell…", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/LoVOliverSweetFemUpt3.mp4" + } + ], + "scraped_at": 1778431351 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-sweet-is-arrested-by-officer-lo-valentine-for-embezzlement-pt2/": { + "title": "Oliver Sweet Is Arrested By Officer Lo Valentine for Embezzlement pt2", + "description": "Officer Lo uncuffs Oliver from the bench and takes him to the interrogation table to take his fingerprints and information and allow him his one phone call. After she takes him to the mugshot board and takes his mugshots. She then removes his handcuffs and shackles and he is made to strip so she can conduct a thorough strip search. He is left handcuffed and shackled while Officer Lo finds him a jumpsuit to wear.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/LoVOliverSweetFemUpt2.mp4" + } + ], + "scraped_at": 1778431353 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-sweet-is-arrested-by-officer-lo-valentine-for-embezzlement-pt1/": { + "title": "Oliver Sweet Is Arrested By Officer Lo Valentine for Embezzlement pt1", + "description": "Oliver Sweet is working in his office when Officer Lo Valentine knocks on the door and arrests him. She makes him stand up and arrests him as she is handcuffing him behind the back. She gives him a thorough pat down and then searches his office for any evidence, collecting it and putting it in a bag. She takes him arm and the bag and leads him out to her car. At the station she pulls him out of the car and does an even more thorough pat down, making sure she doesn’t miss anything. She leads him inside and handcuffs him to the bench while she bends over the table to begin his paperwork.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/LoVOliverSweetFemUpt1.mp4" + } + ], + "scraped_at": 1778431352 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ziva-arrests-kg-for-a-speeding-ticket-pt3/": { + "title": "Officer Ziva Arrests KG For A Speeding Ticket pt3", + "description": "The camera switches to the POV of KG as Ziva conducts the strip search. She walks him through every command and hands him a striped black and white jumpsuit, and the camera switches back and we see her handcuff him and shackle him. She then handcuffs him to the bench where she talks to him and continues flirting and teasing him before locking him in the cell. After a while she decides to join him, and kicks up her legs on his lap while he sits on the cot.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/ZivaKGFemUpt3.mp4" + } + ], + "scraped_at": 1778431356 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ziva-arrests-kg-for-a-speeding-ticket-pt2/": { + "title": "Officer Ziva Arrests KG For A Speeding Ticket pt2", + "description": "Once inside, Ziva continues being handsy, rough, and flirty as she moves KG’s handcuffs to the front and cuffs him to the table. She starts his processing by getting his fingerprints and information, all the while bending over the table teasingly. Once they’re done with fingerprints she removes him from the table and switches his handcuffs back to behind his back. She leads him to the mugshot board where she has some fun and takes some selfies with him in front of the board before removing his cuffs and making him undress.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/ZivaKGFemUpt2.mp4" + } + ], + "scraped_at": 1778431355 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-ziva-fey-arrests-kg-for-a-speeding-ticket-pt1/": { + "title": "Officer Ziva Fey Arrests KG for a Speeding Ticket pt1", + "description": "KG is relaxing at home when Officer Ziva Fey arrives to talk to him about a speeding ticket. She tells him she can make it go away if he does everything she says. She commands him to turn around and he does and then she pushes him up against the door and handcuffs him, using a pair of pink hinged ASP handcuffs. Officer Ziva Frisks KG and then turns him around to read him his rights, keeping her hand on his chest so he didn’t move. When she has finished reading him his rights she kneels down and puts a pair of black ASP shackles around his ankles and leads him out of his house. At the station she pulls him out of her car and gives him a more thorough pat down before taking him inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/ZivaKGFemUpt1.mp4" + } + ], + "scraped_at": 1778431357 + }, + "https://www.femuniverse.com/pinkcuffs-videos/arrested-with-your-girlfriend-at-the-hospital-pt3/": { + "title": "Arrested With Scarlet Skies at the Hospital POV pt3", + "description": "Officer Autumn finishes your strip search by making you turn around, squat, and cough. You do so and stand back up. Officer Autumn handcuffs you while she goes to grab you a jumpsuit. When she returns she tosses it and you and removes your handcuffs. You quickly get dressed and the three of you are locked in a cell together.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/HospitalFemUpt3.mp4" + } + ], + "scraped_at": 1778431357 + }, + "https://www.femuniverse.com/pinkcuffs-videos/arrested-with-your-girlfriend-at-the-hospital-pov-pt2/": { + "title": "Arrested With Scarlet Skies at the Hospital POV pt2", + "description": "Officer Autumn brings you, Scarlett, and Cleo into the station to process you. She makes you stand while she brings Cleo and Scarlett to the mugshot board. She removes their cuffs and makes them undress. Scarlett does so quickly, while looking at you and teasing you. Officer Autumn yells at you to stop being a pervert and behave yourself. Autumn helps Cleo unzip her dress and she removes it, complaining that you’re still staring. A strip search is conducted on both of them at once and then they are handcuffed and sat on the bench. Officer Autumn turns to you and tells you it’s your turn. She makes you face the wall and removes your handcuffs, telling you to undress as well. You do so and begins your strip search but Scarlett interrupts and Officer Autumn cuffs the two of them to the bench.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/HospitalFemUpt2.mp4" + } + ], + "scraped_at": 1778431360 + }, + "https://www.femuniverse.com/pinkcuffs-videos/arrested-with-your-girlfriend-at-the-hospital-pov-pt1/": { + "title": "Arrested With Scarlet Skies at the Hospital POV pt1", + "description": "Officer Autumn is taking you to see a doctor at the hospital and leads you into the waiting room where she orders you to sit. The nurse, Cleo Moon quickly took you into a room and started to get you settled in and set up while Officer Autumn handcuffed you to the bed. Nurse Cleo tells Officer Autumn she is welcome to go get coffee or a snack as she has everything handled and Officer Autumn left. Nurse Cleo then hurried your girlfriend, Scarlett Skies, out of hiding and quickly handed you a hospital gown to help sneak out. They remove your handcuffs and you try to change quickly but Officer Autumn returns too soon. She catches Cleo and Scarlett trying to help you escape and places them under arrest, taking the three of you back to the station.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/HospitalFemUpt1.mp4" + } + ], + "scraped_at": 1778431360 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-lux-arrests-you-pov-pt-2/": { + "title": "Luna Lux Arrests You POV Pt 2", + "description": "Officer Luna Lux locks you in the cell with your hands cuffed behind your back. She tells you to turn around and moves the handcuffs to in front. She then steps out of the room and you make yourself comfortable and stare out of the cell bars. When Officer Luna returns, she opens the cell door and cuffs your wrists to the top of the door of the cell. Luna tells you she takes pity on you and since you’re friends she wants to do you a favor. She begins to remove her belt and shoes, and strips off her dress and panties. She begins to tease you and show you her body and lets you look since you won’t be seeing a woman for a very long time. After a few minutes of teasing she quickly locks you back inside the cell and then gets dressed. Telling you bye without another word and leaving the room.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/LunaLuxPOVFemUpt2.mp4" + } + ], + "scraped_at": 1778431362 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-lux-arrests-you-pov-pt-1/": { + "title": "Luna Lux Arrests You POV Pt 1", + "description": "Luna Lux knocks on your door and immediately places you under arrest. She frisks you and handcuffs you, and then reads you your rights. She then scolds you a bit before walking you to her car. At the station she opens the door and lets you out, telling you to watch your head. She does another pat down, this time taking away your phone and any other items in your possession. She takes you inside and leaves you handcuffed to a bench while she grabs something from the other room. She returns with a white bucket and un-cuffs you from the bench. She tells you to stand in front of the mugshot board and she takes your mugshots. When she’s done she removes your handcuffs and makes you undress, taunting you with every garment you take off. When you’re nude Luna conducts a strip search, making sure to check every hiding spot. When she’s sure you aren’t hiding anything, she tells you to turn back around and handcuffs you before leading you away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/LunaLuxPOVFemUpt1.mp4" + } + ], + "scraped_at": 1778431362 + }, + "https://www.femuniverse.com/pinkcuffs-videos/rue-love-arrested-by-policewomen-pt2/": { + "title": "Rue Love Arrested By Policewomen pt2", + "description": "Rue is brought into a new room by the officers and left handcuffed to a bench. When Officer Daisy returns, Rue asks if she can remove his cuffs because they’re hurting his wrists but she tells him no. She uncuffs him from the bench and has him remove his shoes to take an accurate height for his mugshot. His photo is taken and both officers have him undress to conduct a full strip search. When finished they hand him a green and white striped jumpsuit and placed him back in handcuffs, this time behind his back. He is locked in the cell and the officers remove his handcuffs and walk away to let him fall asleep. Officer Daisy tells Lo not to leave inmates in handcuffs and she scoffs at that and tells her she’ll learn. Officer Lo returns to the cell to wake up Rue and handcuff him again. She then lets him out of the cell and she and Officer Daisy put him in a waist chain and shackles to take him to court.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/RueLoveFemUpt2.mp4" + } + ], + "scraped_at": 1778431365 + }, + "https://www.femuniverse.com/pinkcuffs-videos/rue-love-arrested-by-policewomen-pt1/": { + "title": "Rue Love Arrested By Policewomen pt1", + "description": "Rue Love is pulled over and arrested by Officer Lo and Officer Daisy for criminal speeding and having a bench warrant. They pat him down, handcuff him, and place him in the back of their car. They then search his car and find it suspicious that they can’t find anything and assume the car is stolen. The officers drive Rue back to the station and when they get there they conduct another search before leading him inside and handcuffing him to a table to start his processing. They get his information and fingerprint him before removing his cuffs from the table and leading him to the next room.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/RueLoveFemUpt1.mp4" + } + ], + "scraped_at": 1778431365 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-gerald-and-ziva-fey-pt3/": { + "title": "Officer Autumn Arrests Gerald and Ziva Fey pt3", + "description": "Officer Autumn pulls Ziva from the bench and walks her to the mugshot board and helps her remove her shoes. Ziva’s mugshots are taken and then her cuffs are also removed so she can undress. Officer Autumn conducts a strip search on her as well and she leaves her handcuffed when they are finished to grab her an orange jumpsuit. Gerald and Ziva joke while waiting. When she returns with a jumpsuit she removes Ziva’s cuffs and she gets dressed. She is again handcuffed but this time in front with a pair of hinged cuffs and sat down on the bench. Officer Autumn then puts shackles around Gerald’s ankles and then walks the two of them to a cell. She locks both of them inside and after a some time she returns and uses another pair of handcuffs to cuff Gerald to the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/GeraldZivaAutumnpt3.mp4" + } + ], + "scraped_at": 1778431366 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-gerald-and-ziva-fey-pt2/": { + "title": "Officer Autumn Arrests Gerald and Ziva Fey pt2", + "description": "Officer Autumn has finished with Ziva’s interrogation and fingerprinting and leaves her standing with her hands cuffed behind her back while she fetches Gerald from the bench. She then walks Ziva to the bench and cuffs her to it, and then handcuffs Gerald to the table for her interrogation and processing. When they are finished she walks Gerald to the mugshot board. While she’s doing that Ziva begins to argue with Officer Autumn. She is warned to stop arguing before she gets herself into more trouble. Gerald’s mugshots are taken, and then his cuffs are removed and he is told to undress. He does so and then a thorough strip search is conducted. After he is done squatting and coughing, Officer Autumn handcuffs him behind the back and leaves to get an orange jumpsuit. When she returns she removes his cuffs and he gets dressed. He is brought over to the bench and cuffed to it and Officer Autumn starts removing Ziva.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/GeraldZivaAutumnpt2.mp4" + } + ], + "scraped_at": 1778431366 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-gerald-and-ziva-fey-pt1/": { + "title": "Officer Autumn Arrests Gerald and Ziva Fey pt1", + "description": "Ziva Fey and Jerry are wrestling on their couch, managing to sit on each other, and spank each other, for a few minutes before hearing a knock on the door. They situate themselves and open the door to reveal Officer Autumn. She informs the two that she had a few calls about a possible crime and both vehemently denied anything happened.Officer Autumn tells them she heard what happened and both admitted to having put hands on each other so she places both of them under arrest. She first handcuffs Ziva with her hands behind her back and then cuffs Gerald the same way. She reads their rights and pats them down before double locking their cuffs and shackling Gerald. She then walks both perps out to her car. When they get to the station Gerald is left cuffed to the bench while Ziva is cuffed to the table interrogated and processed.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/GeraldZivaAutumnpt1.mp4" + } + ], + "scraped_at": 1778431370 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-celene-arrests-you-and-chloe-houston-pov-pt3/": { + "title": "Officer Celene Arrests You And Chloe Houston POV pt3", + "description": "Officer Celene switches Chloe’s handcuffs to the front and handcuffs her to the table, while you are cuffed to the bench. She begins by taking Chloe’s information and fingerprints. Chloe is then given a phone call and she calls a lawyer to help get you both out of this. When she is finished Officer Celene removes her cuffs from the table and switches them to behind her back. Next you are removed from the bench and Chloe sits down and is cuffed to it. You are brought to the table and your handcuffs are switched to the front, and then you are cuffed to the table. Officer Celene continues by taking your information and fingerprints next, and you opt not to make a phone call and let Chloe and her lawyer take care of it. Chloe is shackled and removed from the bench. You are shackled as well and led over to the cell with Chloe. Both of you are locked inside and Chloe decides to pass the time by teasing you and showing off her handcuffs.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/CeleneThorne/CeleneChloeFemUpt3.mp4" + } + ], + "scraped_at": 1778431371 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-celene-arrests-you-and-chloe-houston-pov-pt2/": { + "title": "Officer Celene Arrests You And Chloe Houston POV pt2", + "description": "You and Chloe have been un-cuffed from the bench and Chloe is standing in front of the mugshot board. Officer Celene removes her handcuffs and orders her to undress. Chloe does so and a thorough strip search is performed. She is handcuffed again behind her back while Officer Celene finds her a jumpsuit. While she’s gone, Chloe teases you a bit while she’s in handcuffs. When Officer Celene returns, she un-cuffs Chloe again and Chloe gets dressed. Officer Celene handcuffs her once again behind her back before having Chloe step aside, telling you it’s your turn. You step up and she removes your handcuffs. She orders you to undress and conducts a strip search with Chloe silently encouraging you. Once finished Officer Celene handcuffs you and steps away to find a jumpsuit. When she returns you get dressed and she handcuffs you again before leading you away to continue your processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/CeleneThorne/CeleneChloeFemUpt2.mp4" + } + ], + "scraped_at": 1778431371 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-celene-arrests-you-and-chloe-houston-pov-pt1/": { + "title": "Officer Celene Arrests You and Chloe Houston POV pt1", + "description": "You and Chloe Houston are breaking and entering a home, planning to rob them. She opens the sliding door and you two walk in. She immediately finds a phone and a laptop and keeps searching the kitchen while you keep watch and search the living room. Suddenly, the door opens and Officer Celene walks in. Chloe says that you two were house sitting but Officer Celene said she got a call about suspicious activity from people the neighbors didn’t recognize. She quickly places the two of you under arrest, making both of you lie face down on the ground, crossing your ankles with your hands behind your back. She handcuffs the both of you, sits you on the couch and then reads you your rights. Officer Celene pats the both of you down before walking you to her car. At the station you and Chloe are handcuffed to a bench, waiting to start your processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/CeleneThorne/CeleneChloeFemUpt1.mp4" + } + ], + "scraped_at": 1778431372 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-arrests-christian-for-a-hit-and-run-pt3/": { + "title": "Officer Daisy Arrests Christian For A Hit and Run pt3", + "description": "Christian was left at the mugshot board in his underwear with his wrists cuffed behind his back. Officer Daisy returns with an orange jumpsuit and removes Christian’s cuffs. He gets dressed and she tells him to put his hands on his head while facing her. She grabs the transport chains and handcuffs his hands in front and then shackles him with the attached shackles. She then takes the thumb cuffs and puts them on his thumbs. He is walked to his cell and she locks him inside with all the cuffs still on. Daisy returns and she tells him that he’s a risk and has to have all the cuffs on, and that he isn’t able to bond out. She walks away and Christian paces around his cell, talking to himself and trying to settle in. Two weeks later, Christian is still in the transport chains, shackles and thumb cuffs. Daisy has returned with chains and lets him out of the cell. She removes his cuffs and shackles, just to replace them with a waist chain and lockbox cuffs behind his back, and a pair of shackles as she takes him to court to see a judge.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/DaisyMeadows/DaisyChristianFemUpt3.mp4" + } + ], + "scraped_at": 1778431374 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-arrests-christian-for-a-hit-and-run-pt2/": { + "title": "Officer Daisy Arrests Christian For A Hit and Run pt2", + "description": "`When Officer Daisy returns she shows Christian the video of the incident and informed him the victim had to go to the hospital. He was shocked and felt bad and admitted to being behind the wheel and agreed to cooperate. She began taking his name and date of birth, took his fingerprints, and let him make his phone call. When he was done Officer Daisy removed the cuffs keeping him to the table and walked him to the mugshot board. He took his shoes off and his mugshots were taken. His handcuffs and shackles were removed and he was made to undress down to his boxers and she performed a search to make sure he had no contraband on him. She handcuffed him behind his back and walked away to grab him a jumpsuit.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/DaisyMeadows/DaisyChristianFemUpt2.mp4" + } + ], + "scraped_at": 1778431376 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-daisy-arrests-christian-for-a-hit-and-run-pt1/": { + "title": "Officer Daisy Arrests Christian For A Hit and Run pt1", + "description": "Officer Daisy received a call about a hit and run and tracked down the location of the car involved and the owner. She finds Christian in his home and starts questioning him about his whereabouts and the damage on the car. After he dodges responsibility she makes him aware that there is video of the incident and multiple witnesses. After he denies it again she pushes him up against the wall and places him under arrest, handcuffing him quickly. She frisks him, pulling everything out of his pockets and shackles him before walking him out to her car. At the station his cuffs are moved to the front and he is cuffed to the interrogation table and left there.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/DaisyMeadows/DaisyChristianFemUpt1.mp4" + } + ], + "scraped_at": 1778431375 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-yuri-pt3/": { + "title": "Officer Autumn Arrests Yuri pt3", + "description": "Officer Autumn returns to Yuri still gagged and cuffed to the bench with an orange jumpsuit in hand. She removes his cuffs keeping him on the bench and walks him over to the mugshot board telling him its time for a strip search. She removes his cuffs and he removes his clothes except his boxers. She checks his toes and ears and hands him the jumpsuit to put on. He gets dressed and Autumn puts the cuffs and shackles back on him before locking him in the cell once again. He tries to ask her to remove his handcuffs from behind his back and she says no and walks away. He tries to get comfortable and fall asleep. Officer Autumn later returns and moves his cuffs to the front but doesn’t remove his gag. Autumn returns the next morning and we see that Yuri has not removed his gag. She tells him it’s time for court and brings him out of the cell. Once he’s out she removes his cuffs and begins putting on a waist chain. She handcuffs him behind the back, and uses the extra chain to connect them to his shackles, making transport chains, and takes him to court.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/FemUYuriAutumnpt3.mp4" + } + ], + "scraped_at": 1778431377 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-yuri-pt2/": { + "title": "Officer Autumn Arrests Yuri pt2", + "description": "Yuri struggles in the hog cuff Officer Autumn left him in until she returns, complaining and making noise with the chains. When she returns he says he’s ready to move forward with the process but she struggles as she tries to remove the hinged cuffs. She yells at him and gets the cuffs off, and him at off of the cot. She pulls him out of the cell and makes him stand against the wall. She yells at him again when he starts talking and grabs him and takes him to the mugshot board. She takes his mugshots and he continues to to complain and be snarky so Officer Autumn cuffs him to the bench and uses duct tape to gag him so she doesn’t have to listen anymore. She leaves him cuffed to the bench, with shackles and the tape gag still on.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/FemUYuriAutumnpt2.mp4" + } + ], + "scraped_at": 1778431379 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-autumn-arrests-yuri-pt1/": { + "title": "Officer Autumn Arrests Yuri pt1", + "description": "The scene opens to Yuri sitting on his couch and listening to some very loud music until he hears a knock at the door. Officer Autumn is standing there and both are frustrated that she’s been called again for a noise complaint. After some back and forth between the two, Autumn gets frustrated and decides to put him under arrest after wasting so much of her time. She handcuffs him, puts shackles on him, then reads him his rights and walks him outside to her car. At the station he is pulled from the car and immediately frisked to make sure he didn’t have anything on him. Autumn brings him inside and moves his handcuffs to the front so she can take his fingerprints and start his paperwork. Once she is done she switches his cuffs to behind his back and leads him to the cell. She puts him inside and makes him lay on the cot so she can hog cuff him using another pair of handcuffs. She locks him inside and walks away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Autumn/FemUYuriAutumnpt1.mp4" + } + ], + "scraped_at": 1778431379 + }, + "https://www.femuniverse.com/pinkcuffs-videos/detective-mia-brings-in-sean-for-investment-fraud-pt2/": { + "title": "Detective Mia Brings In Shaun For Investment Fraud pt2", + "description": "Officer Jackie Jupiter returns and uncuffs him from the bench, making him stand in front of the mugshot board. She takes Shaun’s mugshots and then removes his handcuffs and tells him to undress. He does so and awkwardly tries to cover himself but she starts giving him orders for the full nude strip search. She checks every orifice and makes him squat and cough before handing him an orange jumpsuit. He gets dressed and she once again handcuffs him behind the back. Officer Jackie walks him over to the cell where she adds shackles around his ankles. She then unlocks the cell and puts him inside, locking it back up before walking away. After some time passes, she returns with a waist chain. She has him step out of the cell and removes his handcuffs, having him place his hands on the wall. She puts the waist chain on him, cuffing his hands behind has back again, and then locks him back in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/MiaJackieJSeanpt2.mp4" + } + ], + "scraped_at": 1778431381 + }, + "https://www.femuniverse.com/pinkcuffs-videos/detective-mia-brings-in-sean-for-investment-fraud-pt1/": { + "title": "Detective Mia Brings in Shaun for Investment Fraud pt1", + "description": "Shaun is in his office working when he gets a call from an unknown number. He answers anyway and on the other line is Detective Mia, and she asks him to come in and answer a few questions about his company. Shaun agrees and hangs up the phone, preparing to head to the station. At the station he is sat at the interrogation table where he waits. When Detective Mia gets there she introduces herself and offers him a water. He accepts it and nervously drinks from it throughout his questioning. Unfortunately for Shauyn, he gets himself into trouble with some of his answers and Officer Jackie is called in to handcuff him and assist Detective Mia in placing him under arrest. Jackie handcuffs Shaun’s hands above his head and has him sit back down at the table, cuffing him to it. She takes the rest of his information and gets his fingerprints. After she uncuffs him from the table and switches his cuffs to behind his back. Shaun is then handcuffed to the bench while he waits for his paperwork to be filed.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/MiaJackieJSeanpt1.mp4" + } + ], + "scraped_at": 1778431381 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lauren-arrests-you/": { + "title": "Officer Lauren Arrests YOU", + "description": "Officer Lauren has been called to arrest you. She has you turn around and locks a pair of handcuffs on you, and reads you your rights from the little card. Once at the station, she opens the back door to her patrol car where you are sitting. She unbuckles you and waits for you to get out but you don’t move. She scolds you and you start pulling yourself out of the car. She has you stand in front of a wall while she does a thorough pat down before walking you inside. Once inside she moves your handcuffs from behind your back to in front and sits you down at a table where she takes down your information and then handcuffs you to the table to secure you to finish fingerprinting you. Next she walks you over to the mugshot board where your mugshots are taken and a strip search is performed. She hands you an orange jumpsuit and after you get dressed she handcuffs you again behind the back and shackles you as well. She walks you to the cell and locks you in.\n\nLater she returns, teasing you for being cuffed and locked up in the cell. Are you ready for this to be your new reality?", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lauren/LaurenPOVFemU.mp4" + } + ], + "scraped_at": 1778431383 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-celene-and-larz-bring-in-their-prisoners-pt3/": { + "title": "Officers Celene and Larz Bring In Their Prisoners pt3", + "description": "The two officers walk Lauren to the table and handcuff one of her wrists to it. Officer Celene gets her information and fingerprints while they both question her about why she was arrested. Once they find out more about it they tell her they have to continue with the process but they’ll see what they can do to help. They return her to the cell and next pull Oliver out after switching his handcuffs to the front and have him sit at the interrogation table. They take his information and prints and question him before putting him back in the cell. After a few minutes, a very irritated Lauren asks the cops for some extra cuffs, and a key, and puts Oliver in a hogcuff.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/CeleneThorne/celenelarzoliverpt3.mp4" + } + ], + "scraped_at": 1778431385 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-celene-and-larz-bring-in-their-prisoners-pt2/": { + "title": "Officers Celene and Larz Bring In Their Prisoners pt2", + "description": "Lauren is still handcuffed to the bench and when the Officers finally return for her they walk her over to the mugshot board. They take her photo and reLauren is still handcuffed to the bench and when the Officers finally return for her they walk her over to the mugshot board. They take her photo and remove her cuffs so she is able to undress for the search. While doing the strip search Lauren tells the officers about Oliver’s attitude and words while they were sitting on the bench, hoping to get him in more trouble and get her out of it. They handcuff her and leave her nude on the bench to return to Oliver. They brought him an orange jumpsuit and remove his cuffs in the cell so he can put it on and also give him his glasses back. They put the cuffs back on behind his back before opening the cell to shackle him as well. The officers return to Lauren and give her an orange jumpsuit as well. She quickly puts it on and they place her in the cell with Oliver without any cuffs. The officers stick around to harass Oliver by making him give up the whole cot for Lauren, and the two of them continue to bicker until the officers return for Lauren.move her cuffs so she is able to undress for the search. While doing the strip search Lauren tells the officers about Oliver’s attitude and words while they were sitting on the bench, hoping to get him in more trouble and get her out of it. They handcuff her and leave her nude on the bench to return to Oliver. They brought him an orange jumpsuit and remove his cuffs in the cell so he can put it on and also give him his glasses back. They put the cuffs back on behind his back before opening the cell to shackle him as well. The officers return to Lauren and give her an orange jumpsuit as well. She quickly puts it on and they place her in the cell with Oliver without any cuffs. The officers stick around to harass Oliver by making him give up the whole cot for Lauren, and the two of them continue to bicker until the officers return for Lauren.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/CeleneThorne/celenelarzoliverpt2.mp4" + } + ], + "scraped_at": 1778431387 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-celene-and-larz-bring-in-their-prisoners-pt1/": { + "title": "Officers Celene and Larz Bring In Their Prisoners pt1", + "description": "Officer Celene and Officer Larz went on separate calls and each came back with a new inmate. First we have Officer Larz arriving with Oliver handcuffed behind the back, giving him another frisk to make sure he has nothing dangerous on him and bringing him inside. Officer Celene arrived soon after with Lauren who was handcuffed in front and gave her a light pat down before heading inside. Inside, both are handcuffed to a bench and discuss their crimes. The officers return and remove Oliver from the bench, walking him over to the mugshot board where they take his mugshots and then make him remove his clothes for a full nude strip search. When they have finished, Officer Larz handcuffs him behind the back and lock him in the cell still completely nude.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/CeleneThorne/celenelarzoliverpt1.mp4" + } + ], + "scraped_at": 1778431387 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-lux-arrests-cheating-boyfriend-pt2/": { + "title": "Officer Luna Lux Arrests Cheating Boyfriend pt2", + "description": "The Officers continue Nox’s processing by removing him from the bench and making him take his shoes off for his mugshot. After taking it, they remove his handcuffs and order him to start undressing for the strip search (No Nudity). After the strip search is performed, he puts on an orange jumpsuit and Officer Lo and Luna Lux handcuff and shackle him using the transport cuffs. He is taken to see a judge and sentenced. The officers remove the trasnport cuffs and handcuff him behind the back and add a pair of shackles before locking him in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/LunaLuxLoValentineNoxpt2.mp4" + } + ], + "scraped_at": 1778431388 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-lux-arrests-cheating-boyfriend-pt1/": { + "title": "Officer Luna Lux Arrests Cheating Boyfriend pt1", + "description": "Officer Luna Lux has caught her boyfriend, Nox, cheating on her. In the world of FemUniverse that is highly illegal and one of the worst crimes. She quickly places him under arrest, handcuffing him tightly and leading him away to her car. Once at the station, Officer Lo Valentine assists with processing Nox. Helping Luna with his fingerprints and questioning him about his crime. After his information is taken they leave him cuffed to the bench to wait.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/LunaLuxLoValentineNoxpt1.mp4" + } + ], + "scraped_at": 1778431390 + }, + "https://www.femuniverse.com/pinkcuffs-videos/sultry-dionysus-is-caught-by-officer-ziva-fey-and-officer-celene-thorne-pt3/": { + "title": "Sultry Dionysus is Caught by Officer Ziva Fey and Officer Celene Thorne pt3", + "description": "Officer Celene takes their newest inmates mugshot while he’s still handcuffed in front. Ziva then removes his cuffs and makes him remove his shoes. She then starts the strip search (FULL NUDE) by checking his mouth and his hair, and making sure there was nothing in his nostrils. She then tells him to start undressing, checking his pants again before he takes them off. Next were his socks and he tried to put up a fight with his underwear to no avail. He took them off and tried to cover himself. They finished up the strip search with a squat and cough and she throws the striped blue jumpsuit at him. He quickly puts it on and Ziva handcuffs him and decides they need mugshots of him in the jumpsuit. She then puts shackles around his ankles and moves his cuffs to the front, deciding he should be in a waist chain instead. After adjusting his chains, the officers tell him it’s time to go to his cell but he refuses to move. Officer Ziva picked him up and carried him to the cell, and Officer Celene locked him in.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/SultryDionysusZivaCelenept3.mp4" + } + ], + "scraped_at": 1778431391 + }, + "https://www.femuniverse.com/pinkcuffs-videos/sultry-dionysus-is-caught-by-officer-ziva-fey-and-officer-celene-thorne-pt2/": { + "title": "Sultry Dionysus is Caught by Officer Ziva Fey and Officer Celene Thorne pt2", + "description": "Sultry is brought in by the two officers and they leave him cuffed to the bench. He tries to fight against the cuffs but it’s no use. When the officers return the remove him from the bench and switch his cuffs to the front. They then bring him to the interrogation table and cuff him to it. They take his information and his fingerprints and ask a few questions. Officer Ziva leaves to file the paperwork while Officer Celene handles his phone call. When Ziva returns she has a few of the purses and a jumpsuit. She continues asking Sultry questions and shows him what they found inside one of the purses. He once again denies any involvement with the paraphernalia and asks for a lawyer. Ziva responds by removing the cuffs holding him to the table and dragging him by his shirt to the mugshot board.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/SultryDionysusZivaCelenept2.mp4" + } + ], + "scraped_at": 1778431391 + }, + "https://www.femuniverse.com/pinkcuffs-videos/sultry-dionysus-is-caught-by-officer-ziva-fey-and-officer-celene-thorne-pt1/": { + "title": "Sultry Dionysus is Caught by Officer Ziva Fey and Officer Celene Thorne pt1", + "description": "Sultry is at home after another busy day of stealing purses when he gets a knock at the door. He opens it to find Officer Ziva and Officer Celene standing there. They confirm his identity and let him know they have a warrant to arrest him. He denies doing anything wrong and tries to close the door on them, but Officer Ziva pushes the door open and quickly gets him on the ground. She searches him before handcuffing him in a pair of silver chained handcuffs while Officer Thorne reads him his rights and places him under arrest. Officer Celene then see his stash of purses, and starts going through them to check and see if there’s any personal items, finding instead paraphernalia adding to his charges. Officer Ziva lifts Sultry to his feet and double locks his cuffs before leading him outside by his shirt. Officer Ziva and Officer Celene each take a side and walk him to the car, throwing him in the back. They transport him to the station and once there, he is frisked again before being led inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/SultryDionysusZivaCelenept1.mp4" + } + ], + "scraped_at": 1778431392 + }, + "https://www.femuniverse.com/pinkcuffs-videos/the-sting-pt2/": { + "title": "The Sting pt2", + "description": "Officer Nikki and Officer Kaitlynn lead Yuri to the interrogation room where they have him sit at the table and they assist him in filling out his processing paperwork. They get his fingerprints, and ask him questions. Once they are done they bring him back to the main room where they sit him on the bench and begin removing his cuffs and waist chain. The officers step back and tell him to start undressing. He takes everything off, and when he gets to his underwear they start laughing at him. The officers are in hysterics while Yuri is standing there completely naked. They finally toss him a striped jumpsuit and tell him to get dressed. Officer Nikki and Officer Kaitlynn put him back in the waist chain, this time with his hands behind the back, and escort him to court. The judge sentences him quickly and the two officers lock him in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/KaitlynnDay/TheStingpt2.mp4" + } + ], + "scraped_at": 1778431394 + }, + "https://www.femuniverse.com/pinkcuffs-videos/the-sting-pt1/": { + "title": "The Sting pt1", + "description": "Yuri is looking for someone to spend some time with tonight and finds Kash Money’s ad and texts her number. She quickly responds and they set up a time to meet. Yuri gets there quickly and texts her that he’s there. She welcomes him inside and the two of them head upstairs. She leads him to a bedroom and tells him that she’ll be right back. As he’s taking his shoes off and getting ready, Officer Kaitlynn and Officer Nikki are on their way upstairs. They open the door and quickly place him under arrest. They handcuff him and place him in their cop car and transport him to the station. They take him inside and cuff him the to the bench before returning and putting him in a waist chain with his hands cuffed in front before leading him away.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/KaitlynnDay/TheStingpt1.mp4" + } + ], + "scraped_at": 1778431396 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-and-damon-get-arrested-by-officer-heather-pt2/": { + "title": "Oliver And Damon Get Arrested by Officer Heather pt2", + "description": "Officer Heather brings the two perps into the station and cuffs Oliver to the bench. She walks Damon to the interrogation table and switches his handcuffs to the front and cuffs him to the table. She fills out his paperwork and removes his cuffs from the table, switching them to behind his back again. She leads him back over to the bench where she uncuffs Oliver and they switch places and she cuffs Damon to the bench. She now switches Oliver’s cuffs to the front and has him sit at the interrogation table. She cuffs him to it and fills out his paperwork to be booked and asks him questions. She removes his cuffs and switches them to the front and takes him to the mugshot board where she makes him take his shoes off and she takes his mugshot. She has him sit on the bench and pulls Damon. He takes his shoes off and has his mugshots taken. Officer Heather then leads them both to the cell and locks them in.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/HeatherOliverDamonpt2.mp4" + } + ], + "scraped_at": 1778431397 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-and-damon-get-arrested-by-officer-heather-pt1/": { + "title": "Oliver And Damon Get Arrested by Officer Heather pt1", + "description": "Oliver and Damon are driving along when they get pulled over by Officer Heather. She asks them to step out of the car and leads them over to a wall where she has them place their hands on the wall. She quickly searches Oliver and finds paraphernalia on him, so she handcuffs him and places him under arrest. Officer Heather leads Oliver to her car where she puts him in the back seat. She goes back to Damon and walks him to her car and has him lay on the hood while she searches him and cuffs him, also placing him under arrest. She puts him in the back seat next to Oliver and drives them back to the station to be processed. Once there she searches them once again to make sure she didn’t miss anything dangerous and brings them inside.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/HeatherOliverDamonpt1.mp4" + } + ], + "scraped_at": 1778431397 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-lo-and-violet-arrest-freddie-pt2/": { + "title": "Officers Lo and Violet Arrest Freddie pt2", + "description": "Once at the station Officer Lo cuts the zip tie cuffs off of Freddie and Officer Violet puts a pair of pink chained handcuffs in the front, and then cuffs him to the interrogation table. They quickly get his fingerprints and information for the processing, and then uncuff him from the table, and switch his cuffs to the back. The officers walk Freddie to the bench and cuff him to that before stepping away to file his paperwork. Once they return they remove his cuffs and order him to remove his clothes so they can perform a strip search on him. He obeys and does everything they tell him during the strip search, they place him back in cuffs, and then walk him to the mugshot board for mugshots. Once his mugshots are taken they remove his cuffs again and give him an orange jumpsuit. He puts on the jumpsuit and the officers order him to turn around. They once again put him in the pair of pink cuffs and lead him to the cell, locking him in until he can see a judge.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/LoVioletFreddiept2.mp4" + } + ], + "scraped_at": 1778431399 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-lo-and-violet-arrest-freddie-pt1/": { + "title": "Officers Lo and Violet Arrest Freddie pt1", + "description": "Officer Lo and Officer Violet happen upon a suspicious male, and decide to stop and detain him. They use zip tie cuffs to quickly cuff him and keep him there, and let him know they’re going to pat him down. Officer Lo performs the pat down and quickly finds money and a baggie in his pockets. He swears they aren’t his and he doesn’t know how they got there but the officers didn’t believe him. They inform him they’re placing him under arrest and check his shoes before deciding the doesn’t have anything else on him and walk him to their car. They place him in the back and buckle him in before transporting him back to the station.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/LoVioletFreddiept1.mp4" + } + ], + "scraped_at": 1778431401 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-heather-arrests-yuri-for-robbery-pt2/": { + "title": "Officer Heather Arrests Yuri for Robbery pt2", + "description": "Heather continues his processing by bringing in the bag of evidence and questioning Yuri on the contents and where he got them. He came up with excuses for a few of the items, which Officer Heather didn’t believe. She removes his cuffs and switches them to behind the bag before leading him to the mugshot board where she removes his cuffs and tells him to get undressed. He does so and she performs a thorough strip search on him. Once they are done she tosses him an orange jumpsuit and tells him to get dressed. Once he is dressed he places his hands on the wall, and Officer Heather places a pair of shackles around his ankles and chained cuffs on his wrists behind his back. She then leads him to his cell and locks him in with the cuffs and shackles still on.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/heatherohyuript2.mp4" + } + ], + "scraped_at": 1778431402 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-heather-arrests-yuri-for-robbery-pt1/": { + "title": "Officer Heather Arrests Yuri For Robbery pt1", + "description": "Officer Heather spots a vehicle matching the description of a vehicle involved in a robbery earlier in the day, so she calls it in to dispatch and quickly pulls it over. As she walks up she asks Yuri to turn the car off and step out of the vehicle. He asks why but does so, and she quickly places him under arrest while telling him why. She handcuffs him and has him sit on the curb while she searches his car. She immediately finds cash, watches, and who knows what else in the front seat and collects it all in an evidence bag. She walks back to him and tells him to get up and they walk back to her car. She puts him in the back seat and buckles him in before transporting him to the station. Once there, she begins his processing by fingerprinting him and giving him his phone call.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Heather/heatherohyuript1.mp4" + } + ], + "scraped_at": 1778431402 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-lux-arrests-you-and-your-girlfriend-aurora/": { + "title": "Officer Luna Lux Arrests You and Your Girlfriend Aurora POV pt2", + "description": "Aurora is sitting on the bench nude next to you, when Officer Luna Lux says it’s your turn. She removes your cuffs and leads you over to the mugshot board where she hands you a white bucket to put all of your clothes in. You quickly and nervously get undressed in front of the officer and your girlfriend. Officer Luna Lux takes the bucket and puts your things away before coming back ready to performa strip search. She orders you through the steps, shaking your hair, opening your mouth, and then she pulls out a pair of rubber gloves and tells you to turn around and bend over. When she is finished checking you turn back around and she places you back in a pair of handcuffs behind the back. You are once again sat on the bench as Officer Luna Lux grabs shackles to place on both yours and Aurora’s ankles. Once both of you are handcuffed and shackles she leads you to the cell and places both of you in there, nude, and turns the lights out.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/lunaaurorapovfempt2.mp4" + } + ], + "scraped_at": 1778431403 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-luna-lux-arrests-you-and-your-girlfriend-aurora-pov-pt1/": { + "title": "Officer Luna Lux Arrests You and Your Girlfriend Aurora POV pt1", + "description": "You were driving along with your girlfriend Aurora in your new car when you were pulled over. While the officer was checking your registration, ID, and insurance, Aurora nervously talked about how she had no idea why you two got pulled over. When the officer comes back she asks you to step out of the vehicle and states that she’s placing you under arrest for theft of a vehicle. When Aurora sees you getting cuffed, she gets out of the vehicle and starts arguing with Officer Luna Lux. Aurora was quickly placed under arrest along with yourself and both of you were patted down, read your rights, and put in the back of her car. When you get to the station, you are both led to a bench which you are cuffed to. When Officer Luna Lux returns, she removes Aurora’s cuffs to begin her strip search. Her mug shots are taken, and she is ordered to undress. She does so and the officer performs a very thorough search before putting her back in cuffs and cuffing her to the bench nude.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaLux/lunaaurorapovfempt1.mp4" + } + ], + "scraped_at": 1778431405 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lisa-arrests-damon-and-freddie-pt2/": { + "title": "Officer Lisa Arrests Damon and Freddie pt2", + "description": "Once at the station, Officer Lisa pulls Damon and Freddie out of the car and does a thorough pat down of both of them before bringing them inside. Up in the processing room, she has Damon sit and cuffs him to the bench while switching Freddie’s handcuffs to the front. Officer Lisa starts his processing paperwork and then conducts a strip search before handing him an orange jumpsuit to change into. She then cuffs him behind the back and has him sit on the bench, which she cuffs him to. She uncuffs Damon and has him stand in front of the mugshot board before ordering him to undress for a strip search. He does so and she hands him a jumpsuit as well and cuffs him behind the back. She walks them both to the cell and locks them in before walking away, leaving them cuffed for a little bit before removing them.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lisa/damonfredlisapt2.mp4" + } + ], + "scraped_at": 1778431407 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lisa-arrests-damon-and-freddie-pt1/": { + "title": "Officer Lisa Arrests Damon and Freddie pt1", + "description": "Officer Lisa is seen knocking on someone’s door. Damon opens it, and is immediately hostile, telling her she cannot come in. She says it’s too bad, and that she has a warrant to place him under arrest. She quickly does so and looks for any evidence that may be useful. She then holds him by the arms and leads him outside and to her car where she helps him sit in it and buckles him in. On the way back to the station, she gets a call for trespassing. Officer Lisa quickly responds and locates the person the call was about. After placing Freddie under arrest for trespassing, she places him in the car next to Damon and drives them back to the station to begin the booking.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lisa/damonfredlisapt1.mp4" + } + ], + "scraped_at": 1778431407 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-jackie-jupiter-and-daisy-arrest-car-thief-lucas-jett-pt2/": { + "title": "Officers Jackie Jupiter and Daisy Arrest Car Thief Lucas Jett pt2", + "description": "Officer Jackie and Officer Daisy walk Lucas over to the mugshot board where he is told to take off his shoes for photos. After his mugshots they remove his handcuffs and shackles and tell him to undress. He is reluctant at first, but then he does as he is told and the officers re able to perform a thorough strip search (FULL NUDE) on him. He is handed an orange jumpsuit to put on and when he is done getting dressed, they place the cuffs back on behind his back and put the shackles back around his ankles. He is walked to the cell and locked in until it is time to see a judge.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/LucasJettcarthiefpt2.mp4" + } + ], + "scraped_at": 1778431408 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-jackie-jupiter-and-daisy-arrest-car-thief-lucas-jett-pt1/": { + "title": "Officers Jackie Jupiter and Daisy Arrest Car Thief Lucas Jett pt1", + "description": "Lucas Jett is at home trying to sell a car to an unsuspecting Jackie Jupiter. But she quickly catches on to it being a stolen car and she surprises him by being undercover and having another officer nearby. They place him under arrest and quickly throw a pair of pink ASP cuffs on him. They read him his rights and perform a thorough pat down before taking him to the station. Once there he is kept restrained like the criminal he is and is interrogated and left to wait to be processed.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/LucasJettcarthiefpt1.mp4" + } + ], + "scraped_at": 1778431410 + }, + "https://www.femuniverse.com/pinkcuffs-videos/crazy-ex-girlfriend-me-or-prison/": { + "title": "Crazy Ex-Girlfriend: ME or PRISON", + "description": "You wake up and your ex-girlfriend, Jackie Jupiter is there. She is upset at you for trying to leave her, and texting another girl so she threatens you with prison. She reminds you over and over again how much better life with her is than being in prison. She handcuffs you, and places duct tape over your mouth, and puts a pair of shackles around your ankles to really make sure you aren’t going to try to leave her again.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/crazyexfemuniverse.mp4" + } + ], + "scraped_at": 1778431411 + }, + "https://www.femuniverse.com/pinkcuffs-videos/asmr-pov-jail-interrogation/": { + "title": "ASMR POV Jail Interrogation", + "description": "You have been arrested and are being processed in by Officer Ziva Fey and Officer Aurora.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/ZivaAuroraASMR.mp4" + } + ], + "scraped_at": 1778431413 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-ray-arrests-oliver-pt2/": { + "title": "Luna Ray Arrests Oliver pt2", + "description": "Luna Ray brings Oliver inside of the station and cuffs him to a table to start his processing. After getting his information, prints, and letting him make his phone call, she handcuffs him to the bench next to the mugshot board. After a short wait, she uncuffs him and has him undress to perform a strip search and then put on a jumpsuit. She handcuffs him once again and puts him in leg irons before locking him in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaRay/LunaRayOliverpt2.mp4" + } + ], + "scraped_at": 1778431413 + }, + "https://www.femuniverse.com/pinkcuffs-videos/luna-ray-arrests-oliver-pt1/": { + "title": "Luna Ray Arrests Oliver pt1", + "description": "Luna Ray pulls over Oliver for criminal speeding and then promptly arrests him for his warrant. She handcuffs him and reads him his rights before putting him in the back of her car and transporting him to jail.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LunaRay/LunaRayOliverpt1.mp4" + } + ], + "scraped_at": 1778431414 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-jackie-jupiter-and-mia-brooks-arrest-thief-oliver-pt2/": { + "title": "Officers Jackie Jupiter and Mia Brooks Arrest Thief Oliver pt2", + "description": "After transporting Oliver to jail, Officers Jackie and Mia start his processing. They handcuff him to the table, take his fingerprints, and begin to interrogate him. He signs his statement and they remove his cuffs from the table and put him in a leather transport belt with cuffs and shackles. The officers lead him over to the bench, where his cuffs are removed and he is told to undress for a strip search. They hand him his new jumpsuit and put him back in handcuffs and shackles. His mugshot is taken, and then he is locked in the cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/JackieJMiaOliverpt2.mp4" + } + ], + "scraped_at": 1778431416 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-jackie-jupiter-and-mia-brooks-arrest-thief-oliver-pt1/": { + "title": "Officers Jackie Jupiter and Mia Brooks Arrest Thief Oliver pt1", + "description": "Officers Jackie and Mia respond to a robbery in progress near their area and capture Oliver who was on the run from a jewelry store. They get him on the ground, handcuff him behind the back and arrest him. Oliver is then transported to jail by the two officers.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/JackieJupiter/JackieJMiaOliverpt1.mp4" + } + ], + "scraped_at": 1778431418 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lisa-arrests-yuri-pt2/": { + "title": "Officer Lisa Arrests Yuri pt2", + "description": "Officer Lisa leads Yuri to the mugshot board where she removes his cuffs and tells him to start undressing. He does so and she performs a thorough search before handing him a jumpsuit to put on. He quickly changes and she puts him back in cuffs before taking his mugshots. Officer Lisa brings Yuri to the bench and cuffs him to it before putting leg irons around his ankles. She then locks him in the cell, without removing any of the metal restraints.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lisa/OfficerLisaYuript2.mp4" + } + ], + "scraped_at": 1778431418 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lisa-arrests-yuri-pt1/": { + "title": "Officer Lisa Arrests Yuri pt1", + "description": "Officer Lisa makes a traffic stop and when she runs Yuri’s information she finds out he has a couple of warrants out for his arrest, she has him step out of the car and gives a thorough pat-down finding some surprises before arresting him and slapping the handcuffs on. She then transports her to jail, frequently reminding him that he has the right to remain silent. Once at the jail she gives him another pat down. She then takes him inside the building to get his fingerprints and information as well as let him make his phone call.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lisa/OfficerLisaYuript1.mp4" + } + ], + "scraped_at": 1778431419 + }, + "https://www.femuniverse.com/pinkcuffs-videos/booked-into-jail-and-the-escape/": { + "title": "Booked Into Jail and the Escape", + "description": "Officer Lisa processes Michael into jail and leaves him in the cell for the night. In the morning she cuffs him to the bench and prepares to transport him to court. When she is not paying attention he picks his handcuffs and escapes. Michael then takes her captive and escapes.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Lisa/lisaInmateescape.mp4" + } + ], + "scraped_at": 1778431420 + }, + "https://www.femuniverse.com/pinkcuffs-videos/femdom-police-arrest-officer-savage-again-pt2/": { + "title": "Femdom Police Arrest Officer Savage Again! pt2", + "description": "Officer Mia removes Christian Savage’s handcuffs while he waits in the cell. Soon after she and Nikki are back to place him back in handcuffs to continue his booking. His cuffs are removed and he is ordered to undress so they can search him and get him in a jumpsuit. The officers place him back in handucffs and put leg irons on him. Nikki and Mia decide to offer him a deal, and if he accepts they’ll let him go. If he refuses he will be booked and processed and charged. What do you think he’ll choose?", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/MiaBrooks/ChristainNikkiMiapt2.mp4" + } + ], + "scraped_at": 1778431422 + }, + "https://www.femuniverse.com/pinkcuffs-videos/femdom-police-arrest-officer-savage-again-pt1/": { + "title": "Femdom Police Arrest Officer Savage Again! pt1", + "description": "Officer Savage is pulled over by Officers Nikki and Mia. Nikki asks him to step out of the car but as soon as he sees Mia he becomes angry and refuses to do as the officers say. After an aggressive takedown, the officers handcuff him and place him under arrest. Officer Savage is placed in the back of their patrol car and he is transported to the station. Once there they frisk him before taking him inside to begin his processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/MiaBrooks/ChristainNikkiMiapt1.mp4" + } + ], + "scraped_at": 1778431423 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-mackenzi-pulls-you-over-and-arrests-you-pov-pt2/": { + "title": "Officer Mackenzi Pulls You Over and Arrests You POV pt2", + "description": "Officer Mackenzi begins your processing by getting your fingerprints and starting your paperwork. She then escorts you to the mugshot board where she takes your mugshots and you are ordered to start undressing. When you are finished she places you back in cuffs and leads you to the shower where she informs you that you have a couple minutes. She stands there to monitor you as you shower and when you are finished you dry off. She brings you back over to the mugshot board area and removes your cuffs. Officer Mackenzi then performs a thorough search before telling you to put the jumpsuit on. Once dressed she places you back in cuffs and puts you in your new cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Mackenzi/OfficerMackenziPOVpt2.mp4" + } + ], + "scraped_at": 1778431423 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-mackenzi-pulls-you-over-and-arrests-you-pov-pt1/": { + "title": "Officer Mackenzi Pulls You Over and Arrests You POV pt1", + "description": "Officer Mackenzi pulls you over and quickly places you under arrest. She transports you to jail and cuffs you to a bench while you wait for her to begin your processing. Before long she uncuffs you and brings you over to a table to interrogate and take care of paperwork and fingerprints.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/Mackenzi/OfficerMackenziPOVpt1.mp4" + } + ], + "scraped_at": 1778431424 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-savage-wrongfully-accused-of-dui-pt2/": { + "title": "Officer Savage Wrongfully Accused of DUI pt2", + "description": "Officer Mia and Officer Lo continue Christian Savage’s processing by taking his fingerprints. They lead him over to the mugshot board where his mugshots are taken. After that they then remove his handcuffs and order him to start undressing to perform a thorough strip search before handing him a jumpsuit to put on.  Christian is placed back in cuffs behind his back and leg irons are put around his ankles before being put in a cell. 6 hours later the Officers return and take him out of the cell to change his cuffs to a transport belt before taking him to see the judge.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/MiaBrooks/WrongfulDUISavageLoMiapt2.mp4" + } + ], + "scraped_at": 1778431426 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-savage-wrongfully-accused-of-dui-pt1/": { + "title": "Officer Savage Wrongfully Accused of DUI pt1", + "description": "Special Agent Christian Savage is pulled over by Officer Lo Valentine and Officer Mia Brooks for swerving. After a bit of back and forth they have him step out of the car and Officer Mia searches him. After finding nothing on him, Officer Lo Valentine places him under arrest and reads him his rights. They place him in the back of the patrol car and search his vehicle. He is transported back to the station where the begin his processing and questioning.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/MiaBrooks/WrongfulDUISavageLoMiapt1.mp4" + } + ], + "scraped_at": 1778431429 + }, + "https://www.femuniverse.com/pinkcuffs-videos/perp-2-taken-into-custody-by-officer-ziva-and-mewchii-pt2/": { + "title": "Perp #2 Taken Into Custody by Officer Ziva and Mewchii pt2", + "description": "Officer Ziva and Mewchii continue the strip search before handing Perp #2 a jumpsuit. He gets dressed and they handcuff him in a stacked position and put on leg irons before taking his mugshot. They continued his processing in the interrogation room before placing him in a cell and leaving him handcuffed.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/Perp2ZivaMewchiipt2.mp4" + } + ], + "scraped_at": 1778431430 + }, + "https://www.femuniverse.com/pinkcuffs-videos/perp-2-taken-into-custody-by-officer-ziva-and-mewchii-pt1/": { + "title": "Perp #2 Taken Into Custody by Officer Ziva and Mewchii pt1", + "description": "Perp #2 is running when Officer Ziva and Officer Mewchii catch up to him and place him under arrest. They do a quick search and put him in their vehicle and call the station. They transport him to jail and begin his processing and strip search.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/ZivaFey/Perp2ZivaMewchiipt1.mp4" + } + ], + "scraped_at": 1778431431 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-jackie-jupiter-and-mia-brooks-arrest-you-pov-pt2/": { + "title": "Officers Jackie Jupiter and Mia Brooks Arrest You POV pt2", + "description": "Officers Jackie and Mia bring you over to the interrogation table and cuff you to it. They take your information and fingerprints and then uncuff you from the table. They bring you over to the mugshot board, take your mugshots, and then order you to strip down. They perform a strip search and hand you a jumpsuit before putting you in a pair of cuffs and leg irons. They then escort you to your new home, a jail cell just for you.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/MiaBrooks/JackieJupiterMiaBrooksPOVpt2.mp4" + } + ], + "scraped_at": 1778431431 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officers-jackie-jupiter-and-mia-brooks-arrest-you-pov-pt1/": { + "title": "Officers Jackie Jupiter and Mia Brooks Arrest You POV pt1", + "description": "Officers Jackie Jupiter and Mia Brooks are responding to a call about a trespasser on church property and the found you. They quickly start asking you questions and place you under arrest, handcuffing your wrists tight. They place you in the back of their patrol car and transport you to jail and begin your processing.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/MiaBrooks/JackieJupiterMiaBrooksPOVpt1.mp4" + } + ], + "scraped_at": 1778431433 + }, + "https://www.femuniverse.com/pinkcuffs-videos/oliver-taken-into-custody-by-two-female-officers-pt2/": { + "title": "Oliver Taken Into Custody By Two Female Officers pt2", + "description": "Officer Lo and Officer Lisa bring Oliver to jail to get him booked. They strip search him and put him in a jumpsuit, handcuffs, and throw him in a cell.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/OliverLoValentineLisapt2.mp4" + } + ], + "scraped_at": 1778431434 + }, + "https://www.femuniverse.com/pinkcuffs-videos/officer-lisa-and-officer-lo-arrest-oliver-pt1/": { + "title": "Oliver Taken Into Custody By Two Female Officers pt1", + "description": "Officer Lo and Lisa get a call of a suspicious male subject hanging out in his car. Oliver is detained for trespassing, and Officer Lo and Lisa search Oliver’s car. They find a bag with a white substance and then place him under arrest and take him into jail.", + "videos": [ + { + "url": "https://d2vue2ph0dvf97.cloudfront.net/2024/LoValentine/OliverLoValentineLisaPt1.mp4" + } + ], + "scraped_at": 1778431434 } } } \ No newline at end of file