home / media

streams

6 rows where v_uid = "v_1me30"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
3175 v_1me30 javguru https://jav.guru/784255/ipzz-681-the-new-female-teachers-plump-butt-and-thighs-in-a-tight-skirt-are-just-too-erotic-mochizuki/ https://javclan.com/e/azxntrzaa5xt https://jav.guru/searcho/?xr=617a786e74727a6161357874   embed 2026-08-30 14:17:37 2026-08-30 14:17:37 javguru https://javclan.com/e/azxntrzaa5xt
3176 v_1me30 javguru https://jav.guru/784255/ipzz-681-the-new-female-teachers-plump-butt-and-thighs-in-a-tight-skirt-are-just-too-erotic-mochizuki/ https://turbovidhls.com/t/68e812545de23 https://jav.guru/searcho/?ur=36386538313235343564653233   embed 2026-08-30 14:17:37 2026-08-30 14:17:37 javguru https://turbovidhls.com/t/68e812545de23
3177 v_1me30 javguru https://jav.guru/784255/ipzz-681-the-new-female-teachers-plump-butt-and-thighs-in-a-tight-skirt-are-just-too-erotic-mochizuki/ https://tracylocalschool.com/e/jot6wgb6ctjh https://jav.guru/searcho/?tr=6a6f74367767623663746a68   embed 2026-08-30 14:17:37 2026-08-30 14:17:37 javguru https://tracylocalschool.com/e/jot6wgb6ctjh
3178 v_1me30 javguru https://jav.guru/784255/ipzz-681-the-new-female-teachers-plump-butt-and-thighs-in-a-tight-skirt-are-just-too-erotic-mochizuki/ https://streamhihi.com/e/wwu3bks84stz https://jav.guru/searcho/?er=652f77777533626b73383473747a   embed 2026-08-30 14:17:37 2026-08-30 14:17:37 javguru https://streamhihi.com/e/wwu3bks84stz
3179 v_1me30 javguru https://jav.guru/784255/ipzz-681-the-new-female-teachers-plump-butt-and-thighs-in-a-tight-skirt-are-just-too-erotic-mochizuki/ https://vide0.net/e/vj0xosmxfgha https://jav.guru/searcho/?hr=766a30786f736d7866676861   embed 2026-08-30 14:17:37 2026-08-30 14:17:37 javguru https://vide0.net/e/vj0xosmxfgha
3180 v_1me30 javguru https://jav.guru/784255/ipzz-681-the-new-female-teachers-plump-butt-and-thighs-in-a-tight-skirt-are-just-too-erotic-mochizuki/ https://maxstream.org/embed-xo71ewku3as3.html https://jav.guru/searcho/?or=656d6265642d786f373165776b75336173332e68746d6c   embed 2026-08-30 14:17:37 2026-08-30 14:17:37 javguru https://maxstream.org/embed-xo71ewku3as3.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.56ms