home / media

streams

6 rows where v_uid = "v_sgceb"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
632 v_sgceb javguru https://jav.guru/788396/iene-250-a-novice-girl-leads-you-into-a-forbidden-world-in-a-locked-room-watching-adult-videos-alone-with-a-lesbian/ https://javclan.com/e/keysbpd5jkoa https://jav.guru/searcho/?xr=6b657973627064356a6b6f61   embed 2026-08-30 09:55:37 2026-08-30 09:55:37 javguru https://javclan.com/e/keysbpd5jkoa
633 v_sgceb javguru https://jav.guru/788396/iene-250-a-novice-girl-leads-you-into-a-forbidden-world-in-a-locked-room-watching-adult-videos-alone-with-a-lesbian/ https://turbovidhls.com/t/68ee0bdfabf2b https://jav.guru/searcho/?ur=36386565306264666162663262 https://cdn3.turboviplay.com/data/66aff5b58f7db/66aff5b58f7db.m3u8 m3u8 2026-08-30 09:55:37 2026-08-30 09:55:37 javguru https://turbovidhls.com/t/68ee0bdfabf2b
634 v_sgceb javguru https://jav.guru/788396/iene-250-a-novice-girl-leads-you-into-a-forbidden-world-in-a-locked-room-watching-adult-videos-alone-with-a-lesbian/ https://tracylocalschool.com/e/yyrnihjumfjc https://jav.guru/searcho/?tr=7979726e69686a756d666a63   embed 2026-08-30 09:55:37 2026-08-30 09:55:37 javguru https://tracylocalschool.com/e/yyrnihjumfjc
635 v_sgceb javguru https://jav.guru/788396/iene-250-a-novice-girl-leads-you-into-a-forbidden-world-in-a-locked-room-watching-adult-videos-alone-with-a-lesbian/ https://streamhihi.com/e/9kckw25uthdd https://jav.guru/searcho/?er=652f396b636b7732357574686464   embed 2026-08-30 09:55:37 2026-08-30 09:55:37 javguru https://streamhihi.com/e/9kckw25uthdd
636 v_sgceb javguru https://jav.guru/788396/iene-250-a-novice-girl-leads-you-into-a-forbidden-world-in-a-locked-room-watching-adult-videos-alone-with-a-lesbian/ https://vide0.net/e/xb217cwbbu7c https://jav.guru/searcho/?hr=786232313763776262753763   embed 2026-08-30 09:55:37 2026-08-30 09:55:37 javguru https://vide0.net/e/xb217cwbbu7c
637 v_sgceb javguru https://jav.guru/788396/iene-250-a-novice-girl-leads-you-into-a-forbidden-world-in-a-locked-room-watching-adult-videos-alone-with-a-lesbian/ https://maxstream.org/embed-dfa95yyyiq8h.html https://jav.guru/searcho/?or=656d6265642d6466613935797979697138682e68746d6c   embed 2026-08-30 09:55:37 2026-08-30 09:55:37 javguru https://maxstream.org/embed-dfa95yyyiq8h.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 3.645ms