home / media

streams

4 rows where v_uid = "v_mzcn4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1940 v_mzcn4 javguru https://jav.guru/133134/nitr-505-perverts-hunt-for-married-woman-with-big-tits-vii-nene/ https://javclan.com/e/7ulppda5nbnh https://jav.guru/searcho/?xr=37756c70706461356e626e68   embed 2026-08-30 14:06:31 2026-08-30 14:06:31 javguru https://javclan.com/e/7ulppda5nbnh
1941 v_mzcn4 javguru https://jav.guru/133134/nitr-505-perverts-hunt-for-married-woman-with-big-tits-vii-nene/ https://javplaya.com/embed/76va058l1y7f https://jav.guru/searcho/?rr=373676613035386c31793766   embed 2026-08-30 14:06:31 2026-08-30 14:06:31 javguru https://javplaya.com/embed/76va058l1y7f
1942 v_mzcn4 javguru https://jav.guru/133134/nitr-505-perverts-hunt-for-married-woman-with-big-tits-vii-nene/ https://vide0.net/e/9m5vp73xagvouwue8o0f9ibpzi6amdkf https://jav.guru/searcho/?hr=396d3576703733786167766f75777565386f3066396962707a6936616d646b66   embed 2026-08-30 14:06:31 2026-08-30 14:06:31 javguru https://vide0.net/e/9m5vp73xagvouwue8o0f9ibpzi6amdkf
1943 v_mzcn4 javguru https://jav.guru/133134/nitr-505-perverts-hunt-for-married-woman-with-big-tits-vii-nene/ https://maxstream.org/embed-hjnhu5dvrc9u.html https://jav.guru/searcho/?or=656d6265642d686a6e6875356476726339752e68746d6c   embed 2026-08-30 14:06:31 2026-08-30 14:06:31 javguru https://maxstream.org/embed-hjnhu5dvrc9u.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.072ms