home / media

streams

6 rows where v_uid = "v_evvm7"

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
519 v_evvm7 javguru https://jav.guru/788514/mxgs-1056-ase-rukas-honest-pussy-quivers-and-climaxes-in-a-restrained-and-immobile-situation/ https://javclan.com/e/g5m0wbkjyshk https://jav.guru/searcho/?xr=67356d3077626b6a7973686b   embed 2026-08-30 09:54:47 2026-08-30 09:54:47 javguru https://javclan.com/e/g5m0wbkjyshk
520 v_evvm7 javguru https://jav.guru/788514/mxgs-1056-ase-rukas-honest-pussy-quivers-and-climaxes-in-a-restrained-and-immobile-situation/ https://turbovidhls.com/t/68ee9d949e8fb https://jav.guru/searcho/?ur=36386565396439343965386662 https://cdn3.turboviplay.com/data3/68ee9d949e8fb/68ee9d949e8fb.m3u8 m3u8 2026-08-30 09:54:47 2026-08-30 09:54:47 javguru https://turbovidhls.com/t/68ee9d949e8fb
521 v_evvm7 javguru https://jav.guru/788514/mxgs-1056-ase-rukas-honest-pussy-quivers-and-climaxes-in-a-restrained-and-immobile-situation/ https://tracylocalschool.com/e/udw8mbwvvobj https://jav.guru/searcho/?tr=756477386d627776766f626a   embed 2026-08-30 09:54:47 2026-08-30 09:54:47 javguru https://tracylocalschool.com/e/udw8mbwvvobj
522 v_evvm7 javguru https://jav.guru/788514/mxgs-1056-ase-rukas-honest-pussy-quivers-and-climaxes-in-a-restrained-and-immobile-situation/ https://streamhihi.com/e/fma9mgf63pu7 https://jav.guru/searcho/?er=652f666d61396d67663633707537   embed 2026-08-30 09:54:47 2026-08-30 09:54:47 javguru https://streamhihi.com/e/fma9mgf63pu7
523 v_evvm7 javguru https://jav.guru/788514/mxgs-1056-ase-rukas-honest-pussy-quivers-and-climaxes-in-a-restrained-and-immobile-situation/ https://vide0.net/e/oufy4z752ydn https://jav.guru/searcho/?hr=6f756679347a37353279646e   embed 2026-08-30 09:54:47 2026-08-30 09:54:47 javguru https://vide0.net/e/oufy4z752ydn
524 v_evvm7 javguru https://jav.guru/788514/mxgs-1056-ase-rukas-honest-pussy-quivers-and-climaxes-in-a-restrained-and-immobile-situation/ https://maxstream.org/embed-vd0hap9dcu3m.html https://jav.guru/searcho/?or=656d6265642d76643068617039646375336d2e68746d6c   embed 2026-08-30 09:54:47 2026-08-30 09:54:47 javguru https://maxstream.org/embed-vd0hap9dcu3m.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 4.776ms