home / media

streams

6 rows where v_uid = "v_we8mv"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2589 v_we8mv javguru https://jav.guru/784768/mond-299-the-beautiful-neighbors-wife-akai/ https://javclan.com/e/3qdx96kuc3ac https://jav.guru/searcho/?xr=3371647839366b7563336163   embed 2026-08-30 14:11:47 2026-08-30 14:11:47 javguru https://javclan.com/e/3qdx96kuc3ac
2590 v_we8mv javguru https://jav.guru/784768/mond-299-the-beautiful-neighbors-wife-akai/ https://turbovidhls.com/t/68e96862926a5 https://jav.guru/searcho/?ur=36386539363836323932366135   embed 2026-08-30 14:11:47 2026-08-30 14:11:47 javguru https://turbovidhls.com/t/68e96862926a5
2591 v_we8mv javguru https://jav.guru/784768/mond-299-the-beautiful-neighbors-wife-akai/ https://tracylocalschool.com/e/uztc5qwjewtz https://jav.guru/searcho/?tr=757a74633571776a6577747a   embed 2026-08-30 14:11:47 2026-08-30 14:11:47 javguru https://tracylocalschool.com/e/uztc5qwjewtz
2592 v_we8mv javguru https://jav.guru/784768/mond-299-the-beautiful-neighbors-wife-akai/ https://streamhihi.com/e/m1h2xa8vk2by https://jav.guru/searcho/?er=652f6d316832786138766b326279   embed 2026-08-30 14:11:47 2026-08-30 14:11:47 javguru https://streamhihi.com/e/m1h2xa8vk2by
2593 v_we8mv javguru https://jav.guru/784768/mond-299-the-beautiful-neighbors-wife-akai/ https://vide0.net/e/7hji6qg5vvm1 https://jav.guru/searcho/?hr=37686a693671673576766d31   embed 2026-08-30 14:11:47 2026-08-30 14:11:47 javguru https://vide0.net/e/7hji6qg5vvm1
2594 v_we8mv javguru https://jav.guru/784768/mond-299-the-beautiful-neighbors-wife-akai/ https://maxstream.org/embed-c2a8hqj96ls0.html https://jav.guru/searcho/?or=656d6265642d6332613868716a39366c73302e68746d6c   embed 2026-08-30 14:11:47 2026-08-30 14:11:47 javguru https://maxstream.org/embed-c2a8hqj96ls0.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.321ms