home / media

streams

6 rows where v_uid = "v_u3bb2"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1726 v_u3bb2 javguru https://jav.guru/785454/nask-048-a-forbidden-incest-drama-featuring-a-mother-in-her-forties-overwhelmed-by-her-sexual-desires-with-six-actresses-over-four/ https://javclan.com/e/vnhbumj9dfxy https://jav.guru/searcho/?xr=766e6862756d6a3964667879   embed 2026-08-30 14:04:43 2026-08-30 14:04:43 javguru https://javclan.com/e/vnhbumj9dfxy
1727 v_u3bb2 javguru https://jav.guru/785454/nask-048-a-forbidden-incest-drama-featuring-a-mother-in-her-forties-overwhelmed-by-her-sexual-desires-with-six-actresses-over-four/ https://turbovidhls.com/t/68ec03b7a0daf https://jav.guru/searcho/?ur=36386563303362376130646166   embed 2026-08-30 14:04:43 2026-08-30 14:04:43 javguru https://turbovidhls.com/t/68ec03b7a0daf
1728 v_u3bb2 javguru https://jav.guru/785454/nask-048-a-forbidden-incest-drama-featuring-a-mother-in-her-forties-overwhelmed-by-her-sexual-desires-with-six-actresses-over-four/ https://tracylocalschool.com/e/wyjuwxv2bqtw https://jav.guru/searcho/?tr=77796a757778763262717477   embed 2026-08-30 14:04:43 2026-08-30 14:04:43 javguru https://tracylocalschool.com/e/wyjuwxv2bqtw
1729 v_u3bb2 javguru https://jav.guru/785454/nask-048-a-forbidden-incest-drama-featuring-a-mother-in-her-forties-overwhelmed-by-her-sexual-desires-with-six-actresses-over-four/ https://streamhihi.com/e/rbltyhh9o2oz https://jav.guru/searcho/?er=652f72626c74796868396f326f7a   embed 2026-08-30 14:04:43 2026-08-30 14:04:43 javguru https://streamhihi.com/e/rbltyhh9o2oz
1730 v_u3bb2 javguru https://jav.guru/785454/nask-048-a-forbidden-incest-drama-featuring-a-mother-in-her-forties-overwhelmed-by-her-sexual-desires-with-six-actresses-over-four/ https://vide0.net/e/dswp6178rc6n https://jav.guru/searcho/?hr=64737770363137387263366e   embed 2026-08-30 14:04:43 2026-08-30 14:04:43 javguru https://vide0.net/e/dswp6178rc6n
1731 v_u3bb2 javguru https://jav.guru/785454/nask-048-a-forbidden-incest-drama-featuring-a-mother-in-her-forties-overwhelmed-by-her-sexual-desires-with-six-actresses-over-four/ https://maxstream.org/embed-44o178f1md6i.html https://jav.guru/searcho/?or=656d6265642d34346f31373866316d6436692e68746d6c   embed 2026-08-30 14:04:43 2026-08-30 14:04:43 javguru https://maxstream.org/embed-44o178f1md6i.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.248ms