home / media

streams

6 rows where v_uid = "v_mmo2y"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1484 v_mmo2y javguru https://jav.guru/785410/sbvd-0515-yumi-yoshino-aromatic/ https://javclan.com/e/veksqrh1d78h https://jav.guru/searcho/?xr=76656b737172683164373868   embed 2026-08-30 14:02:27 2026-08-30 14:02:27 javguru https://javclan.com/e/veksqrh1d78h
1485 v_mmo2y javguru https://jav.guru/785410/sbvd-0515-yumi-yoshino-aromatic/ https://turbovidhls.com/t/68ec1054015f4 https://jav.guru/searcho/?ur=36386563313035343031356634   embed 2026-08-30 14:02:27 2026-08-30 14:02:27 javguru https://turbovidhls.com/t/68ec1054015f4
1486 v_mmo2y javguru https://jav.guru/785410/sbvd-0515-yumi-yoshino-aromatic/ https://tracylocalschool.com/e/7lnzhxeyvz4f https://jav.guru/searcho/?tr=376c6e7a68786579767a3466   embed 2026-08-30 14:02:27 2026-08-30 14:02:27 javguru https://tracylocalschool.com/e/7lnzhxeyvz4f
1487 v_mmo2y javguru https://jav.guru/785410/sbvd-0515-yumi-yoshino-aromatic/ https://streamhihi.com/e/uwrpxh7y0tyh https://jav.guru/searcho/?er=652f757772707868377930747968   embed 2026-08-30 14:02:27 2026-08-30 14:02:27 javguru https://streamhihi.com/e/uwrpxh7y0tyh
1488 v_mmo2y javguru https://jav.guru/785410/sbvd-0515-yumi-yoshino-aromatic/ https://vide0.net/e/fixytmi7sj8e https://jav.guru/searcho/?hr=66697879746d6937736a3865   embed 2026-08-30 14:02:27 2026-08-30 14:02:27 javguru https://vide0.net/e/fixytmi7sj8e
1489 v_mmo2y javguru https://jav.guru/785410/sbvd-0515-yumi-yoshino-aromatic/ https://maxstream.org/embed-8962whf28s3d.html https://jav.guru/searcho/?or=656d6265642d3839363277686632387333642e68746d6c   embed 2026-08-30 14:02:27 2026-08-30 14:02:27 javguru https://maxstream.org/embed-8962whf28s3d.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.913ms