home / media

streams

6 rows where v_uid = "v_i4i5n"

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
644 v_i4i5n javguru https://jav.guru/788519/at-182-a-cheeky-big-breasted-senior-returns-home-on-an-electric-kickboard-teasing-her-virgin-junior-to-go-ahead-and-try-it-only-to-end-up-being-looped-into-a-submissive-role/ https://javclan.com/e/o3tdhk699dmh https://jav.guru/searcho/?xr=6f337464686b363939646d68   embed 2026-08-30 09:55:42 2026-08-30 09:55:42 javguru https://javclan.com/e/o3tdhk699dmh
645 v_i4i5n javguru https://jav.guru/788519/at-182-a-cheeky-big-breasted-senior-returns-home-on-an-electric-kickboard-teasing-her-virgin-junior-to-go-ahead-and-try-it-only-to-end-up-being-looped-into-a-submissive-role/ https://turbovidhls.com/t/68ee9d2c12e09 https://jav.guru/searcho/?ur=36386565396432633132653039 https://cdn3.turboviplay.com/data3/68ee9d2c12e09/68ee9d2c12e09.m3u8 m3u8 2026-08-30 09:55:42 2026-08-30 09:55:42 javguru https://turbovidhls.com/t/68ee9d2c12e09
646 v_i4i5n javguru https://jav.guru/788519/at-182-a-cheeky-big-breasted-senior-returns-home-on-an-electric-kickboard-teasing-her-virgin-junior-to-go-ahead-and-try-it-only-to-end-up-being-looped-into-a-submissive-role/ https://tracylocalschool.com/e/syjy4fjjyxbk https://jav.guru/searcho/?tr=73796a7934666a6a7978626b   embed 2026-08-30 09:55:42 2026-08-30 09:55:42 javguru https://tracylocalschool.com/e/syjy4fjjyxbk
647 v_i4i5n javguru https://jav.guru/788519/at-182-a-cheeky-big-breasted-senior-returns-home-on-an-electric-kickboard-teasing-her-virgin-junior-to-go-ahead-and-try-it-only-to-end-up-being-looped-into-a-submissive-role/ https://streamhihi.com/e/tqd4hkdw8qjg https://jav.guru/searcho/?er=652f74716434686b647738716a67   embed 2026-08-30 09:55:42 2026-08-30 09:55:42 javguru https://streamhihi.com/e/tqd4hkdw8qjg
648 v_i4i5n javguru https://jav.guru/788519/at-182-a-cheeky-big-breasted-senior-returns-home-on-an-electric-kickboard-teasing-her-virgin-junior-to-go-ahead-and-try-it-only-to-end-up-being-looped-into-a-submissive-role/ https://vide0.net/e/vqidacxqst3z https://jav.guru/searcho/?hr=76716964616378717374337a   embed 2026-08-30 09:55:42 2026-08-30 09:55:42 javguru https://vide0.net/e/vqidacxqst3z
649 v_i4i5n javguru https://jav.guru/788519/at-182-a-cheeky-big-breasted-senior-returns-home-on-an-electric-kickboard-teasing-her-virgin-junior-to-go-ahead-and-try-it-only-to-end-up-being-looped-into-a-submissive-role/ https://maxstream.org/embed-f34kke7qmny9.html https://jav.guru/searcho/?or=656d6265642d6633346b6b6537716d6e79392e68746d6c   embed 2026-08-30 09:55:42 2026-08-30 09:55:42 javguru https://maxstream.org/embed-f34kke7qmny9.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.72ms