home / media

streams

4 rows where v_uid = "v_0dkvc"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1315 v_0dkvc javguru https://jav.guru/384095/pred-678-father-in-law-if-you-hold-me-so-tightly-young-wife-drowns-in-creampie-sex-with-her-insatiable-father-in-law-shiromine/ https://javclan.com/e/8s4nd90rdlhp https://jav.guru/searcho/?xr=3873346e64393072646c6870   embed 2026-08-30 10:01:59 2026-08-30 10:01:59 javguru https://javclan.com/e/8s4nd90rdlhp
1316 v_0dkvc javguru https://jav.guru/384095/pred-678-father-in-law-if-you-hold-me-so-tightly-young-wife-drowns-in-creampie-sex-with-her-insatiable-father-in-law-shiromine/ https://oppainet.net/embed/mLzPL4XH9Fslc7Q https://jav.guru/searcho/?gr=6d4c7a504c3458483946736c633751   embed 2026-08-30 10:01:59 2026-08-30 10:01:59 javguru https://oppainet.net/embed/mLzPL4XH9Fslc7Q
1317 v_0dkvc javguru https://jav.guru/384095/pred-678-father-in-law-if-you-hold-me-so-tightly-young-wife-drowns-in-creampie-sex-with-her-insatiable-father-in-law-shiromine/ https://vide0.net/e/kcx01huv7bqz https://jav.guru/searcho/?hr=6b637830316875763762717a   embed 2026-08-30 10:01:59 2026-08-30 10:01:59 javguru https://vide0.net/e/kcx01huv7bqz
1318 v_0dkvc javguru https://jav.guru/384095/pred-678-father-in-law-if-you-hold-me-so-tightly-young-wife-drowns-in-creampie-sex-with-her-insatiable-father-in-law-shiromine/ https://maxstream.org/embed-ngcs4pc20k60.html https://jav.guru/searcho/?or=656d6265642d6e67637334706332306b36302e68746d6c   embed 2026-08-30 10:01:59 2026-08-30 10:01:59 javguru https://maxstream.org/embed-ngcs4pc20k60.html

Advanced export

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

CSV options:

CREATE TABLE streams (
  id         INTEGER PRIMARY KEY,
  v_uid      TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  source     TEXT NOT NULL,
  sourceUrl  TEXT,
  embedUrl   TEXT,
  proxyUrl   TEXT,
  directLink TEXT,
  kind       TEXT NOT NULL DEFAULT 'embed'
               CHECK (kind IN ('embed', 'm3u8', 'mp4', 'webm', 'ts')),
  addedAt    TEXT NOT NULL DEFAULT (datetime('now')),
  updatedAt  TEXT NOT NULL DEFAULT (datetime('now')),

  dedupe TEXT GENERATED ALWAYS AS (
    source || char(10) || coalesce(embedUrl, proxyUrl, directLink, sourceUrl, '')
  ) STORED,
  UNIQUE (v_uid, dedupe)
);
CREATE INDEX idx_streams_video  ON streams(v_uid);
CREATE INDEX idx_streams_source ON streams(source);
Powered by Datasette · Queries took 4.713ms