home / media

streams

6 rows where v_uid = "v_empq3"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1383 v_empq3 javguru https://jav.guru/785471/nacr-876-my-wife-is-the-neighbors-sex-friend-katou-hino/ https://javclan.com/e/ycq6p9q96dkt https://jav.guru/searcho/?xr=796371367039713936646b74   embed 2026-08-30 14:01:30 2026-08-30 14:01:30 javguru https://javclan.com/e/ycq6p9q96dkt
1384 v_empq3 javguru https://jav.guru/785471/nacr-876-my-wife-is-the-neighbors-sex-friend-katou-hino/ https://turbovidhls.com/t/68ebff1cb352a https://jav.guru/searcho/?ur=36386562666631636233353261   embed 2026-08-30 14:01:30 2026-08-30 14:01:30 javguru https://turbovidhls.com/t/68ebff1cb352a
1385 v_empq3 javguru https://jav.guru/785471/nacr-876-my-wife-is-the-neighbors-sex-friend-katou-hino/ https://tracylocalschool.com/e/gpx1h35epztk https://jav.guru/searcho/?tr=6770783168333565707a746b   embed 2026-08-30 14:01:30 2026-08-30 14:01:30 javguru https://tracylocalschool.com/e/gpx1h35epztk
1386 v_empq3 javguru https://jav.guru/785471/nacr-876-my-wife-is-the-neighbors-sex-friend-katou-hino/ https://streamhihi.com/e/naqesx342geq https://jav.guru/searcho/?er=652f6e6171657378333432676571   embed 2026-08-30 14:01:30 2026-08-30 14:01:30 javguru https://streamhihi.com/e/naqesx342geq
1387 v_empq3 javguru https://jav.guru/785471/nacr-876-my-wife-is-the-neighbors-sex-friend-katou-hino/ https://vide0.net/e/0hzp693ksia0 https://jav.guru/searcho/?hr=30687a703639336b73696130   embed 2026-08-30 14:01:30 2026-08-30 14:01:30 javguru https://vide0.net/e/0hzp693ksia0
1388 v_empq3 javguru https://jav.guru/785471/nacr-876-my-wife-is-the-neighbors-sex-friend-katou-hino/ https://maxstream.org/embed-srz68bgko8we.html https://jav.guru/searcho/?or=656d6265642d73727a363862676b6f3877652e68746d6c   embed 2026-08-30 14:01:30 2026-08-30 14:01:30 javguru https://maxstream.org/embed-srz68bgko8we.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.857ms