home / media

streams

6 rows where v_uid = "v_97y7w"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2823 v_97y7w javguru https://jav.guru/784769/mmmb-158-short-haired-lady-a-neck-you-want-to-suck-on-4-hours/ https://javclan.com/e/5lap8k5ttntx https://jav.guru/searcho/?xr=356c6170386b3574746e7478   embed 2026-08-30 14:13:38 2026-08-30 14:13:38 javguru https://javclan.com/e/5lap8k5ttntx
2824 v_97y7w javguru https://jav.guru/784769/mmmb-158-short-haired-lady-a-neck-you-want-to-suck-on-4-hours/ https://turbovidhls.com/t/68e968bce7213 https://jav.guru/searcho/?ur=36386539363862636537323133   embed 2026-08-30 14:13:38 2026-08-30 14:13:38 javguru https://turbovidhls.com/t/68e968bce7213
2825 v_97y7w javguru https://jav.guru/784769/mmmb-158-short-haired-lady-a-neck-you-want-to-suck-on-4-hours/ https://tracylocalschool.com/e/ofmyqeg1riqi https://jav.guru/searcho/?tr=6f666d797165673172697169   embed 2026-08-30 14:13:38 2026-08-30 14:13:38 javguru https://tracylocalschool.com/e/ofmyqeg1riqi
2826 v_97y7w javguru https://jav.guru/784769/mmmb-158-short-haired-lady-a-neck-you-want-to-suck-on-4-hours/ https://streamhihi.com/e/rljqo091j83z https://jav.guru/searcho/?er=652f726c6a716f3039316a38337a   embed 2026-08-30 14:13:38 2026-08-30 14:13:38 javguru https://streamhihi.com/e/rljqo091j83z
2827 v_97y7w javguru https://jav.guru/784769/mmmb-158-short-haired-lady-a-neck-you-want-to-suck-on-4-hours/ https://vide0.net/e/xaxofc9cchgd https://jav.guru/searcho/?hr=7861786f6663396363686764   embed 2026-08-30 14:13:38 2026-08-30 14:13:38 javguru https://vide0.net/e/xaxofc9cchgd
2828 v_97y7w javguru https://jav.guru/784769/mmmb-158-short-haired-lady-a-neck-you-want-to-suck-on-4-hours/ https://maxstream.org/embed-l1283gpi1shh.html https://jav.guru/searcho/?or=656d6265642d6c31323833677069317368682e68746d6c   embed 2026-08-30 14:13:38 2026-08-30 14:13:38 javguru https://maxstream.org/embed-l1283gpi1shh.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.726ms