home / media

streams

6 rows where v_uid = "v_dfmoh"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1353 v_dfmoh javguru https://jav.guru/785462/namh-013-real-internal-ejaculation-release-it-was-a-divine-episode-11-shots-of-genuine-semen-in-the-womb-sakai-rino/ https://javclan.com/e/n5tybbyt9kls https://jav.guru/searcho/?xr=6e35747962627974396b6c73   embed 2026-08-30 14:01:12 2026-08-30 14:01:12 javguru https://javclan.com/e/n5tybbyt9kls
1354 v_dfmoh javguru https://jav.guru/785462/namh-013-real-internal-ejaculation-release-it-was-a-divine-episode-11-shots-of-genuine-semen-in-the-womb-sakai-rino/ https://turbovidhls.com/t/68ec007c88abb https://jav.guru/searcho/?ur=36386563303037633838616262   embed 2026-08-30 14:01:12 2026-08-30 14:01:12 javguru https://turbovidhls.com/t/68ec007c88abb
1355 v_dfmoh javguru https://jav.guru/785462/namh-013-real-internal-ejaculation-release-it-was-a-divine-episode-11-shots-of-genuine-semen-in-the-womb-sakai-rino/ https://tracylocalschool.com/e/bpkzwahxftmb https://jav.guru/searcho/?tr=62706b7a7761687866746d62   embed 2026-08-30 14:01:12 2026-08-30 14:01:12 javguru https://tracylocalschool.com/e/bpkzwahxftmb
1356 v_dfmoh javguru https://jav.guru/785462/namh-013-real-internal-ejaculation-release-it-was-a-divine-episode-11-shots-of-genuine-semen-in-the-womb-sakai-rino/ https://streamhihi.com/e/jox6d5qypov2 https://jav.guru/searcho/?er=652f6a6f783664357179706f7632   embed 2026-08-30 14:01:12 2026-08-30 14:01:12 javguru https://streamhihi.com/e/jox6d5qypov2
1357 v_dfmoh javguru https://jav.guru/785462/namh-013-real-internal-ejaculation-release-it-was-a-divine-episode-11-shots-of-genuine-semen-in-the-womb-sakai-rino/ https://vide0.net/e/5z5n1ed82ufn https://jav.guru/searcho/?hr=357a356e316564383275666e   embed 2026-08-30 14:01:12 2026-08-30 14:01:12 javguru https://vide0.net/e/5z5n1ed82ufn
1358 v_dfmoh javguru https://jav.guru/785462/namh-013-real-internal-ejaculation-release-it-was-a-divine-episode-11-shots-of-genuine-semen-in-the-womb-sakai-rino/ https://maxstream.org/embed-pd8moa064561.html https://jav.guru/searcho/?or=656d6265642d7064386d6f613036343536312e68746d6c   embed 2026-08-30 14:01:12 2026-08-30 14:01:12 javguru https://maxstream.org/embed-pd8moa064561.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.213ms