home / media

streams

6 rows where v_uid = "v_xtco9"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1329 v_xtco9 javguru https://jav.guru/785492/honb-448-gal-soft-approach-25-the-drug-trial-job-with-aphrodisiacs/ https://javclan.com/e/5p3b0a4fs85x https://jav.guru/searcho/?xr=357033623061346673383578   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://javclan.com/e/5p3b0a4fs85x
1330 v_xtco9 javguru https://jav.guru/785492/honb-448-gal-soft-approach-25-the-drug-trial-job-with-aphrodisiacs/ https://turbovidhls.com/t/68ebfba140275 https://jav.guru/searcho/?ur=36386562666261313430323735   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://turbovidhls.com/t/68ebfba140275
1331 v_xtco9 javguru https://jav.guru/785492/honb-448-gal-soft-approach-25-the-drug-trial-job-with-aphrodisiacs/ https://tracylocalschool.com/e/qqwdbojbzh2m https://jav.guru/searcho/?tr=71717764626f6a627a68326d   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://tracylocalschool.com/e/qqwdbojbzh2m
1332 v_xtco9 javguru https://jav.guru/785492/honb-448-gal-soft-approach-25-the-drug-trial-job-with-aphrodisiacs/ https://streamhihi.com/e/hcsvclzgh9bu https://jav.guru/searcho/?er=652f68637376636c7a6768396275   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://streamhihi.com/e/hcsvclzgh9bu
1333 v_xtco9 javguru https://jav.guru/785492/honb-448-gal-soft-approach-25-the-drug-trial-job-with-aphrodisiacs/ https://vide0.net/e/mwl5mbwt9ktl https://jav.guru/searcho/?hr=6d776c356d627774396b746c   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://vide0.net/e/mwl5mbwt9ktl
1334 v_xtco9 javguru https://jav.guru/785492/honb-448-gal-soft-approach-25-the-drug-trial-job-with-aphrodisiacs/ https://maxstream.org/embed-u0vuiwcu0m25.html https://jav.guru/searcho/?or=656d6265642d7530767569776375306d32352e68746d6c   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://maxstream.org/embed-u0vuiwcu0m25.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 28.447ms