home / media

streams

4 rows where v_uid = "v_kimwn"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1777 v_kimwn javguru https://jav.guru/384150/ebwh-099-even-though-she-doesnt-like-the-theater-troupe-members-busty-actress-amatsuki-azu-has-sweaty-creampie-sex-pretending-its-acting-lessons-to/ https://javclan.com/e/i33r5ztpfz8i https://jav.guru/searcho/?xr=69333372357a7470667a3869   embed 2026-08-30 14:05:08 2026-08-30 14:05:08 javguru https://javclan.com/e/i33r5ztpfz8i
1778 v_kimwn javguru https://jav.guru/384150/ebwh-099-even-though-she-doesnt-like-the-theater-troupe-members-busty-actress-amatsuki-azu-has-sweaty-creampie-sex-pretending-its-acting-lessons-to/ https://oppainet.net/embed/D5uEWBuZMXRi3CE https://jav.guru/searcho/?gr=443575455742755a4d585269334345   embed 2026-08-30 14:05:08 2026-08-30 14:05:08 javguru https://oppainet.net/embed/D5uEWBuZMXRi3CE
1779 v_kimwn javguru https://jav.guru/384150/ebwh-099-even-though-she-doesnt-like-the-theater-troupe-members-busty-actress-amatsuki-azu-has-sweaty-creampie-sex-pretending-its-acting-lessons-to/ https://vide0.net/e/mwxrcxx28405 https://jav.guru/searcho/?hr=6d7778726378783238343035   embed 2026-08-30 14:05:08 2026-08-30 14:05:08 javguru https://vide0.net/e/mwxrcxx28405
1780 v_kimwn javguru https://jav.guru/384150/ebwh-099-even-though-she-doesnt-like-the-theater-troupe-members-busty-actress-amatsuki-azu-has-sweaty-creampie-sex-pretending-its-acting-lessons-to/ https://maxstream.org/embed-gt98cg4u1764.html https://jav.guru/searcho/?or=656d6265642d6774393863673475313736342e68746d6c   embed 2026-08-30 14:05:08 2026-08-30 14:05:08 javguru https://maxstream.org/embed-gt98cg4u1764.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.293ms