home / media

streams

6 rows where v_uid = "v_r6nw8"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2817 v_r6nw8 javguru https://jav.guru/784761/nghj-032-college-girl-with-a-boyfriend-and-her-male-friend-play-a-slippery-twister-game-in-revealing-swimsuits-will-their-friendship-cross-the-line-into-cheating/ https://javclan.com/e/g1ok7o1n25s2 https://jav.guru/searcho/?xr=67316f6b376f316e32357332   embed 2026-08-30 14:13:34 2026-08-30 14:13:34 javguru https://javclan.com/e/g1ok7o1n25s2
2818 v_r6nw8 javguru https://jav.guru/784761/nghj-032-college-girl-with-a-boyfriend-and-her-male-friend-play-a-slippery-twister-game-in-revealing-swimsuits-will-their-friendship-cross-the-line-into-cheating/ https://turbovidhls.com/t/68e96dd31ac1c https://jav.guru/searcho/?ur=36386539366464333161633163   embed 2026-08-30 14:13:34 2026-08-30 14:13:34 javguru https://turbovidhls.com/t/68e96dd31ac1c
2819 v_r6nw8 javguru https://jav.guru/784761/nghj-032-college-girl-with-a-boyfriend-and-her-male-friend-play-a-slippery-twister-game-in-revealing-swimsuits-will-their-friendship-cross-the-line-into-cheating/ https://tracylocalschool.com/e/kftawhvjn933 https://jav.guru/searcho/?tr=6b6674617768766a6e393333   embed 2026-08-30 14:13:34 2026-08-30 14:13:34 javguru https://tracylocalschool.com/e/kftawhvjn933
2820 v_r6nw8 javguru https://jav.guru/784761/nghj-032-college-girl-with-a-boyfriend-and-her-male-friend-play-a-slippery-twister-game-in-revealing-swimsuits-will-their-friendship-cross-the-line-into-cheating/ https://streamhihi.com/e/zdlyl6mdhyb2 https://jav.guru/searcho/?er=652f7a646c796c366d6468796232   embed 2026-08-30 14:13:34 2026-08-30 14:13:34 javguru https://streamhihi.com/e/zdlyl6mdhyb2
2821 v_r6nw8 javguru https://jav.guru/784761/nghj-032-college-girl-with-a-boyfriend-and-her-male-friend-play-a-slippery-twister-game-in-revealing-swimsuits-will-their-friendship-cross-the-line-into-cheating/ https://vide0.net/e/nfm4rxtpr7t8 https://jav.guru/searcho/?hr=6e666d347278747072377438   embed 2026-08-30 14:13:34 2026-08-30 14:13:34 javguru https://vide0.net/e/nfm4rxtpr7t8
2822 v_r6nw8 javguru https://jav.guru/784761/nghj-032-college-girl-with-a-boyfriend-and-her-male-friend-play-a-slippery-twister-game-in-revealing-swimsuits-will-their-friendship-cross-the-line-into-cheating/ https://maxstream.org/embed-4clef6rew37m.html https://jav.guru/searcho/?or=656d6265642d34636c65663672657733376d2e68746d6c   embed 2026-08-30 14:13:34 2026-08-30 14:13:34 javguru https://maxstream.org/embed-4clef6rew37m.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.337ms