home / media

streams

6 rows where v_uid = "v_91fje"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2799 v_91fje javguru https://jav.guru/784762/nghj-031-a-beautiful-teacher-like-an-idol-at-school-faces-off-in-a-strip-rock-paper-scissors-game-with-a-virgin-student-win-a-prize-of-1-million-yen-or-lose-and-learn-about-womens-bodies-in-a/ https://javclan.com/e/ff2ye8cnnl60 https://jav.guru/searcho/?xr=666632796538636e6e6c3630   embed 2026-08-30 14:13:27 2026-08-30 14:13:27 javguru https://javclan.com/e/ff2ye8cnnl60
2800 v_91fje javguru https://jav.guru/784762/nghj-031-a-beautiful-teacher-like-an-idol-at-school-faces-off-in-a-strip-rock-paper-scissors-game-with-a-virgin-student-win-a-prize-of-1-million-yen-or-lose-and-learn-about-womens-bodies-in-a/ https://turbovidhls.com/t/68e96cb0aef31 https://jav.guru/searcho/?ur=36386539366362306165663331   embed 2026-08-30 14:13:27 2026-08-30 14:13:27 javguru https://turbovidhls.com/t/68e96cb0aef31
2801 v_91fje javguru https://jav.guru/784762/nghj-031-a-beautiful-teacher-like-an-idol-at-school-faces-off-in-a-strip-rock-paper-scissors-game-with-a-virgin-student-win-a-prize-of-1-million-yen-or-lose-and-learn-about-womens-bodies-in-a/ https://tracylocalschool.com/e/y3wejq3hpaun https://jav.guru/searcho/?tr=793377656a7133687061756e   embed 2026-08-30 14:13:27 2026-08-30 14:13:27 javguru https://tracylocalschool.com/e/y3wejq3hpaun
2802 v_91fje javguru https://jav.guru/784762/nghj-031-a-beautiful-teacher-like-an-idol-at-school-faces-off-in-a-strip-rock-paper-scissors-game-with-a-virgin-student-win-a-prize-of-1-million-yen-or-lose-and-learn-about-womens-bodies-in-a/ https://streamhihi.com/e/eayzn7c5imr7 https://jav.guru/searcho/?er=652f6561797a6e376335696d7237   embed 2026-08-30 14:13:27 2026-08-30 14:13:27 javguru https://streamhihi.com/e/eayzn7c5imr7
2803 v_91fje javguru https://jav.guru/784762/nghj-031-a-beautiful-teacher-like-an-idol-at-school-faces-off-in-a-strip-rock-paper-scissors-game-with-a-virgin-student-win-a-prize-of-1-million-yen-or-lose-and-learn-about-womens-bodies-in-a/ https://vide0.net/e/oodu70d2fwtc https://jav.guru/searcho/?hr=6f6f64753730643266777463   embed 2026-08-30 14:13:27 2026-08-30 14:13:27 javguru https://vide0.net/e/oodu70d2fwtc
2804 v_91fje javguru https://jav.guru/784762/nghj-031-a-beautiful-teacher-like-an-idol-at-school-faces-off-in-a-strip-rock-paper-scissors-game-with-a-virgin-student-win-a-prize-of-1-million-yen-or-lose-and-learn-about-womens-bodies-in-a/ https://maxstream.org/embed-vbaptdqovqq5.html https://jav.guru/searcho/?or=656d6265642d766261707464716f767171352e68746d6c   embed 2026-08-30 14:13:27 2026-08-30 14:13:27 javguru https://maxstream.org/embed-vbaptdqovqq5.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.192ms