home / media

streams

6 rows where v_uid = "v_56tdv"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2763 v_56tdv javguru https://jav.guru/784746/skmj-675-aiming-for-excellence-hardcore-pickup-of-sweaty-amateur-girls-from-the-sports-club-after-practice-as-a-part-of-health-education-showing-them-big-dicks-for-sex-education-first-ever-raw-s/ https://javclan.com/e/c1w4592fcwyq https://jav.guru/searcho/?xr=633177343539326663777971   embed 2026-08-30 14:13:10 2026-08-30 14:13:10 javguru https://javclan.com/e/c1w4592fcwyq
2764 v_56tdv javguru https://jav.guru/784746/skmj-675-aiming-for-excellence-hardcore-pickup-of-sweaty-amateur-girls-from-the-sports-club-after-practice-as-a-part-of-health-education-showing-them-big-dicks-for-sex-education-first-ever-raw-s/ https://turbovidhls.com/t/68e973a092b41 https://jav.guru/searcho/?ur=36386539373361303932623431   embed 2026-08-30 14:13:10 2026-08-30 14:13:10 javguru https://turbovidhls.com/t/68e973a092b41
2765 v_56tdv javguru https://jav.guru/784746/skmj-675-aiming-for-excellence-hardcore-pickup-of-sweaty-amateur-girls-from-the-sports-club-after-practice-as-a-part-of-health-education-showing-them-big-dicks-for-sex-education-first-ever-raw-s/ https://tracylocalschool.com/e/h7hadv13f6so https://jav.guru/searcho/?tr=68376861647631336636736f   embed 2026-08-30 14:13:10 2026-08-30 14:13:10 javguru https://tracylocalschool.com/e/h7hadv13f6so
2766 v_56tdv javguru https://jav.guru/784746/skmj-675-aiming-for-excellence-hardcore-pickup-of-sweaty-amateur-girls-from-the-sports-club-after-practice-as-a-part-of-health-education-showing-them-big-dicks-for-sex-education-first-ever-raw-s/ https://streamhihi.com/e/stfiyqkfnuzp https://jav.guru/searcho/?er=652f7374666979716b666e757a70   embed 2026-08-30 14:13:10 2026-08-30 14:13:10 javguru https://streamhihi.com/e/stfiyqkfnuzp
2767 v_56tdv javguru https://jav.guru/784746/skmj-675-aiming-for-excellence-hardcore-pickup-of-sweaty-amateur-girls-from-the-sports-club-after-practice-as-a-part-of-health-education-showing-them-big-dicks-for-sex-education-first-ever-raw-s/ https://vide0.net/e/pkg4f91pfm6f https://jav.guru/searcho/?hr=706b673466393170666d3666   embed 2026-08-30 14:13:10 2026-08-30 14:13:10 javguru https://vide0.net/e/pkg4f91pfm6f
2768 v_56tdv javguru https://jav.guru/784746/skmj-675-aiming-for-excellence-hardcore-pickup-of-sweaty-amateur-girls-from-the-sports-club-after-practice-as-a-part-of-health-education-showing-them-big-dicks-for-sex-education-first-ever-raw-s/ https://maxstream.org/embed-r108h1sg8pf1.html https://jav.guru/searcho/?or=656d6265642d7231303868317367387066312e68746d6c   embed 2026-08-30 14:13:10 2026-08-30 14:13:10 javguru https://maxstream.org/embed-r108h1sg8pf1.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.389ms