home / media

streams

6 rows where v_uid = "v_4gj20"

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
299 v_4gj20 javguru https://jav.guru/788334/miae-173-a-married-woman-who-can-only-climax-from-nipple-stimulation-and-constant-nipple-rubbing-intercourse/ https://javclan.com/e/wvog8patshk6 https://jav.guru/searcho/?xr=77766f673870617473686b36   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://javclan.com/e/wvog8patshk6
300 v_4gj20 javguru https://jav.guru/788334/miae-173-a-married-woman-who-can-only-climax-from-nipple-stimulation-and-constant-nipple-rubbing-intercourse/ https://turbovidhls.com/t/68ee1313d82a5 https://jav.guru/searcho/?ur=36386565313331336438326135 https://cdn3.turboviplay.com/data/p7aPgUj1ogweIZIHRId4/p7aPgUj1ogweIZIHRId4.m3u8 m3u8 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://turbovidhls.com/t/68ee1313d82a5
301 v_4gj20 javguru https://jav.guru/788334/miae-173-a-married-woman-who-can-only-climax-from-nipple-stimulation-and-constant-nipple-rubbing-intercourse/ https://tracylocalschool.com/e/8wrls54snlxh https://jav.guru/searcho/?tr=3877726c733534736e6c7868   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://tracylocalschool.com/e/8wrls54snlxh
302 v_4gj20 javguru https://jav.guru/788334/miae-173-a-married-woman-who-can-only-climax-from-nipple-stimulation-and-constant-nipple-rubbing-intercourse/ https://streamhihi.com/e/vggf1xjuw3r0 https://jav.guru/searcho/?er=652f7667676631786a7577337230   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://streamhihi.com/e/vggf1xjuw3r0
303 v_4gj20 javguru https://jav.guru/788334/miae-173-a-married-woman-who-can-only-climax-from-nipple-stimulation-and-constant-nipple-rubbing-intercourse/ https://vide0.net/e/jhzi1pdxw4tb https://jav.guru/searcho/?hr=6a687a693170647877347462   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://vide0.net/e/jhzi1pdxw4tb
304 v_4gj20 javguru https://jav.guru/788334/miae-173-a-married-woman-who-can-only-climax-from-nipple-stimulation-and-constant-nipple-rubbing-intercourse/ https://maxstream.org/embed-kix75omhvyl9.html https://jav.guru/searcho/?or=656d6265642d6b697837356f6d6876796c392e68746d6c   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://maxstream.org/embed-kix75omhvyl9.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 3.881ms