home / media

streams

6 rows where v_uid = "v_me504"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2002 v_me504 javguru https://jav.guru/785406/ss-075-amateur-sailor-uniform-live-creampie-revised-075/ https://javclan.com/e/w5mndjzjx3oe https://jav.guru/searcho/?xr=77356d6e646a7a6a78336f65   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://javclan.com/e/w5mndjzjx3oe
2003 v_me504 javguru https://jav.guru/785406/ss-075-amateur-sailor-uniform-live-creampie-revised-075/ https://turbovidhls.com/t/68ec11aa36b54 https://jav.guru/searcho/?ur=36386563313161613336623534   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://turbovidhls.com/t/68ec11aa36b54
2004 v_me504 javguru https://jav.guru/785406/ss-075-amateur-sailor-uniform-live-creampie-revised-075/ https://tracylocalschool.com/e/bvetvylxls4u https://jav.guru/searcho/?tr=6276657476796c786c733475   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://tracylocalschool.com/e/bvetvylxls4u
2005 v_me504 javguru https://jav.guru/785406/ss-075-amateur-sailor-uniform-live-creampie-revised-075/ https://streamhihi.com/e/6mpncrdlcve3 https://jav.guru/searcho/?er=652f366d706e6372646c63766533   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://streamhihi.com/e/6mpncrdlcve3
2006 v_me504 javguru https://jav.guru/785406/ss-075-amateur-sailor-uniform-live-creampie-revised-075/ https://vide0.net/e/x7tys1pp3aks https://jav.guru/searcho/?hr=783774797331707033616b73   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://vide0.net/e/x7tys1pp3aks
2007 v_me504 javguru https://jav.guru/785406/ss-075-amateur-sailor-uniform-live-creampie-revised-075/ https://maxstream.org/embed-slvrg9o7fgio.html https://jav.guru/searcho/?or=656d6265642d736c767267396f376667696f2e68746d6c   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://maxstream.org/embed-slvrg9o7fgio.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.544ms