home / media

streams

3 rows where v_uid = "v_hsgab"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1013 v_hsgab javguru https://jav.guru/386895/gvg-498-husband-who-gets-excited-watching-his-wife-being-embraced-by-another-man-konno-hikaru/ https://javclan.com/e/3il097mr54hq https://jav.guru/searcho/?xr=33696c3039376d7235346871   embed 2026-08-30 09:59:20 2026-08-30 09:59:20 javguru https://javclan.com/e/3il097mr54hq
1014 v_hsgab javguru https://jav.guru/386895/gvg-498-husband-who-gets-excited-watching-his-wife-being-embraced-by-another-man-konno-hikaru/ https://vide0.net/e/l7xcaiciklsr https://jav.guru/searcho/?hr=6c377863616963696b6c7372   embed 2026-08-30 09:59:20 2026-08-30 09:59:20 javguru https://vide0.net/e/l7xcaiciklsr
1015 v_hsgab javguru https://jav.guru/386895/gvg-498-husband-who-gets-excited-watching-his-wife-being-embraced-by-another-man-konno-hikaru/ https://maxstream.org/embed-z875mssuubhk.html https://jav.guru/searcho/?or=656d6265642d7a3837356d7373757562686b2e68746d6c   embed 2026-08-30 09:59:20 2026-08-30 09:59:20 javguru https://maxstream.org/embed-z875mssuubhk.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 3.503ms