home / media

streams

6 rows where v_uid = "v_g0klw"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1984 v_g0klw javguru https://jav.guru/785405/ss-076-amateur-sailor-uniform-live-creampie-revised-076/ https://javclan.com/e/54ritzkdt3p2 https://jav.guru/searcho/?xr=35347269747a6b6474337032   embed 2026-08-30 14:06:56 2026-08-30 14:06:56 javguru https://javclan.com/e/54ritzkdt3p2
1985 v_g0klw javguru https://jav.guru/785405/ss-076-amateur-sailor-uniform-live-creampie-revised-076/ https://turbovidhls.com/t/68ec11ef64f15 https://jav.guru/searcho/?ur=36386563313165663634663135   embed 2026-08-30 14:06:56 2026-08-30 14:06:56 javguru https://turbovidhls.com/t/68ec11ef64f15
1986 v_g0klw javguru https://jav.guru/785405/ss-076-amateur-sailor-uniform-live-creampie-revised-076/ https://tracylocalschool.com/e/3buxewnuoxtm https://jav.guru/searcho/?tr=3362757865776e756f78746d   embed 2026-08-30 14:06:56 2026-08-30 14:06:56 javguru https://tracylocalschool.com/e/3buxewnuoxtm
1987 v_g0klw javguru https://jav.guru/785405/ss-076-amateur-sailor-uniform-live-creampie-revised-076/ https://streamhihi.com/e/t6uxzth61ymu https://jav.guru/searcho/?er=652f743675787a74683631796d75   embed 2026-08-30 14:06:56 2026-08-30 14:06:56 javguru https://streamhihi.com/e/t6uxzth61ymu
1988 v_g0klw javguru https://jav.guru/785405/ss-076-amateur-sailor-uniform-live-creampie-revised-076/ https://vide0.net/e/fur1gyctftse https://jav.guru/searcho/?hr=667572316779637466747365   embed 2026-08-30 14:06:56 2026-08-30 14:06:56 javguru https://vide0.net/e/fur1gyctftse
1989 v_g0klw javguru https://jav.guru/785405/ss-076-amateur-sailor-uniform-live-creampie-revised-076/ https://maxstream.org/embed-l1rm3xpya2r4.html https://jav.guru/searcho/?or=656d6265642d6c31726d33787079613272342e68746d6c   embed 2026-08-30 14:06:56 2026-08-30 14:06:56 javguru https://maxstream.org/embed-l1rm3xpya2r4.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 6.345ms