home / media

streams

6 rows where v_uid = "v_so58a"

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
734 v_so58a javguru https://jav.guru/788346/kcda-214-20-sexy-high-leg-sisters-with-irresistible-bodies/ https://javclan.com/e/7c6bwt8avd6q https://jav.guru/searcho/?xr=376336627774386176643671   embed 2026-08-30 09:56:30 2026-08-30 09:56:30 javguru https://javclan.com/e/7c6bwt8avd6q
735 v_so58a javguru https://jav.guru/788346/kcda-214-20-sexy-high-leg-sisters-with-irresistible-bodies/ https://turbovidhls.com/t/68ee125c92c89 https://jav.guru/searcho/?ur=36386565313235633932633839 https://cdn3.turboviplay.com/data3/68ee125c92c89/68ee125c92c89.m3u8 m3u8 2026-08-30 09:56:30 2026-08-30 09:56:30 javguru https://turbovidhls.com/t/68ee125c92c89
736 v_so58a javguru https://jav.guru/788346/kcda-214-20-sexy-high-leg-sisters-with-irresistible-bodies/ https://tracylocalschool.com/e/5xkbvodplxqp https://jav.guru/searcho/?tr=35786b62766f64706c787170   embed 2026-08-30 09:56:30 2026-08-30 09:56:30 javguru https://tracylocalschool.com/e/5xkbvodplxqp
737 v_so58a javguru https://jav.guru/788346/kcda-214-20-sexy-high-leg-sisters-with-irresistible-bodies/ https://streamhihi.com/e/mhhjj0gswdf6 https://jav.guru/searcho/?er=652f6d68686a6a30677377646636   embed 2026-08-30 09:56:30 2026-08-30 09:56:30 javguru https://streamhihi.com/e/mhhjj0gswdf6
738 v_so58a javguru https://jav.guru/788346/kcda-214-20-sexy-high-leg-sisters-with-irresistible-bodies/ https://vide0.net/e/4lqizc20dt88 https://jav.guru/searcho/?hr=346c71697a63323064743838   embed 2026-08-30 09:56:30 2026-08-30 09:56:30 javguru https://vide0.net/e/4lqizc20dt88
739 v_so58a javguru https://jav.guru/788346/kcda-214-20-sexy-high-leg-sisters-with-irresistible-bodies/ https://maxstream.org/embed-44wmo9oeie1m.html https://jav.guru/searcho/?or=656d6265642d3434776d6f396f656965316d2e68746d6c   embed 2026-08-30 09:56:30 2026-08-30 09:56:30 javguru https://maxstream.org/embed-44wmo9oeie1m.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.667ms