home / media

streams

6 rows where v_uid = "v_7340z"

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
401 v_7340z javguru https://jav.guru/788511/parathd-4293-a-normal-couples-realistic-night-activities-secretly-filmed-4-the-long-awaited-wife-emiko-46-asks-for-a-passionate-night-of-sex/ https://javclan.com/e/spass0hfeg0c https://jav.guru/searcho/?xr=737061737330686665673063   embed 2026-08-30 09:53:50 2026-08-30 09:53:50 javguru https://javclan.com/e/spass0hfeg0c
402 v_7340z javguru https://jav.guru/788511/parathd-4293-a-normal-couples-realistic-night-activities-secretly-filmed-4-the-long-awaited-wife-emiko-46-asks-for-a-passionate-night-of-sex/ https://turbovidhls.com/t/68ee9c355dc3d https://jav.guru/searcho/?ur=36386565396333353564633364 https://cdn3.turboviplay.com/data3/68ed266204fe7/68ed266204fe7.m3u8 m3u8 2026-08-30 09:53:50 2026-08-30 09:53:50 javguru https://turbovidhls.com/t/68ee9c355dc3d
403 v_7340z javguru https://jav.guru/788511/parathd-4293-a-normal-couples-realistic-night-activities-secretly-filmed-4-the-long-awaited-wife-emiko-46-asks-for-a-passionate-night-of-sex/ https://tracylocalschool.com/e/lselwm0am1du https://jav.guru/searcho/?tr=6c73656c776d30616d316475   embed 2026-08-30 09:53:50 2026-08-30 09:53:50 javguru https://tracylocalschool.com/e/lselwm0am1du
404 v_7340z javguru https://jav.guru/788511/parathd-4293-a-normal-couples-realistic-night-activities-secretly-filmed-4-the-long-awaited-wife-emiko-46-asks-for-a-passionate-night-of-sex/ https://streamhihi.com/e/58la03d72dxr https://jav.guru/searcho/?er=652f35386c613033643732647872   embed 2026-08-30 09:53:50 2026-08-30 09:53:50 javguru https://streamhihi.com/e/58la03d72dxr
405 v_7340z javguru https://jav.guru/788511/parathd-4293-a-normal-couples-realistic-night-activities-secretly-filmed-4-the-long-awaited-wife-emiko-46-asks-for-a-passionate-night-of-sex/ https://vide0.net/e/kl5yv1i3glrk https://jav.guru/searcho/?hr=6b6c357976316933676c726b   embed 2026-08-30 09:53:50 2026-08-30 09:53:50 javguru https://vide0.net/e/kl5yv1i3glrk
406 v_7340z javguru https://jav.guru/788511/parathd-4293-a-normal-couples-realistic-night-activities-secretly-filmed-4-the-long-awaited-wife-emiko-46-asks-for-a-passionate-night-of-sex/ https://maxstream.org/embed-sy62u3cafa6m.html https://jav.guru/searcho/?or=656d6265642d73793632753363616661366d2e68746d6c   embed 2026-08-30 09:53:50 2026-08-30 09:53:50 javguru https://maxstream.org/embed-sy62u3cafa6m.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.336ms