home / media

streams

6 rows where v_uid = "v_thn3e"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2493 v_thn3e javguru https://jav.guru/784743/skmj-679-amateur-female-college-student-exclusive-rubbing-a-hard-cock-against-her-private-parts-causes-blushing-arousal/ https://javclan.com/e/ip6g0robtmg0 https://jav.guru/searcho/?xr=6970366730726f62746d6730   embed 2026-08-30 14:11:02 2026-08-30 14:11:02 javguru https://javclan.com/e/ip6g0robtmg0
2494 v_thn3e javguru https://jav.guru/784743/skmj-679-amateur-female-college-student-exclusive-rubbing-a-hard-cock-against-her-private-parts-causes-blushing-arousal/ https://turbovidhls.com/t/68e974ed11101 https://jav.guru/searcho/?ur=36386539373465643131313031   embed 2026-08-30 14:11:02 2026-08-30 14:11:02 javguru https://turbovidhls.com/t/68e974ed11101
2495 v_thn3e javguru https://jav.guru/784743/skmj-679-amateur-female-college-student-exclusive-rubbing-a-hard-cock-against-her-private-parts-causes-blushing-arousal/ https://tracylocalschool.com/e/cbbssjsgp9zq https://jav.guru/searcho/?tr=63626273736a736770397a71   embed 2026-08-30 14:11:02 2026-08-30 14:11:02 javguru https://tracylocalschool.com/e/cbbssjsgp9zq
2496 v_thn3e javguru https://jav.guru/784743/skmj-679-amateur-female-college-student-exclusive-rubbing-a-hard-cock-against-her-private-parts-causes-blushing-arousal/ https://streamhihi.com/e/1387k6tjv2o7 https://jav.guru/searcho/?er=652f313338376b36746a76326f37   embed 2026-08-30 14:11:02 2026-08-30 14:11:02 javguru https://streamhihi.com/e/1387k6tjv2o7
2497 v_thn3e javguru https://jav.guru/784743/skmj-679-amateur-female-college-student-exclusive-rubbing-a-hard-cock-against-her-private-parts-causes-blushing-arousal/ https://vide0.net/e/s88blxpxa3ut https://jav.guru/searcho/?hr=733838626c78707861337574   embed 2026-08-30 14:11:02 2026-08-30 14:11:02 javguru https://vide0.net/e/s88blxpxa3ut
2498 v_thn3e javguru https://jav.guru/784743/skmj-679-amateur-female-college-student-exclusive-rubbing-a-hard-cock-against-her-private-parts-causes-blushing-arousal/ https://maxstream.org/embed-zdzk6o45b6p8.html https://jav.guru/searcho/?or=656d6265642d7a647a6b366f3435623670382e68746d6c   embed 2026-08-30 14:11:02 2026-08-30 14:11:02 javguru https://maxstream.org/embed-zdzk6o45b6p8.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.187ms