home / media

streams

6 rows where v_uid = "v_ew742"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
389 v_ew742 javguru https://jav.guru/788322/mism-103-the-breast-milk-anal-irrumatio-of-a-submissive-wife-kuwata/ https://javclan.com/e/h9hgjdq7b3y3 https://jav.guru/searcho/?xr=683968676a64713762337933   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://javclan.com/e/h9hgjdq7b3y3
390 v_ew742 javguru https://jav.guru/788322/mism-103-the-breast-milk-anal-irrumatio-of-a-submissive-wife-kuwata/ https://turbovidhls.com/t/68ee1613c48e4 https://jav.guru/searcho/?ur=36386565313631336334386534 https://cdn3.turboviplay.com/data3/68ee1613c48e4/68ee1613c48e4.m3u8 m3u8 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://turbovidhls.com/t/68ee1613c48e4
391 v_ew742 javguru https://jav.guru/788322/mism-103-the-breast-milk-anal-irrumatio-of-a-submissive-wife-kuwata/ https://tracylocalschool.com/e/djlwmrpp1mii https://jav.guru/searcho/?tr=646a6c776d727070316d6969   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://tracylocalschool.com/e/djlwmrpp1mii
392 v_ew742 javguru https://jav.guru/788322/mism-103-the-breast-milk-anal-irrumatio-of-a-submissive-wife-kuwata/ https://streamhihi.com/e/u074u928vrkr https://jav.guru/searcho/?er=652f753037347539323876726b72   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://streamhihi.com/e/u074u928vrkr
393 v_ew742 javguru https://jav.guru/788322/mism-103-the-breast-milk-anal-irrumatio-of-a-submissive-wife-kuwata/ https://vide0.net/e/nl9z2ecgw5l4 https://jav.guru/searcho/?hr=6e6c397a3265636777356c34   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://vide0.net/e/nl9z2ecgw5l4
394 v_ew742 javguru https://jav.guru/788322/mism-103-the-breast-milk-anal-irrumatio-of-a-submissive-wife-kuwata/ https://maxstream.org/embed-lct99xn00cra.html https://jav.guru/searcho/?or=656d6265642d6c63743939786e30306372612e68746d6c   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://maxstream.org/embed-lct99xn00cra.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.837ms