home / media

streams

6 rows where v_uid = "v_0s2s9"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
4789 v_0s2s9 javguru https://jav.guru/791253/iene-457-would-you-like-to-experience-a-dry-humping-session-with-a-young-lady-separated-by-a-single-layer/ https://javclan.com/e/5igpu9e2w8j5 https://jav.guru/searcho/?xr=356967707539653277386a35   embed 2026-08-30 14:34:12 2026-08-30 14:34:12 javguru https://javclan.com/e/5igpu9e2w8j5
4790 v_0s2s9 javguru https://jav.guru/791253/iene-457-would-you-like-to-experience-a-dry-humping-session-with-a-young-lady-separated-by-a-single-layer/ https://turbovidhls.com/t/68f4f5a7ee713 https://jav.guru/searcho/?ur=36386634663561376565373133   embed 2026-08-30 14:34:12 2026-08-30 14:34:12 javguru https://turbovidhls.com/t/68f4f5a7ee713
4791 v_0s2s9 javguru https://jav.guru/791253/iene-457-would-you-like-to-experience-a-dry-humping-session-with-a-young-lady-separated-by-a-single-layer/ https://tracylocalschool.com/e/d1ldikboy1da https://jav.guru/searcho/?tr=64316c64696b626f79316461   embed 2026-08-30 14:34:12 2026-08-30 14:34:12 javguru https://tracylocalschool.com/e/d1ldikboy1da
4792 v_0s2s9 javguru https://jav.guru/791253/iene-457-would-you-like-to-experience-a-dry-humping-session-with-a-young-lady-separated-by-a-single-layer/ https://streamhihi.com/e/n3ntcd70mho8 https://jav.guru/searcho/?er=652f6e336e74636437306d686f38   embed 2026-08-30 14:34:12 2026-08-30 14:34:12 javguru https://streamhihi.com/e/n3ntcd70mho8
4793 v_0s2s9 javguru https://jav.guru/791253/iene-457-would-you-like-to-experience-a-dry-humping-session-with-a-young-lady-separated-by-a-single-layer/ https://vide0.net/e/ggwzsgdc8spr https://jav.guru/searcho/?hr=6767777a7367646338737072   embed 2026-08-30 14:34:12 2026-08-30 14:34:12 javguru https://vide0.net/e/ggwzsgdc8spr
4794 v_0s2s9 javguru https://jav.guru/791253/iene-457-would-you-like-to-experience-a-dry-humping-session-with-a-young-lady-separated-by-a-single-layer/ https://maxstream.org/embed-e8jjocnghfjr.html https://jav.guru/searcho/?or=656d6265642d65386a6a6f636e6768666a722e68746d6c   embed 2026-08-30 14:34:12 2026-08-30 14:34:12 javguru https://maxstream.org/embed-e8jjocnghfjr.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.907ms