home / media

streams

6 rows where v_uid = "v_12v0a"

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
8743 v_12v0a javguru https://jav.guru/789933/mvsd-658-a-young-wife-esthetician-falls-for-the-filthy-big-cock-of-her-lowlife-neighbor-at-a-home/ https://javclan.com/e/pou9uuvq4jfw https://jav.guru/searcho/?xr=706f753975757671346a6677   embed 2026-08-30 16:39:32 2026-08-30 16:39:32 javguru https://javclan.com/e/pou9uuvq4jfw
8744 v_12v0a javguru https://jav.guru/789933/mvsd-658-a-young-wife-esthetician-falls-for-the-filthy-big-cock-of-her-lowlife-neighbor-at-a-home/ https://turbovidhls.com/t/68f13c21ae1a0 https://jav.guru/searcho/?ur=36386631336332316165316130 https://cdn3.turboviplay.com/data3/68f13c21ae1a0/68f13c21ae1a0.m3u8 m3u8 2026-08-30 16:39:32 2026-08-30 16:39:32 javguru https://turbovidhls.com/t/68f13c21ae1a0
8745 v_12v0a javguru https://jav.guru/789933/mvsd-658-a-young-wife-esthetician-falls-for-the-filthy-big-cock-of-her-lowlife-neighbor-at-a-home/ https://tracylocalschool.com/e/bvr9bj70lbnw https://jav.guru/searcho/?tr=62767239626a37306c626e77   embed 2026-08-30 16:39:32 2026-08-30 16:39:32 javguru https://tracylocalschool.com/e/bvr9bj70lbnw
8746 v_12v0a javguru https://jav.guru/789933/mvsd-658-a-young-wife-esthetician-falls-for-the-filthy-big-cock-of-her-lowlife-neighbor-at-a-home/ https://streamhihi.com/e/0yr9b0bw9qrc https://jav.guru/searcho/?er=652f307972396230627739717263   embed 2026-08-30 16:39:32 2026-08-30 16:39:32 javguru https://streamhihi.com/e/0yr9b0bw9qrc
8747 v_12v0a javguru https://jav.guru/789933/mvsd-658-a-young-wife-esthetician-falls-for-the-filthy-big-cock-of-her-lowlife-neighbor-at-a-home/ https://vide0.net/e/bsqxt0vf7nf6 https://jav.guru/searcho/?hr=6273717874307666376e6636   embed 2026-08-30 16:39:32 2026-08-30 16:39:32 javguru https://vide0.net/e/bsqxt0vf7nf6
8748 v_12v0a javguru https://jav.guru/789933/mvsd-658-a-young-wife-esthetician-falls-for-the-filthy-big-cock-of-her-lowlife-neighbor-at-a-home/ https://maxstream.org/embed-373wgvjvjrpg.html https://jav.guru/searcho/?or=656d6265642d3337337767766a766a7270672e68746d6c   embed 2026-08-30 16:39:32 2026-08-30 16:39:32 javguru https://maxstream.org/embed-373wgvjvjrpg.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.766ms