home / media

streams

6 rows where v_uid = "v_es9zb"

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
353 v_es9zb javguru https://jav.guru/788311/mism-120-bondage-candle-deep-throat-training-for-a-woman-with-no-sm-experience/ https://javclan.com/e/7mkotr0zzh59 https://jav.guru/searcho/?xr=376d6b6f7472307a7a683539   embed 2026-08-30 09:53:24 2026-08-30 09:53:24 javguru https://javclan.com/e/7mkotr0zzh59
354 v_es9zb javguru https://jav.guru/788311/mism-120-bondage-candle-deep-throat-training-for-a-woman-with-no-sm-experience/ https://turbovidhls.com/t/68ee17573a542 https://jav.guru/searcho/?ur=36386565313735373361353432 https://cdn3.turboviplay.com/data3/68ee17573a542/68ee17573a542.m3u8 m3u8 2026-08-30 09:53:24 2026-08-30 09:53:24 javguru https://turbovidhls.com/t/68ee17573a542
355 v_es9zb javguru https://jav.guru/788311/mism-120-bondage-candle-deep-throat-training-for-a-woman-with-no-sm-experience/ https://tracylocalschool.com/e/zxuymlg3c4yo https://jav.guru/searcho/?tr=7a7875796d6c67336334796f   embed 2026-08-30 09:53:24 2026-08-30 09:53:24 javguru https://tracylocalschool.com/e/zxuymlg3c4yo
356 v_es9zb javguru https://jav.guru/788311/mism-120-bondage-candle-deep-throat-training-for-a-woman-with-no-sm-experience/ https://streamhihi.com/e/fd6pntnizcf2 https://jav.guru/searcho/?er=652f666436706e746e697a636632   embed 2026-08-30 09:53:24 2026-08-30 09:53:24 javguru https://streamhihi.com/e/fd6pntnizcf2
357 v_es9zb javguru https://jav.guru/788311/mism-120-bondage-candle-deep-throat-training-for-a-woman-with-no-sm-experience/ https://vide0.net/e/rb6qh1qysr02 https://jav.guru/searcho/?hr=726236716831717973723032   embed 2026-08-30 09:53:24 2026-08-30 09:53:24 javguru https://vide0.net/e/rb6qh1qysr02
358 v_es9zb javguru https://jav.guru/788311/mism-120-bondage-candle-deep-throat-training-for-a-woman-with-no-sm-experience/ https://maxstream.org/embed-zp4axn3oih03.html https://jav.guru/searcho/?or=656d6265642d7a703461786e336f696830332e68746d6c   embed 2026-08-30 09:53:24 2026-08-30 09:53:24 javguru https://maxstream.org/embed-zp4axn3oih03.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.877ms