home / media

streams

5 rows where v_uid = "v_03q1f"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1756 v_03q1f javguru https://jav.guru/142989/ngod-148-my-wife-was-an-office-lady-and-when-i-asked-her-to-handle-a-complaint-from-one-of-my-clients-he-made-unreasonable-demands-and-then-he-stripped-her-clothes-off-fondled-her-body-and-fucke/ https://javclan.com/e/ens7h7emlmo9 https://jav.guru/searcho/?xr=656e73376837656d6c6d6f39   embed 2026-08-30 14:04:59 2026-08-30 14:04:59 javguru https://javclan.com/e/ens7h7emlmo9
1757 v_03q1f javguru https://jav.guru/142989/ngod-148-my-wife-was-an-office-lady-and-when-i-asked-her-to-handle-a-complaint-from-one-of-my-clients-he-made-unreasonable-demands-and-then-he-stripped-her-clothes-off-fondled-her-body-and-fucke/ https://tracylocalschool.com/e/xfte18pn3f1g https://jav.guru/searcho/?tr=786674653138706e33663167   embed 2026-08-30 14:04:59 2026-08-30 14:04:59 javguru https://tracylocalschool.com/e/xfte18pn3f1g
1758 v_03q1f javguru https://jav.guru/142989/ngod-148-my-wife-was-an-office-lady-and-when-i-asked-her-to-handle-a-complaint-from-one-of-my-clients-he-made-unreasonable-demands-and-then-he-stripped-her-clothes-off-fondled-her-body-and-fucke/ https://javplaya.com/embed/b42jwnatopx0 https://jav.guru/searcho/?rr=6234326a776e61746f707830   embed 2026-08-30 14:04:59 2026-08-30 14:04:59 javguru https://javplaya.com/embed/b42jwnatopx0
1759 v_03q1f javguru https://jav.guru/142989/ngod-148-my-wife-was-an-office-lady-and-when-i-asked-her-to-handle-a-complaint-from-one-of-my-clients-he-made-unreasonable-demands-and-then-he-stripped-her-clothes-off-fondled-her-body-and-fucke/ https://vide0.net/e/mwqx6aw8qm3jcaryu6gi254k68ixk9qs https://jav.guru/searcho/?hr=6d77717836617738716d336a63617279753667693235346b363869786b397173   embed 2026-08-30 14:04:59 2026-08-30 14:04:59 javguru https://vide0.net/e/mwqx6aw8qm3jcaryu6gi254k68ixk9qs
1760 v_03q1f javguru https://jav.guru/142989/ngod-148-my-wife-was-an-office-lady-and-when-i-asked-her-to-handle-a-complaint-from-one-of-my-clients-he-made-unreasonable-demands-and-then-he-stripped-her-clothes-off-fondled-her-body-and-fucke/ https://maxstream.org/embed-vazvdnx57en0.html https://jav.guru/searcho/?or=656d6265642d76617a76646e783537656e302e68746d6c   embed 2026-08-30 14:04:59 2026-08-30 14:04:59 javguru https://maxstream.org/embed-vazvdnx57en0.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 3.373ms