home / media

streams

4 rows where v_uid = "v_wgl47"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1526 v_wgl47 javguru https://jav.guru/384100/nima-031-live-action-version-betrayed-busty-chldhood-friend-wife/ https://javclan.com/e/j5p8a2jfdod3 https://jav.guru/searcho/?xr=6a35703861326a66646f6433   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://javclan.com/e/j5p8a2jfdod3
1527 v_wgl47 javguru https://jav.guru/384100/nima-031-live-action-version-betrayed-busty-chldhood-friend-wife/ https://oppainet.net/embed/rz9umjEKDLH5tBd https://jav.guru/searcho/?gr=727a39756d6a454b444c4835744264   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://oppainet.net/embed/rz9umjEKDLH5tBd
1528 v_wgl47 javguru https://jav.guru/384100/nima-031-live-action-version-betrayed-busty-chldhood-friend-wife/ https://vide0.net/e/koob25v229xv https://jav.guru/searcho/?hr=6b6f6f623235763232397876   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://vide0.net/e/koob25v229xv
1529 v_wgl47 javguru https://jav.guru/384100/nima-031-live-action-version-betrayed-busty-chldhood-friend-wife/ https://maxstream.org/embed-6hqnu432ewqb.html https://jav.guru/searcho/?or=656d6265642d3668716e75343332657771622e68746d6c   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://maxstream.org/embed-6hqnu432ewqb.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.967ms