home / media

streams

6 rows where v_uid = "v_b6pkw"

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
525 v_b6pkw javguru https://jav.guru/788361/iene-371-genuine-close-knit-siblings-love-juice-squishy-shy-semi-sexual-experience-2/ https://javclan.com/e/vynoa39l32q4 https://jav.guru/searcho/?xr=76796e6f6133396c33327134   embed 2026-08-30 09:54:49 2026-08-30 09:54:49 javguru https://javclan.com/e/vynoa39l32q4
526 v_b6pkw javguru https://jav.guru/788361/iene-371-genuine-close-knit-siblings-love-juice-squishy-shy-semi-sexual-experience-2/ https://turbovidhls.com/t/68ee0f7cc1eb0 https://jav.guru/searcho/?ur=36386565306637636331656230 https://cdn3.turboviplay.com/data/67130985404f1/67130985404f1.m3u8 m3u8 2026-08-30 09:54:49 2026-08-30 09:54:49 javguru https://turbovidhls.com/t/68ee0f7cc1eb0
527 v_b6pkw javguru https://jav.guru/788361/iene-371-genuine-close-knit-siblings-love-juice-squishy-shy-semi-sexual-experience-2/ https://tracylocalschool.com/e/veaiaelgsvhc https://jav.guru/searcho/?tr=7665616961656c6773766863   embed 2026-08-30 09:54:49 2026-08-30 09:54:49 javguru https://tracylocalschool.com/e/veaiaelgsvhc
528 v_b6pkw javguru https://jav.guru/788361/iene-371-genuine-close-knit-siblings-love-juice-squishy-shy-semi-sexual-experience-2/ https://streamhihi.com/e/wddbg6dfo0ty https://jav.guru/searcho/?er=652f77646462673664666f307479   embed 2026-08-30 09:54:49 2026-08-30 09:54:49 javguru https://streamhihi.com/e/wddbg6dfo0ty
529 v_b6pkw javguru https://jav.guru/788361/iene-371-genuine-close-knit-siblings-love-juice-squishy-shy-semi-sexual-experience-2/ https://vide0.net/e/pfw3xbdhbaqx https://jav.guru/searcho/?hr=706677337862646862617178   embed 2026-08-30 09:54:49 2026-08-30 09:54:49 javguru https://vide0.net/e/pfw3xbdhbaqx
530 v_b6pkw javguru https://jav.guru/788361/iene-371-genuine-close-knit-siblings-love-juice-squishy-shy-semi-sexual-experience-2/ https://maxstream.org/embed-znj533kgzzsq.html https://jav.guru/searcho/?or=656d6265642d7a6e6a3533336b677a7a73712e68746d6c   embed 2026-08-30 09:54:49 2026-08-30 09:54:49 javguru https://maxstream.org/embed-znj533kgzzsq.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.769ms