home / media

streams

4 rows where v_uid = "v_1vomt"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
6802 v_1vomt javguru https://jav.guru/390178/sone-081-you-can-stay-at-my-place-unable-to-catch-the-last-train-i-went-ot-the-home-of-the-beautiful-female-ceo-i-was-excited-and-had-sex-until-morning/ https://javclan.com/e/hbryegip5uch https://jav.guru/searcho/?xr=686272796567697035756368   embed 2026-08-30 14:54:02 2026-08-30 14:54:02 javguru https://javclan.com/e/hbryegip5uch
6803 v_1vomt javguru https://jav.guru/390178/sone-081-you-can-stay-at-my-place-unable-to-catch-the-last-train-i-went-ot-the-home-of-the-beautiful-female-ceo-i-was-excited-and-had-sex-until-morning/ https://oppainet.net/embed/rPSsqvFj404U5qN https://jav.guru/searcho/?gr=725053737176466a3430345535714e   embed 2026-08-30 14:54:02 2026-08-30 14:54:02 javguru https://oppainet.net/embed/rPSsqvFj404U5qN
6804 v_1vomt javguru https://jav.guru/390178/sone-081-you-can-stay-at-my-place-unable-to-catch-the-last-train-i-went-ot-the-home-of-the-beautiful-female-ceo-i-was-excited-and-had-sex-until-morning/ https://vide0.net/e/ppa6s6v8yim9 https://jav.guru/searcho/?hr=707061367336763879696d39   embed 2026-08-30 14:54:02 2026-08-30 14:54:02 javguru https://vide0.net/e/ppa6s6v8yim9
6805 v_1vomt javguru https://jav.guru/390178/sone-081-you-can-stay-at-my-place-unable-to-catch-the-last-train-i-went-ot-the-home-of-the-beautiful-female-ceo-i-was-excited-and-had-sex-until-morning/ https://maxstream.org/embed-8xwuj6et0thr.html https://jav.guru/searcho/?or=656d6265642d387877756a366574307468722e68746d6c   embed 2026-08-30 14:54:02 2026-08-30 14:54:02 javguru https://maxstream.org/embed-8xwuj6et0thr.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 4.078ms