home / media

streams

6 rows where v_uid = "v_37vr0"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1857 v_37vr0 javguru https://jav.guru/785434/nnsbd-025-sukichan-ne-nogi-ayame/ https://javclan.com/e/aoem75e5y8fq https://jav.guru/searcho/?xr=616f656d3735653579386671   embed 2026-08-30 14:05:47 2026-08-30 14:05:47 javguru https://javclan.com/e/aoem75e5y8fq
1858 v_37vr0 javguru https://jav.guru/785434/nnsbd-025-sukichan-ne-nogi-ayame/ https://turbovidhls.com/t/68ec0a69ca5c3 https://jav.guru/searcho/?ur=36386563306136396361356333   embed 2026-08-30 14:05:47 2026-08-30 14:05:47 javguru https://turbovidhls.com/t/68ec0a69ca5c3
1859 v_37vr0 javguru https://jav.guru/785434/nnsbd-025-sukichan-ne-nogi-ayame/ https://tracylocalschool.com/e/hpwivy4lpfyv https://jav.guru/searcho/?tr=687077697679346c70667976   embed 2026-08-30 14:05:47 2026-08-30 14:05:47 javguru https://tracylocalschool.com/e/hpwivy4lpfyv
1860 v_37vr0 javguru https://jav.guru/785434/nnsbd-025-sukichan-ne-nogi-ayame/ https://streamhihi.com/e/9nuu8ylywg2c https://jav.guru/searcho/?er=652f396e757538796c7977673263   embed 2026-08-30 14:05:47 2026-08-30 14:05:47 javguru https://streamhihi.com/e/9nuu8ylywg2c
1861 v_37vr0 javguru https://jav.guru/785434/nnsbd-025-sukichan-ne-nogi-ayame/ https://vide0.net/e/r6nmzhqwnt0z https://jav.guru/searcho/?hr=72366e6d7a6871776e74307a   embed 2026-08-30 14:05:47 2026-08-30 14:05:47 javguru https://vide0.net/e/r6nmzhqwnt0z
1862 v_37vr0 javguru https://jav.guru/785434/nnsbd-025-sukichan-ne-nogi-ayame/ https://maxstream.org/embed-5xxwrlkoox1l.html https://jav.guru/searcho/?or=656d6265642d35787877726c6b6f6f78316c2e68746d6c   embed 2026-08-30 14:05:47 2026-08-30 14:05:47 javguru https://maxstream.org/embed-5xxwrlkoox1l.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.945ms