home / media

streams

6 rows where v_uid = "v_1u8o1"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2134 v_1u8o1 javguru https://jav.guru/785252/jufd-100-the-lewd-secret-of-sheer-leggings-the-temptation-of-a-frustrated-young-wife-emi/ https://javclan.com/e/0vwlzb6zzuoy https://jav.guru/searcho/?xr=3076776c7a62367a7a756f79   embed 2026-08-30 14:08:20 2026-08-30 14:08:20 javguru https://javclan.com/e/0vwlzb6zzuoy
2135 v_1u8o1 javguru https://jav.guru/785252/jufd-100-the-lewd-secret-of-sheer-leggings-the-temptation-of-a-frustrated-young-wife-emi/ https://turbovidhls.com/t/68eaaa3aed8cf https://jav.guru/searcho/?ur=36386561616133616564386366   embed 2026-08-30 14:08:20 2026-08-30 14:08:20 javguru https://turbovidhls.com/t/68eaaa3aed8cf
2136 v_1u8o1 javguru https://jav.guru/785252/jufd-100-the-lewd-secret-of-sheer-leggings-the-temptation-of-a-frustrated-young-wife-emi/ https://tracylocalschool.com/e/rrykcrsoce1b https://jav.guru/searcho/?tr=7272796b6372736f63653162   embed 2026-08-30 14:08:20 2026-08-30 14:08:20 javguru https://tracylocalschool.com/e/rrykcrsoce1b
2137 v_1u8o1 javguru https://jav.guru/785252/jufd-100-the-lewd-secret-of-sheer-leggings-the-temptation-of-a-frustrated-young-wife-emi/ https://streamhihi.com/e/hfwjbggbz3kj https://jav.guru/searcho/?er=652f6866776a626767627a336b6a   embed 2026-08-30 14:08:20 2026-08-30 14:08:20 javguru https://streamhihi.com/e/hfwjbggbz3kj
2138 v_1u8o1 javguru https://jav.guru/785252/jufd-100-the-lewd-secret-of-sheer-leggings-the-temptation-of-a-frustrated-young-wife-emi/ https://vide0.net/e/nhyvckn4fx5t https://jav.guru/searcho/?hr=6e687976636b6e3466783574   embed 2026-08-30 14:08:20 2026-08-30 14:08:20 javguru https://vide0.net/e/nhyvckn4fx5t
2139 v_1u8o1 javguru https://jav.guru/785252/jufd-100-the-lewd-secret-of-sheer-leggings-the-temptation-of-a-frustrated-young-wife-emi/ https://maxstream.org/embed-lodf7wbsp8r1.html https://jav.guru/searcho/?or=656d6265642d6c6f646637776273703872312e68746d6c   embed 2026-08-30 14:08:20 2026-08-30 14:08:20 javguru https://maxstream.org/embed-lodf7wbsp8r1.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.402ms