home / media

streams

6 rows where v_uid = "v_mfs01"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2152 v_mfs01 javguru https://jav.guru/785246/jufd-107-because-i-still-want-to-be-loved-by-you-my-fiancee-is-being-trained-to-match-the-perverted-desires-of-a-man/ https://javclan.com/e/qm0nvnteqr8d https://jav.guru/searcho/?xr=716d306e766e746571723864   embed 2026-08-30 14:08:27 2026-08-30 14:08:27 javguru https://javclan.com/e/qm0nvnteqr8d
2153 v_mfs01 javguru https://jav.guru/785246/jufd-107-because-i-still-want-to-be-loved-by-you-my-fiancee-is-being-trained-to-match-the-perverted-desires-of-a-man/ https://turbovidhls.com/t/68eaabfc6f496 https://jav.guru/searcho/?ur=36386561616266633666343936   embed 2026-08-30 14:08:27 2026-08-30 14:08:27 javguru https://turbovidhls.com/t/68eaabfc6f496
2154 v_mfs01 javguru https://jav.guru/785246/jufd-107-because-i-still-want-to-be-loved-by-you-my-fiancee-is-being-trained-to-match-the-perverted-desires-of-a-man/ https://tracylocalschool.com/e/cdem1xyvasqp https://jav.guru/searcho/?tr=6364656d3178797661737170   embed 2026-08-30 14:08:27 2026-08-30 14:08:27 javguru https://tracylocalschool.com/e/cdem1xyvasqp
2155 v_mfs01 javguru https://jav.guru/785246/jufd-107-because-i-still-want-to-be-loved-by-you-my-fiancee-is-being-trained-to-match-the-perverted-desires-of-a-man/ https://streamhihi.com/e/12vgycfqlwuk https://jav.guru/searcho/?er=652f31327667796366716c77756b   embed 2026-08-30 14:08:27 2026-08-30 14:08:27 javguru https://streamhihi.com/e/12vgycfqlwuk
2156 v_mfs01 javguru https://jav.guru/785246/jufd-107-because-i-still-want-to-be-loved-by-you-my-fiancee-is-being-trained-to-match-the-perverted-desires-of-a-man/ https://vide0.net/e/fx61htmvc1u1 https://jav.guru/searcho/?hr=6678363168746d7663317531   embed 2026-08-30 14:08:27 2026-08-30 14:08:27 javguru https://vide0.net/e/fx61htmvc1u1
2157 v_mfs01 javguru https://jav.guru/785246/jufd-107-because-i-still-want-to-be-loved-by-you-my-fiancee-is-being-trained-to-match-the-perverted-desires-of-a-man/ https://maxstream.org/embed-jemp45jc35ti.html https://jav.guru/searcho/?or=656d6265642d6a656d7034356a63333574692e68746d6c   embed 2026-08-30 14:08:27 2026-08-30 14:08:27 javguru https://maxstream.org/embed-jemp45jc35ti.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 5.951ms