home / media

streams

6 rows where v_uid = "v_o90hy"

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
668 v_o90hy javguru https://jav.guru/788380/iene-276-a-uniformed-girl-aoi-koharu-gazes-into-your-eyes-so-closely-that-you-can-feel-her-breath-as-excitement-rises/ https://javclan.com/e/kka4gmoxwgoq https://jav.guru/searcho/?xr=6b6b6134676d6f7877676f71   embed 2026-08-30 09:55:53 2026-08-30 09:55:53 javguru https://javclan.com/e/kka4gmoxwgoq
669 v_o90hy javguru https://jav.guru/788380/iene-276-a-uniformed-girl-aoi-koharu-gazes-into-your-eyes-so-closely-that-you-can-feel-her-breath-as-excitement-rises/ https://turbovidhls.com/t/68ee0ca91e73d https://jav.guru/searcho/?ur=36386565306361393165373364 https://cdn3.turboviplay.com/data/66ba2d4bc2820/66ba2d4bc2820.m3u8 m3u8 2026-08-30 09:55:53 2026-08-30 09:55:53 javguru https://turbovidhls.com/t/68ee0ca91e73d
670 v_o90hy javguru https://jav.guru/788380/iene-276-a-uniformed-girl-aoi-koharu-gazes-into-your-eyes-so-closely-that-you-can-feel-her-breath-as-excitement-rises/ https://tracylocalschool.com/e/hznxaajeis38 https://jav.guru/searcho/?tr=687a6e7861616a6569733338   embed 2026-08-30 09:55:53 2026-08-30 09:55:53 javguru https://tracylocalschool.com/e/hznxaajeis38
671 v_o90hy javguru https://jav.guru/788380/iene-276-a-uniformed-girl-aoi-koharu-gazes-into-your-eyes-so-closely-that-you-can-feel-her-breath-as-excitement-rises/ https://streamhihi.com/e/u3soby90ofrq https://jav.guru/searcho/?er=652f7533736f627939306f667271   embed 2026-08-30 09:55:53 2026-08-30 09:55:53 javguru https://streamhihi.com/e/u3soby90ofrq
672 v_o90hy javguru https://jav.guru/788380/iene-276-a-uniformed-girl-aoi-koharu-gazes-into-your-eyes-so-closely-that-you-can-feel-her-breath-as-excitement-rises/ https://vide0.net/e/28zr41elzxp5 https://jav.guru/searcho/?hr=32387a723431656c7a787035   embed 2026-08-30 09:55:53 2026-08-30 09:55:53 javguru https://vide0.net/e/28zr41elzxp5
673 v_o90hy javguru https://jav.guru/788380/iene-276-a-uniformed-girl-aoi-koharu-gazes-into-your-eyes-so-closely-that-you-can-feel-her-breath-as-excitement-rises/ https://maxstream.org/embed-dzvei2quhy6q.html https://jav.guru/searcho/?or=656d6265642d647a766569327175687936712e68746d6c   embed 2026-08-30 09:55:53 2026-08-30 09:55:53 javguru https://maxstream.org/embed-dzvei2quhy6q.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.583ms