home / media

streams

6 rows where v_uid = "v_nt4cp"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
467 v_nt4cp javguru https://jav.guru/788315/mism-112-a-perverted-submissive-girl-with-a-good-personality-she-absolutely-obeys-her-masters-commands-shes-so-wet-that-love-juice-is-leaking-from-her-vagina/ https://javclan.com/e/3gutg7mlecvu https://jav.guru/searcho/?xr=3367757467376d6c65637675   embed 2026-08-30 09:54:24 2026-08-30 09:54:24 javguru https://javclan.com/e/3gutg7mlecvu
468 v_nt4cp javguru https://jav.guru/788315/mism-112-a-perverted-submissive-girl-with-a-good-personality-she-absolutely-obeys-her-masters-commands-shes-so-wet-that-love-juice-is-leaking-from-her-vagina/ https://turbovidhls.com/t/68ee177946a7c https://jav.guru/searcho/?ur=36386565313737393436613763 https://cdn3.turboviplay.com/data3/68ee177946a7c/68ee177946a7c.m3u8 m3u8 2026-08-30 09:54:24 2026-08-30 09:54:24 javguru https://turbovidhls.com/t/68ee177946a7c
469 v_nt4cp javguru https://jav.guru/788315/mism-112-a-perverted-submissive-girl-with-a-good-personality-she-absolutely-obeys-her-masters-commands-shes-so-wet-that-love-juice-is-leaking-from-her-vagina/ https://tracylocalschool.com/e/6xrxvqazg902 https://jav.guru/searcho/?tr=367872787671617a67393032   embed 2026-08-30 09:54:24 2026-08-30 09:54:24 javguru https://tracylocalschool.com/e/6xrxvqazg902
470 v_nt4cp javguru https://jav.guru/788315/mism-112-a-perverted-submissive-girl-with-a-good-personality-she-absolutely-obeys-her-masters-commands-shes-so-wet-that-love-juice-is-leaking-from-her-vagina/ https://streamhihi.com/e/hqryuea34f0s https://jav.guru/searcho/?er=652f687172797565613334663073   embed 2026-08-30 09:54:24 2026-08-30 09:54:24 javguru https://streamhihi.com/e/hqryuea34f0s
471 v_nt4cp javguru https://jav.guru/788315/mism-112-a-perverted-submissive-girl-with-a-good-personality-she-absolutely-obeys-her-masters-commands-shes-so-wet-that-love-juice-is-leaking-from-her-vagina/ https://vide0.net/e/h9yn98bndckn https://jav.guru/searcho/?hr=6839796e3938626e64636b6e   embed 2026-08-30 09:54:24 2026-08-30 09:54:24 javguru https://vide0.net/e/h9yn98bndckn
472 v_nt4cp javguru https://jav.guru/788315/mism-112-a-perverted-submissive-girl-with-a-good-personality-she-absolutely-obeys-her-masters-commands-shes-so-wet-that-love-juice-is-leaking-from-her-vagina/ https://maxstream.org/embed-zczaqcmukwyu.html https://jav.guru/searcho/?or=656d6265642d7a637a6171636d756b7779752e68746d6c   embed 2026-08-30 09:54:24 2026-08-30 09:54:24 javguru https://maxstream.org/embed-zczaqcmukwyu.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.554ms