home / media

videos

1 row where s_uid = "s_2nbld"

This data as json, CSV (advanced)

Suggested facets: releaseDate (date), createdAt (date), updatedAt (date)

uid ▼ code titleEn titleJa descriptionEn descriptionJa jacketFullUrl jacketThumbUrl sampleUrl runtimeMins releaseDate s_uid createdAt updatedAt
v_jtxrc JUFD-105 Young Wives' Shameful Anal Treatment Nozomi Mashiro 若妻羞恥アナル治療 真白希実 Fitch's first anal title, "Young Wife's Anal Treatment Of Shame"! Nozomi Mashiro , the perfect actress to play the role of the young, neat and clean married woman, stars in the commemorable first episode! Suffering from constipation, Nozomi is referred to a renowned doctor. His treatment involves an embarrassing inspection where she is made to pose in a way that emphasizes her butt and the doctor relentlessly fondles her pussy and asshole. The shame makes Nozomi's face turn red, but her body starts to enjoy it...   https://pics.dmm.co.jp/digital/video/jufd00105/jufd00105pl.jpg https://pics.dmm.co.jp/digital/video/jufd00105/jufd00105ps.jpg https://cc3001.dmm.co.jp/litevideo/freepv/j/juf/jufd00105/jufd00105_dmb_s.mp4 150 2010-04-25 Young Wives' Shameful Anal Treatment s_2nbld 2026-08-30 14:08:30 2026-08-30 16:19:08

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE videos (
  uid            TEXT PRIMARY KEY,
  code           TEXT NOT NULL UNIQUE,

  titleEn        TEXT,
  titleJa        TEXT,
  -- Some providers publish this as a "comment" rather than a description; it
  -- is the same field and lands here either way.
  descriptionEn  TEXT,
  descriptionJa  TEXT,

  jacketFullUrl  TEXT,
  jacketThumbUrl TEXT,
  sampleUrl      TEXT,

  runtimeMins    INTEGER,
  releaseDate    TEXT,            -- ISO yyyy-mm-dd

  s_uid          TEXT REFERENCES series(uid) ON DELETE SET NULL,

  createdAt      TEXT NOT NULL DEFAULT (datetime('now')),
  updatedAt      TEXT NOT NULL DEFAULT (datetime('now'))
);
CREATE INDEX idx_videos_release ON videos(releaseDate);
CREATE INDEX idx_videos_series  ON videos(s_uid);
Powered by Datasette · Queries took 6.532ms