home / media

streams

4 rows where v_uid = "v_cajco"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1231 v_cajco javguru https://jav.guru/220787/ipx-926-unlimited-ejaculation-instant-shaku-instant-fuck-godly-g-cup-big-tits-soap-lady-hina/ https://javclan.com/e/tnp7lduunjnl https://jav.guru/searcho/?xr=746e70376c6475756e6a6e6c   embed 2026-08-30 10:01:07 2026-08-30 10:01:07 javguru https://javclan.com/e/tnp7lduunjnl
1232 v_cajco javguru https://jav.guru/220787/ipx-926-unlimited-ejaculation-instant-shaku-instant-fuck-godly-g-cup-big-tits-soap-lady-hina/ https://tracylocalschool.com/e/zcqd6wntjh0o https://jav.guru/searcho/?tr=7a63716436776e746a68306f   embed 2026-08-30 10:01:07 2026-08-30 10:01:07 javguru https://tracylocalschool.com/e/zcqd6wntjh0o
1233 v_cajco javguru https://jav.guru/220787/ipx-926-unlimited-ejaculation-instant-shaku-instant-fuck-godly-g-cup-big-tits-soap-lady-hina/ https://vide0.net/e/kuazyhirkgep https://jav.guru/searcho/?hr=6b75617a796869726b676570   embed 2026-08-30 10:01:07 2026-08-30 10:01:07 javguru https://vide0.net/e/kuazyhirkgep
1234 v_cajco javguru https://jav.guru/220787/ipx-926-unlimited-ejaculation-instant-shaku-instant-fuck-godly-g-cup-big-tits-soap-lady-hina/ https://maxstream.org/embed-8ts6o78b3njq.html https://jav.guru/searcho/?or=656d6265642d387473366f373862336e6a712e68746d6c   embed 2026-08-30 10:01:07 2026-08-30 10:01:07 javguru https://maxstream.org/embed-8ts6o78b3njq.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.312ms