home / media

streams

6 rows where v_uid = "v_3ov2r"

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
101 v_3ov2r javguru https://jav.guru/789696/abxd-002-current-dental-assistant-shou/ https://javclan.com/e/328s9astjjqo https://jav.guru/searcho/?xr=33323873396173746a6a716f   embed 2026-08-30 09:09:58 2026-08-30 09:09:58 javguru https://javclan.com/e/328s9astjjqo
102 v_3ov2r javguru https://jav.guru/789696/abxd-002-current-dental-assistant-shou/ https://turbovidhls.com/t/68ef9292b6ca0 https://jav.guru/searcho/?ur=36386566393239326236636130 https://cdn3.turboviplay.com/data3/68ef9292b6ca0/68ef9292b6ca0.m3u8 m3u8 2026-08-30 09:09:58 2026-08-30 09:09:58 javguru https://turbovidhls.com/t/68ef9292b6ca0
103 v_3ov2r javguru https://jav.guru/789696/abxd-002-current-dental-assistant-shou/ https://tracylocalschool.com/e/aacukrrovtdi https://jav.guru/searcho/?tr=616163756b72726f76746469   embed 2026-08-30 09:09:58 2026-08-30 09:09:58 javguru https://tracylocalschool.com/e/aacukrrovtdi
104 v_3ov2r javguru https://jav.guru/789696/abxd-002-current-dental-assistant-shou/ https://streamhihi.com/e/zcw45amc1dcg https://jav.guru/searcho/?er=652f7a63773435616d6331646367   embed 2026-08-30 09:09:58 2026-08-30 09:09:58 javguru https://streamhihi.com/e/zcw45amc1dcg
105 v_3ov2r javguru https://jav.guru/789696/abxd-002-current-dental-assistant-shou/ https://vide0.net/e/ipje46jgv7gn https://jav.guru/searcho/?hr=69706a6534366a677637676e   embed 2026-08-30 09:09:58 2026-08-30 09:09:58 javguru https://vide0.net/e/ipje46jgv7gn
106 v_3ov2r javguru https://jav.guru/789696/abxd-002-current-dental-assistant-shou/ https://maxstream.org/embed-clrnzjvd23x0.html https://jav.guru/searcho/?or=656d6265642d636c726e7a6a7664323378302e68746d6c   embed 2026-08-30 09:09:58 2026-08-30 09:09:58 javguru https://maxstream.org/embed-clrnzjvd23x0.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.496ms