home / media

streams

5 rows where v_uid = "v_1k1la"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
6338 v_1k1la javguru https://jav.guru/1043932/deab-007-graduation-the-beautiful-student-council-president-of-the-prestigious-girls-school-kanon-takamiya-makes-her-av-debut/ https://javclan.com/e/13qsktdlo9wf https://jav.guru/searcho/?xr=313371736b74646c6f397766   embed 2026-08-30 14:47:23 2026-08-30 14:47:23 javguru https://javclan.com/e/13qsktdlo9wf
6339 v_1k1la javguru https://jav.guru/1043932/deab-007-graduation-the-beautiful-student-council-president-of-the-prestigious-girls-school-kanon-takamiya-makes-her-av-debut/ https://turbovidhls.com/t/6a90847798ac3 https://jav.guru/searcho/?ur=36613930383437373938616333   embed 2026-08-30 14:47:23 2026-08-30 14:47:23 javguru https://turbovidhls.com/t/6a90847798ac3
6340 v_1k1la javguru https://jav.guru/1043932/deab-007-graduation-the-beautiful-student-council-president-of-the-prestigious-girls-school-kanon-takamiya-makes-her-av-debut/ https://tracylocalschool.com/e/6wmd8m14hyja https://jav.guru/searcho/?tr=36776d64386d313468796a61   embed 2026-08-30 14:47:23 2026-08-30 14:47:23 javguru https://tracylocalschool.com/e/6wmd8m14hyja
6341 v_1k1la javguru https://jav.guru/1043932/deab-007-graduation-the-beautiful-student-council-president-of-the-prestigious-girls-school-kanon-takamiya-makes-her-av-debut/ https://vide0.net/e/bbnlby5qpcp0 https://jav.guru/searcho/?hr=62626e6c6279357170637030   embed 2026-08-30 14:47:23 2026-08-30 14:47:23 javguru https://vide0.net/e/bbnlby5qpcp0
6342 v_1k1la javguru https://jav.guru/1043932/deab-007-graduation-the-beautiful-student-council-president-of-the-prestigious-girls-school-kanon-takamiya-makes-her-av-debut/ https://maxstream.org/embed-ke50ifcso1gc.html https://jav.guru/searcho/?or=656d6265642d6b653530696663736f3167632e68746d6c   embed 2026-08-30 14:47:23 2026-08-30 14:47:23 javguru https://maxstream.org/embed-ke50ifcso1gc.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.961ms