videos
1 row where s_uid = "s_1ovhx"
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_p8lc5 | KCDA-206 | Naughty Office Lady With Beautiful Legs in Pantyhose | パンスト美脚ドスケベOL | This perverted office lady tempts and fucks the cocks in her office with her tight miniskirt and pantyhose! | パツパツのミニスカにパンストのスケベOLが社内のチ○ポを誘惑して犯しまくり! 「コンビニ受取」対象商品です。詳しくはこちらをご覧ください。 | https://pics.dmm.co.jp/digital/video/kcda00206/kcda00206pl.jpg | https://pics.dmm.co.jp/digital/video/kcda00206/kcda00206ps.jpg | 135 | 2018-01-07 | Naughty Office Lady With Beautiful Legs in Pantyhose s_1ovhx | 2026-08-30 09:56:48 | 2026-08-30 15:40:40 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);