home / media

streams

6 rows where v_uid = "v_4mtz4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1972 v_4mtz4 javguru https://jav.guru/785417/rexd-352-a-stroke-of-luck-has-arrived-tanida-akinas-mangling-its-okay-to-smell-a-little-right/ https://javclan.com/e/3md8322cxc1h https://jav.guru/searcho/?xr=336d64383332326378633168   embed 2026-08-30 14:06:50 2026-08-30 14:06:50 javguru https://javclan.com/e/3md8322cxc1h
1973 v_4mtz4 javguru https://jav.guru/785417/rexd-352-a-stroke-of-luck-has-arrived-tanida-akinas-mangling-its-okay-to-smell-a-little-right/ https://turbovidhls.com/t/68ec0ef31c3a3 https://jav.guru/searcho/?ur=36386563306566333163336133   embed 2026-08-30 14:06:50 2026-08-30 14:06:50 javguru https://turbovidhls.com/t/68ec0ef31c3a3
1974 v_4mtz4 javguru https://jav.guru/785417/rexd-352-a-stroke-of-luck-has-arrived-tanida-akinas-mangling-its-okay-to-smell-a-little-right/ https://tracylocalschool.com/e/bbyiclb4xoz2 https://jav.guru/searcho/?tr=62627969636c6234786f7a32   embed 2026-08-30 14:06:50 2026-08-30 14:06:50 javguru https://tracylocalschool.com/e/bbyiclb4xoz2
1975 v_4mtz4 javguru https://jav.guru/785417/rexd-352-a-stroke-of-luck-has-arrived-tanida-akinas-mangling-its-okay-to-smell-a-little-right/ https://streamhihi.com/e/7kdmrccg002h https://jav.guru/searcho/?er=652f376b646d7263636730303268   embed 2026-08-30 14:06:50 2026-08-30 14:06:50 javguru https://streamhihi.com/e/7kdmrccg002h
1976 v_4mtz4 javguru https://jav.guru/785417/rexd-352-a-stroke-of-luck-has-arrived-tanida-akinas-mangling-its-okay-to-smell-a-little-right/ https://vide0.net/e/ai7vpjl4qbmc https://jav.guru/searcho/?hr=61693776706a6c3471626d63   embed 2026-08-30 14:06:50 2026-08-30 14:06:50 javguru https://vide0.net/e/ai7vpjl4qbmc
1977 v_4mtz4 javguru https://jav.guru/785417/rexd-352-a-stroke-of-luck-has-arrived-tanida-akinas-mangling-its-okay-to-smell-a-little-right/ https://maxstream.org/embed-w9r69yhsisr5.html https://jav.guru/searcho/?or=656d6265642d7739723639796873697372352e68746d6c   embed 2026-08-30 14:06:50 2026-08-30 14:06:50 javguru https://maxstream.org/embed-w9r69yhsisr5.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 2.806ms