home / media

streams

6 rows where v_uid = "v_fbnd3"

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
602 v_fbnd3 javguru https://jav.guru/788391/iene-260-electric-exclusive-debut-19-year-old-judo-prodigy-kobayashi-saki/ https://javclan.com/e/i329llyubr93 https://jav.guru/searcho/?xr=693332396c6c797562723933   embed 2026-08-30 09:55:22 2026-08-30 09:55:22 javguru https://javclan.com/e/i329llyubr93
603 v_fbnd3 javguru https://jav.guru/788391/iene-260-electric-exclusive-debut-19-year-old-judo-prodigy-kobayashi-saki/ https://turbovidhls.com/t/68ee0c0540c0d https://jav.guru/searcho/?ur=36386565306330353430633064 https://cdn3.turboviplay.com/data/66aafbe18c9bf/66aafbe18c9bf.m3u8 m3u8 2026-08-30 09:55:22 2026-08-30 09:55:22 javguru https://turbovidhls.com/t/68ee0c0540c0d
604 v_fbnd3 javguru https://jav.guru/788391/iene-260-electric-exclusive-debut-19-year-old-judo-prodigy-kobayashi-saki/ https://tracylocalschool.com/e/m4uuraan46eo https://jav.guru/searcho/?tr=6d3475757261616e3436656f   embed 2026-08-30 09:55:22 2026-08-30 09:55:22 javguru https://tracylocalschool.com/e/m4uuraan46eo
605 v_fbnd3 javguru https://jav.guru/788391/iene-260-electric-exclusive-debut-19-year-old-judo-prodigy-kobayashi-saki/ https://streamhihi.com/e/xo832yeyox6m https://jav.guru/searcho/?er=652f786f3833327965796f78366d   embed 2026-08-30 09:55:22 2026-08-30 09:55:22 javguru https://streamhihi.com/e/xo832yeyox6m
606 v_fbnd3 javguru https://jav.guru/788391/iene-260-electric-exclusive-debut-19-year-old-judo-prodigy-kobayashi-saki/ https://vide0.net/e/9ezk4t9w5jat https://jav.guru/searcho/?hr=39657a6b34743977356a6174   embed 2026-08-30 09:55:22 2026-08-30 09:55:22 javguru https://vide0.net/e/9ezk4t9w5jat
607 v_fbnd3 javguru https://jav.guru/788391/iene-260-electric-exclusive-debut-19-year-old-judo-prodigy-kobayashi-saki/ https://maxstream.org/embed-dza1iey8s2me.html https://jav.guru/searcho/?or=656d6265642d647a61316965793873326d652e68746d6c   embed 2026-08-30 09:55:22 2026-08-30 09:55:22 javguru https://maxstream.org/embed-dza1iey8s2me.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 27.768ms