home / media

streams

6 rows where v_uid = "v_0amvi"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5935 v_0amvi javguru https://jav.guru/790454/suji-290-hey-uncle-would-you-like-to-have-sex-with-me-a-beautiful-girl-in-a-sailor-uniform-who-loves-kissing-right-after-we-meet-instant-sex-and-internal/ https://javclan.com/e/sou5aeotmvh4 https://jav.guru/searcho/?xr=736f753561656f746d766834   embed 2026-08-30 14:44:01 2026-08-30 14:44:01 javguru https://javclan.com/e/sou5aeotmvh4
5936 v_0amvi javguru https://jav.guru/790454/suji-290-hey-uncle-would-you-like-to-have-sex-with-me-a-beautiful-girl-in-a-sailor-uniform-who-loves-kissing-right-after-we-meet-instant-sex-and-internal/ https://turbovidhls.com/t/68f29eda192b6 https://jav.guru/searcho/?ur=36386632396564613139326236   embed 2026-08-30 14:44:01 2026-08-30 14:44:01 javguru https://turbovidhls.com/t/68f29eda192b6
5937 v_0amvi javguru https://jav.guru/790454/suji-290-hey-uncle-would-you-like-to-have-sex-with-me-a-beautiful-girl-in-a-sailor-uniform-who-loves-kissing-right-after-we-meet-instant-sex-and-internal/ https://tracylocalschool.com/e/rfiqbqr9gpde https://jav.guru/searcho/?tr=726669716271723967706465   embed 2026-08-30 14:44:01 2026-08-30 14:44:01 javguru https://tracylocalschool.com/e/rfiqbqr9gpde
5938 v_0amvi javguru https://jav.guru/790454/suji-290-hey-uncle-would-you-like-to-have-sex-with-me-a-beautiful-girl-in-a-sailor-uniform-who-loves-kissing-right-after-we-meet-instant-sex-and-internal/ https://streamhihi.com/e/phwg95y10e0j https://jav.guru/searcho/?er=652f70687767393579313065306a   embed 2026-08-30 14:44:01 2026-08-30 14:44:01 javguru https://streamhihi.com/e/phwg95y10e0j
5939 v_0amvi javguru https://jav.guru/790454/suji-290-hey-uncle-would-you-like-to-have-sex-with-me-a-beautiful-girl-in-a-sailor-uniform-who-loves-kissing-right-after-we-meet-instant-sex-and-internal/ https://vide0.net/e/3z6ddzdfdbv6 https://jav.guru/searcho/?hr=337a3664647a646664627636   embed 2026-08-30 14:44:01 2026-08-30 14:44:01 javguru https://vide0.net/e/3z6ddzdfdbv6
5940 v_0amvi javguru https://jav.guru/790454/suji-290-hey-uncle-would-you-like-to-have-sex-with-me-a-beautiful-girl-in-a-sailor-uniform-who-loves-kissing-right-after-we-meet-instant-sex-and-internal/ https://maxstream.org/embed-np7736yuzqms.html https://jav.guru/searcho/?or=656d6265642d6e703737333679757a716d732e68746d6c   embed 2026-08-30 14:44:01 2026-08-30 14:44:01 javguru https://maxstream.org/embed-np7736yuzqms.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.435ms