home / media

streams

6 rows where v_uid = "v_81at4"

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
1133 v_81at4 javguru https://jav.guru/787733/lcdv-40994-miho-machiyama-first-lover/ https://javclan.com/e/spj38kd2h2k3 https://jav.guru/searcho/?xr=73706a33386b643268326b33   embed 2026-08-30 10:00:21 2026-08-30 10:00:21 javguru https://javclan.com/e/spj38kd2h2k3
1134 v_81at4 javguru https://jav.guru/787733/lcdv-40994-miho-machiyama-first-lover/ https://turbovidhls.com/t/68ed407532afe https://jav.guru/searcho/?ur=36386564343037353332616665 https://cdn3.turboviplay.com/data3/68ed407532afe/68ed407532afe.m3u8 m3u8 2026-08-30 10:00:21 2026-08-30 10:00:21 javguru https://turbovidhls.com/t/68ed407532afe
1135 v_81at4 javguru https://jav.guru/787733/lcdv-40994-miho-machiyama-first-lover/ https://tracylocalschool.com/e/njsaocflvwsm https://jav.guru/searcho/?tr=6e6a73616f63666c7677736d   embed 2026-08-30 10:00:21 2026-08-30 10:00:21 javguru https://tracylocalschool.com/e/njsaocflvwsm
1136 v_81at4 javguru https://jav.guru/787733/lcdv-40994-miho-machiyama-first-lover/ https://streamhihi.com/e/y2r6gzmkbr1o https://jav.guru/searcho/?er=652f79327236677a6d6b6272316f   embed 2026-08-30 10:00:21 2026-08-30 10:00:21 javguru https://streamhihi.com/e/y2r6gzmkbr1o
1137 v_81at4 javguru https://jav.guru/787733/lcdv-40994-miho-machiyama-first-lover/ https://vide0.net/e/isbtp1fm0mn5 https://jav.guru/searcho/?hr=697362747031666d306d6e35   embed 2026-08-30 10:00:21 2026-08-30 10:00:21 javguru https://vide0.net/e/isbtp1fm0mn5
1138 v_81at4 javguru https://jav.guru/787733/lcdv-40994-miho-machiyama-first-lover/ https://maxstream.org/embed-07c9cly1g71a.html https://jav.guru/searcho/?or=656d6265642d30376339636c7931673731612e68746d6c   embed 2026-08-30 10:00:21 2026-08-30 10:00:21 javguru https://maxstream.org/embed-07c9cly1g71a.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 4.771ms