home / media

streams

6 rows where v_uid = "v_twzmx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
22 v_twzmx javguru https://jav.guru/789668/iene-238-all-day-creampie-sex-with-sumire/ https://javclan.com/e/04shp6c10nol https://jav.guru/searcho/?xr=3034736870366331306e6f6c   embed 2026-08-30 07:39:14 2026-08-30 07:39:14 javguru https://javclan.com/e/04shp6c10nol
23 v_twzmx javguru https://jav.guru/789668/iene-238-all-day-creampie-sex-with-sumire/ https://turbovidhls.com/t/68ef962b77192 https://jav.guru/searcho/?ur=36386566393632623737313932 https://cdn3.turboviplay.com/data/668baaa78aad3/668baaa78aad3.m3u8 m3u8 2026-08-30 07:39:14 2026-08-30 07:39:14 javguru https://turbovidhls.com/t/68ef962b77192
24 v_twzmx javguru https://jav.guru/789668/iene-238-all-day-creampie-sex-with-sumire/ https://tracylocalschool.com/e/crm3xlqzppsi https://jav.guru/searcho/?tr=63726d33786c717a70707369   embed 2026-08-30 07:39:14 2026-08-30 07:39:14 javguru https://tracylocalschool.com/e/crm3xlqzppsi
25 v_twzmx javguru https://jav.guru/789668/iene-238-all-day-creampie-sex-with-sumire/ https://streamhihi.com/e/u50imrk93bc0 https://jav.guru/searcho/?er=652f753530696d726b3933626330   embed 2026-08-30 07:39:14 2026-08-30 07:39:14 javguru https://streamhihi.com/e/u50imrk93bc0
26 v_twzmx javguru https://jav.guru/789668/iene-238-all-day-creampie-sex-with-sumire/ https://maxstream.org/embed-74fb7dn5lsj1.html https://jav.guru/searcho/?or=656d6265642d3734666237646e356c736a312e68746d6c   embed 2026-08-30 07:39:14 2026-08-30 07:39:14 javguru https://maxstream.org/embed-74fb7dn5lsj1.html
32 v_twzmx javguru https://jav.guru/789668/iene-238-all-day-creampie-sex-with-sumire/ https://vide0.net/e/326l7g5cxqe0 https://jav.guru/searcho/?hr=3332366c3767356378716530   embed 2026-08-30 08:24:04 2026-08-30 08:24:04 javguru https://vide0.net/e/326l7g5cxqe0

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.439ms