home / media

streams

4 rows where v_uid = "v_tvp8a"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1738 v_tvp8a javguru https://jav.guru/384148/ebwh-102-roommate-ntr-the-stylish-secretary-of-the-company-president-is-taken-to-a-hotel-under-the-guise-of-trust-and-ends-up-climaxing-repeatedly/ https://javclan.com/e/5bxzpd0dp9pn https://jav.guru/searcho/?xr=3562787a706430647039706e   embed 2026-08-30 14:04:48 2026-08-30 14:04:48 javguru https://javclan.com/e/5bxzpd0dp9pn
1739 v_tvp8a javguru https://jav.guru/384148/ebwh-102-roommate-ntr-the-stylish-secretary-of-the-company-president-is-taken-to-a-hotel-under-the-guise-of-trust-and-ends-up-climaxing-repeatedly/ https://oppainet.net/embed/nPUUpEKXFpTyiGB https://jav.guru/searcho/?gr=6e50555570454b5846705479694742   embed 2026-08-30 14:04:48 2026-08-30 14:04:48 javguru https://oppainet.net/embed/nPUUpEKXFpTyiGB
1740 v_tvp8a javguru https://jav.guru/384148/ebwh-102-roommate-ntr-the-stylish-secretary-of-the-company-president-is-taken-to-a-hotel-under-the-guise-of-trust-and-ends-up-climaxing-repeatedly/ https://vide0.net/e/ecq4ps8nihkf https://jav.guru/searcho/?hr=656371347073386e69686b66   embed 2026-08-30 14:04:48 2026-08-30 14:04:48 javguru https://vide0.net/e/ecq4ps8nihkf
1741 v_tvp8a javguru https://jav.guru/384148/ebwh-102-roommate-ntr-the-stylish-secretary-of-the-company-president-is-taken-to-a-hotel-under-the-guise-of-trust-and-ends-up-climaxing-repeatedly/ https://maxstream.org/embed-to9jav31qyb8.html https://jav.guru/searcho/?or=656d6265642d746f396a61763331717962382e68746d6c   embed 2026-08-30 14:04:48 2026-08-30 14:04:48 javguru https://maxstream.org/embed-to9jav31qyb8.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.31ms