home / media

streams

6 rows where v_uid = "v_jkdug"

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
83 v_jkdug javguru https://jav.guru/789607/mxgs-420-shy-erotic-glamourous-kasuga-yui/ https://javclan.com/e/0jl6ijm70j6z https://jav.guru/searcho/?xr=306a6c36696a6d37306a367a   embed 2026-08-30 09:09:04 2026-08-30 09:09:04 javguru https://javclan.com/e/0jl6ijm70j6z
84 v_jkdug javguru https://jav.guru/789607/mxgs-420-shy-erotic-glamourous-kasuga-yui/ https://turbovidhls.com/t/68efa2eaba172 https://jav.guru/searcho/?ur=36386566613265616261313732 https://cdn3.turboviplay.com/data3/68efa2eaba172/68efa2eaba172.m3u8 m3u8 2026-08-30 09:09:04 2026-08-30 09:09:04 javguru https://turbovidhls.com/t/68efa2eaba172
85 v_jkdug javguru https://jav.guru/789607/mxgs-420-shy-erotic-glamourous-kasuga-yui/ https://tracylocalschool.com/e/gtqtqe3f5j0k https://jav.guru/searcho/?tr=6774717471653366356a306b   embed 2026-08-30 09:09:04 2026-08-30 09:09:04 javguru https://tracylocalschool.com/e/gtqtqe3f5j0k
86 v_jkdug javguru https://jav.guru/789607/mxgs-420-shy-erotic-glamourous-kasuga-yui/ https://streamhihi.com/e/cqdx778upcs7 https://jav.guru/searcho/?er=652f637164783737387570637337   embed 2026-08-30 09:09:04 2026-08-30 09:09:04 javguru https://streamhihi.com/e/cqdx778upcs7
87 v_jkdug javguru https://jav.guru/789607/mxgs-420-shy-erotic-glamourous-kasuga-yui/ https://vide0.net/e/7c1fljhodmtc https://jav.guru/searcho/?hr=376331666c6a686f646d7463   embed 2026-08-30 09:09:04 2026-08-30 09:09:04 javguru https://vide0.net/e/7c1fljhodmtc
88 v_jkdug javguru https://jav.guru/789607/mxgs-420-shy-erotic-glamourous-kasuga-yui/ https://maxstream.org/embed-99rsw3mtx72e.html https://jav.guru/searcho/?or=656d6265642d3939727377336d74783732652e68746d6c   embed 2026-08-30 09:09:04 2026-08-30 09:09:04 javguru https://maxstream.org/embed-99rsw3mtx72e.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.086ms