home / media

videos

1 row where s_uid = "s_s6w8k"

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_0hlag JUFD-108 Mature Woman loves being blasted by a huge cock Reiko Makihara 淫らな美熟女が欲しがるデカチン男の爆射ザーメン 牧原れい子 Finally we get Reiko Makihara as she encounters the enormous penis! It penetrates her sweet vagina so aggressively, and blasts its cum all over her! This penis is so long, we can do a variety of sex positions as she gradually goes into a moist trance! In the second half, Reiko becomes a total slave to the penis and cums countless times in the ultimate erotic fuck! She's finished off with her entire body flooded by white cum!   https://pics.dmm.co.jp/digital/video/jufd00108/jufd00108pl.jpg https://pics.dmm.co.jp/digital/video/jufd00108/jufd00108ps.jpg https://cc3001.dmm.co.jp/litevideo/freepv/j/juf/jufd00108/jufd00108_dmb_s.mp4 116 2010-05-25 Horny Girl Wants A Big Cocks & Hot Cum! s_s6w8k 2026-08-30 14:08:01 2026-08-30 16:18:23

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 4.276ms