home / media

streams

6 rows where v_uid = "v_l2omn"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1642 v_l2omn javguru https://jav.guru/785467/nacr-880-surprise-visit-to-m-kuns-home-s-domination-and-semen-extraction-for-the-masochistic-cock-ootsuki-hibiki/ https://javclan.com/e/01kutstugrjq https://jav.guru/searcho/?xr=30316b757473747567726a71   embed 2026-08-30 14:04:00 2026-08-30 14:04:00 javguru https://javclan.com/e/01kutstugrjq
1643 v_l2omn javguru https://jav.guru/785467/nacr-880-surprise-visit-to-m-kuns-home-s-domination-and-semen-extraction-for-the-masochistic-cock-ootsuki-hibiki/ https://turbovidhls.com/t/68ebff725fd7a https://jav.guru/searcho/?ur=36386562666637323566643761   embed 2026-08-30 14:04:00 2026-08-30 14:04:00 javguru https://turbovidhls.com/t/68ebff725fd7a
1644 v_l2omn javguru https://jav.guru/785467/nacr-880-surprise-visit-to-m-kuns-home-s-domination-and-semen-extraction-for-the-masochistic-cock-ootsuki-hibiki/ https://tracylocalschool.com/e/qkzhadmarlzy https://jav.guru/searcho/?tr=716b7a6861646d61726c7a79   embed 2026-08-30 14:04:00 2026-08-30 14:04:00 javguru https://tracylocalschool.com/e/qkzhadmarlzy
1645 v_l2omn javguru https://jav.guru/785467/nacr-880-surprise-visit-to-m-kuns-home-s-domination-and-semen-extraction-for-the-masochistic-cock-ootsuki-hibiki/ https://streamhihi.com/e/2o2xs9z2t8d5 https://jav.guru/searcho/?er=652f326f327873397a3274386435   embed 2026-08-30 14:04:00 2026-08-30 14:04:00 javguru https://streamhihi.com/e/2o2xs9z2t8d5
1646 v_l2omn javguru https://jav.guru/785467/nacr-880-surprise-visit-to-m-kuns-home-s-domination-and-semen-extraction-for-the-masochistic-cock-ootsuki-hibiki/ https://vide0.net/e/h3gkk7ubxsue https://jav.guru/searcho/?hr=6833676b6b37756278737565   embed 2026-08-30 14:04:00 2026-08-30 14:04:00 javguru https://vide0.net/e/h3gkk7ubxsue
1647 v_l2omn javguru https://jav.guru/785467/nacr-880-surprise-visit-to-m-kuns-home-s-domination-and-semen-extraction-for-the-masochistic-cock-ootsuki-hibiki/ https://maxstream.org/embed-66a00j44sx7g.html https://jav.guru/searcho/?or=656d6265642d36366130306a3434737837672e68746d6c   embed 2026-08-30 14:04:00 2026-08-30 14:04:00 javguru https://maxstream.org/embed-66a00j44sx7g.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.809ms