home / media

streams

4 rows where v_uid = "v_ixw89"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1239 v_ixw89 javguru https://jav.guru/384904/wawa-024-goddess-with-divine-breasts-nene-chan-24-tanaka-squeezed-to-the-uterus-with-a-thick-black-mans-cock-and-went-crazy-with-pleasure/ https://javclan.com/e/wjkw2n3pqzzp https://jav.guru/searcho/?xr=776a6b77326e3370717a7a70   embed 2026-08-30 10:01:11 2026-08-30 10:01:11 javguru https://javclan.com/e/wjkw2n3pqzzp
1240 v_ixw89 javguru https://jav.guru/384904/wawa-024-goddess-with-divine-breasts-nene-chan-24-tanaka-squeezed-to-the-uterus-with-a-thick-black-mans-cock-and-went-crazy-with-pleasure/ https://oppainet.net/embed/3IIFRP9RhBSBwSX https://jav.guru/searcho/?gr=334949465250395268425342775358   embed 2026-08-30 10:01:11 2026-08-30 10:01:11 javguru https://oppainet.net/embed/3IIFRP9RhBSBwSX
1241 v_ixw89 javguru https://jav.guru/384904/wawa-024-goddess-with-divine-breasts-nene-chan-24-tanaka-squeezed-to-the-uterus-with-a-thick-black-mans-cock-and-went-crazy-with-pleasure/ https://vide0.net/e/vz9aojg4zu8z https://jav.guru/searcho/?hr=767a39616f6a67347a75387a   embed 2026-08-30 10:01:11 2026-08-30 10:01:11 javguru https://vide0.net/e/vz9aojg4zu8z
1242 v_ixw89 javguru https://jav.guru/384904/wawa-024-goddess-with-divine-breasts-nene-chan-24-tanaka-squeezed-to-the-uterus-with-a-thick-black-mans-cock-and-went-crazy-with-pleasure/ https://maxstream.org/embed-3dskvjd0vaqr.html https://jav.guru/searcho/?or=656d6265642d3364736b766a6430766171722e68746d6c   embed 2026-08-30 10:01:11 2026-08-30 10:01:11 javguru https://maxstream.org/embed-3dskvjd0vaqr.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.345ms