home / media

streams

4 rows where v_uid = "v_244zj"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1907 v_244zj javguru https://jav.guru/384133/meyd-910-night-shift-part-time-wife-ntr-a-married-woman-drowns-in-adultery-in-the-dark-amami/ https://javclan.com/e/c0od64phf45q https://jav.guru/searcho/?xr=63306f643634706866343571   embed 2026-08-30 14:06:16 2026-08-30 14:06:16 javguru https://javclan.com/e/c0od64phf45q
1908 v_244zj javguru https://jav.guru/384133/meyd-910-night-shift-part-time-wife-ntr-a-married-woman-drowns-in-adultery-in-the-dark-amami/ https://oppainet.net/embed/qjqF0QScJT6U7NZ https://jav.guru/searcho/?gr=716a7146305153634a543655374e5a   embed 2026-08-30 14:06:16 2026-08-30 14:06:16 javguru https://oppainet.net/embed/qjqF0QScJT6U7NZ
1909 v_244zj javguru https://jav.guru/384133/meyd-910-night-shift-part-time-wife-ntr-a-married-woman-drowns-in-adultery-in-the-dark-amami/ https://vide0.net/e/umsh8tx0q5uf https://jav.guru/searcho/?hr=756d73683874783071357566   embed 2026-08-30 14:06:16 2026-08-30 14:06:16 javguru https://vide0.net/e/umsh8tx0q5uf
1910 v_244zj javguru https://jav.guru/384133/meyd-910-night-shift-part-time-wife-ntr-a-married-woman-drowns-in-adultery-in-the-dark-amami/ https://maxstream.org/embed-iee2p7qeany8.html https://jav.guru/searcho/?or=656d6265642d6965653270377165616e79382e68746d6c   embed 2026-08-30 14:06:16 2026-08-30 14:06:16 javguru https://maxstream.org/embed-iee2p7qeany8.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.886ms