home / media

streams

6 rows where v_uid = "v_z3o4g"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2769 v_z3o4g javguru https://jav.guru/784745/skmj-677-a-special-feature-titled-memorial-nude-drawing-i-want-to-leave-as-a-graduation-memento-deceives-amateur-female-college-students-into-a-drawing-session-with-a-super-virile-man-leading-t/ https://javclan.com/e/vd1ytwbi77ow https://jav.guru/searcho/?xr=766431797477626937376f77   embed 2026-08-30 14:13:13 2026-08-30 14:13:13 javguru https://javclan.com/e/vd1ytwbi77ow
2770 v_z3o4g javguru https://jav.guru/784745/skmj-677-a-special-feature-titled-memorial-nude-drawing-i-want-to-leave-as-a-graduation-memento-deceives-amateur-female-college-students-into-a-drawing-session-with-a-super-virile-man-leading-t/ https://turbovidhls.com/t/68e9741265caa https://jav.guru/searcho/?ur=36386539373431323635636161   embed 2026-08-30 14:13:13 2026-08-30 14:13:13 javguru https://turbovidhls.com/t/68e9741265caa
2771 v_z3o4g javguru https://jav.guru/784745/skmj-677-a-special-feature-titled-memorial-nude-drawing-i-want-to-leave-as-a-graduation-memento-deceives-amateur-female-college-students-into-a-drawing-session-with-a-super-virile-man-leading-t/ https://tracylocalschool.com/e/gpzvvydnojku https://jav.guru/searcho/?tr=67707a767679646e6f6a6b75   embed 2026-08-30 14:13:13 2026-08-30 14:13:13 javguru https://tracylocalschool.com/e/gpzvvydnojku
2772 v_z3o4g javguru https://jav.guru/784745/skmj-677-a-special-feature-titled-memorial-nude-drawing-i-want-to-leave-as-a-graduation-memento-deceives-amateur-female-college-students-into-a-drawing-session-with-a-super-virile-man-leading-t/ https://streamhihi.com/e/phbh2y9wi6fn https://jav.guru/searcho/?er=652f70686268327939776936666e   embed 2026-08-30 14:13:13 2026-08-30 14:13:13 javguru https://streamhihi.com/e/phbh2y9wi6fn
2773 v_z3o4g javguru https://jav.guru/784745/skmj-677-a-special-feature-titled-memorial-nude-drawing-i-want-to-leave-as-a-graduation-memento-deceives-amateur-female-college-students-into-a-drawing-session-with-a-super-virile-man-leading-t/ https://vide0.net/e/p9z02u476ynp https://jav.guru/searcho/?hr=70397a303275343736796e70   embed 2026-08-30 14:13:13 2026-08-30 14:13:13 javguru https://vide0.net/e/p9z02u476ynp
2774 v_z3o4g javguru https://jav.guru/784745/skmj-677-a-special-feature-titled-memorial-nude-drawing-i-want-to-leave-as-a-graduation-memento-deceives-amateur-female-college-students-into-a-drawing-session-with-a-super-virile-man-leading-t/ https://maxstream.org/embed-kve0ue4y3ro4.html https://jav.guru/searcho/?or=656d6265642d6b7665307565347933726f342e68746d6c   embed 2026-08-30 14:13:13 2026-08-30 14:13:13 javguru https://maxstream.org/embed-kve0ue4y3ro4.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.597ms