home / media

streams

4 rows where v_uid = "v_n62mm"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1 v_n62mm javguru https://jav.guru/385314/juq-673-my-beautiful-busty-wife-was-repeatedly-made-to-arch-her-back-in-ecstasy-with-my-uncle-aphrodisiac-ntr-featuring-ayumi/ https://javclan.com/e/zrhtj2frxrnz https://jav.guru/searcho/?xr=7a7268746a32667278726e7a   embed 2026-08-30 07:37:36 2026-08-30 07:37:36 javguru https://javclan.com/e/zrhtj2frxrnz
2 v_n62mm javguru https://jav.guru/385314/juq-673-my-beautiful-busty-wife-was-repeatedly-made-to-arch-her-back-in-ecstasy-with-my-uncle-aphrodisiac-ntr-featuring-ayumi/ https://oppainet.net/embed/39pGFdnJdvfWxDt https://jav.guru/searcho/?gr=3339704746646e4a64766657784474   embed 2026-08-30 07:37:36 2026-08-30 07:37:36 javguru https://oppainet.net/embed/39pGFdnJdvfWxDt
3 v_n62mm javguru https://jav.guru/385314/juq-673-my-beautiful-busty-wife-was-repeatedly-made-to-arch-her-back-in-ecstasy-with-my-uncle-aphrodisiac-ntr-featuring-ayumi/ https://maxstream.org/embed-xzbujcrtpe8j.html https://jav.guru/searcho/?or=656d6265642d787a62756a6372747065386a2e68746d6c   embed 2026-08-30 07:37:36 2026-08-30 07:37:36 javguru https://maxstream.org/embed-xzbujcrtpe8j.html
27 v_n62mm javguru https://jav.guru/385314/juq-673-my-beautiful-busty-wife-was-repeatedly-made-to-arch-her-back-in-ecstasy-with-my-uncle-aphrodisiac-ntr-featuring-ayumi/ https://vide0.net/e/fg10qr727sy9 https://jav.guru/searcho/?hr=666731307172373237737939   embed 2026-08-30 07:52:07 2026-08-30 07:52:07 javguru https://vide0.net/e/fg10qr727sy9

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.715ms