home / media

streams

6 rows where v_uid = "v_fjnay"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2421 v_fjnay javguru https://jav.guru/784811/gmem-137-the-sadistic-swamp-training-a-reclusive-web-designer-with-endless-anal-pleasure-featuring-nominami/ https://javclan.com/e/b381zai26k1m https://jav.guru/searcho/?xr=623338317a616932366b316d   embed 2026-08-30 14:10:30 2026-08-30 14:10:30 javguru https://javclan.com/e/b381zai26k1m
2422 v_fjnay javguru https://jav.guru/784811/gmem-137-the-sadistic-swamp-training-a-reclusive-web-designer-with-endless-anal-pleasure-featuring-nominami/ https://turbovidhls.com/t/68e956982fd9f https://jav.guru/searcho/?ur=36386539353639383266643966   embed 2026-08-30 14:10:30 2026-08-30 14:10:30 javguru https://turbovidhls.com/t/68e956982fd9f
2423 v_fjnay javguru https://jav.guru/784811/gmem-137-the-sadistic-swamp-training-a-reclusive-web-designer-with-endless-anal-pleasure-featuring-nominami/ https://tracylocalschool.com/e/txmuyrmdupom https://jav.guru/searcho/?tr=74786d7579726d6475706f6d   embed 2026-08-30 14:10:30 2026-08-30 14:10:30 javguru https://tracylocalschool.com/e/txmuyrmdupom
2424 v_fjnay javguru https://jav.guru/784811/gmem-137-the-sadistic-swamp-training-a-reclusive-web-designer-with-endless-anal-pleasure-featuring-nominami/ https://streamhihi.com/e/od2d7s01bshd https://jav.guru/searcho/?er=652f6f6432643773303162736864   embed 2026-08-30 14:10:30 2026-08-30 14:10:30 javguru https://streamhihi.com/e/od2d7s01bshd
2425 v_fjnay javguru https://jav.guru/784811/gmem-137-the-sadistic-swamp-training-a-reclusive-web-designer-with-endless-anal-pleasure-featuring-nominami/ https://vide0.net/e/ubn5k7biv50c https://jav.guru/searcho/?hr=75626e356b37626976353063   embed 2026-08-30 14:10:30 2026-08-30 14:10:30 javguru https://vide0.net/e/ubn5k7biv50c
2426 v_fjnay javguru https://jav.guru/784811/gmem-137-the-sadistic-swamp-training-a-reclusive-web-designer-with-endless-anal-pleasure-featuring-nominami/ https://maxstream.org/embed-lj34eic62zfl.html https://jav.guru/searcho/?or=656d6265642d6c6a333465696336327a666c2e68746d6c   embed 2026-08-30 14:10:30 2026-08-30 14:10:30 javguru https://maxstream.org/embed-lj34eic62zfl.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.615ms