home / media

streams

6 rows where v_uid = "v_qk5sx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1821 v_qk5sx javguru https://jav.guru/785440/nass-946-burning-up-hanging-down-10-voluptuous-married-women-that-mature-men-truly-desire-for-4-hours/ https://javclan.com/e/7yfzif15zums https://jav.guru/searcho/?xr=3779667a696631357a756d73   embed 2026-08-30 14:05:32 2026-08-30 14:05:32 javguru https://javclan.com/e/7yfzif15zums
1822 v_qk5sx javguru https://jav.guru/785440/nass-946-burning-up-hanging-down-10-voluptuous-married-women-that-mature-men-truly-desire-for-4-hours/ https://turbovidhls.com/t/68ec07d69e90f https://jav.guru/searcho/?ur=36386563303764363965393066   embed 2026-08-30 14:05:32 2026-08-30 14:05:32 javguru https://turbovidhls.com/t/68ec07d69e90f
1823 v_qk5sx javguru https://jav.guru/785440/nass-946-burning-up-hanging-down-10-voluptuous-married-women-that-mature-men-truly-desire-for-4-hours/ https://tracylocalschool.com/e/el6lmtrs13wv https://jav.guru/searcho/?tr=656c366c6d74727331337776   embed 2026-08-30 14:05:32 2026-08-30 14:05:32 javguru https://tracylocalschool.com/e/el6lmtrs13wv
1824 v_qk5sx javguru https://jav.guru/785440/nass-946-burning-up-hanging-down-10-voluptuous-married-women-that-mature-men-truly-desire-for-4-hours/ https://streamhihi.com/e/gx9an2ew6oyt https://jav.guru/searcho/?er=652f677839616e326577366f7974   embed 2026-08-30 14:05:32 2026-08-30 14:05:32 javguru https://streamhihi.com/e/gx9an2ew6oyt
1825 v_qk5sx javguru https://jav.guru/785440/nass-946-burning-up-hanging-down-10-voluptuous-married-women-that-mature-men-truly-desire-for-4-hours/ https://vide0.net/e/fohnx5asyb05 https://jav.guru/searcho/?hr=666f686e7835617379623035   embed 2026-08-30 14:05:32 2026-08-30 14:05:32 javguru https://vide0.net/e/fohnx5asyb05
1826 v_qk5sx javguru https://jav.guru/785440/nass-946-burning-up-hanging-down-10-voluptuous-married-women-that-mature-men-truly-desire-for-4-hours/ https://maxstream.org/embed-t11i4ircketb.html https://jav.guru/searcho/?or=656d6265642d74313169346972636b6574622e68746d6c   embed 2026-08-30 14:05:32 2026-08-30 14:05:32 javguru https://maxstream.org/embed-t11i4ircketb.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.099ms