home / media

streams

4 rows where v_uid = "v_qc57m"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1291 v_qc57m javguru https://jav.guru/384414/meyd-914-husband-and-wife-awakening-to-perverted-3p-leg-fetish-hatsune/ https://javclan.com/e/38fm4o6p80m1 https://jav.guru/searcho/?xr=3338666d346f367038306d31   embed 2026-08-30 10:01:40 2026-08-30 10:01:40 javguru https://javclan.com/e/38fm4o6p80m1
1292 v_qc57m javguru https://jav.guru/384414/meyd-914-husband-and-wife-awakening-to-perverted-3p-leg-fetish-hatsune/ https://oppainet.net/embed/3PRWk2X8wnOA0I7 https://jav.guru/searcho/?gr=335052576b325838776e4f41304937   embed 2026-08-30 10:01:40 2026-08-30 10:01:40 javguru https://oppainet.net/embed/3PRWk2X8wnOA0I7
1293 v_qc57m javguru https://jav.guru/384414/meyd-914-husband-and-wife-awakening-to-perverted-3p-leg-fetish-hatsune/ https://vide0.net/e/k7tmpujxjf5v https://jav.guru/searcho/?hr=6b37746d70756a786a663576   embed 2026-08-30 10:01:40 2026-08-30 10:01:40 javguru https://vide0.net/e/k7tmpujxjf5v
1294 v_qc57m javguru https://jav.guru/384414/meyd-914-husband-and-wife-awakening-to-perverted-3p-leg-fetish-hatsune/ https://maxstream.org/embed-2ich31ehorsv.html https://jav.guru/searcho/?or=656d6265642d32696368333165686f7273762e68746d6c   embed 2026-08-30 10:01:40 2026-08-30 10:01:40 javguru https://maxstream.org/embed-2ich31ehorsv.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.827ms