home / media

streams

6 rows where v_uid = "v_awjmz"

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
812 v_awjmz javguru https://jav.guru/1025889/dvmm-426-if-it-gets-found-out-will-you-take-responsibility-her-exquisite-barely-there-technique-teases-the-groin-without-touching-the-cock-driving-men-wild-until-this-innocent-looking-busty-be/ https://javclan.com/e/ukkth2iiw2wz https://jav.guru/searcho/?xr=756b6b74683269697732777a   embed 2026-08-30 09:57:09 2026-08-30 09:57:09 javguru https://javclan.com/e/ukkth2iiw2wz
813 v_awjmz javguru https://jav.guru/1025889/dvmm-426-if-it-gets-found-out-will-you-take-responsibility-her-exquisite-barely-there-technique-teases-the-groin-without-touching-the-cock-driving-men-wild-until-this-innocent-looking-busty-be/ https://turbovidhls.com/t/6a6cf57cb276e https://jav.guru/searcho/?ur=36613663663537636232373665 https://cdn3.turboviplay.com/data3/6a6c208f20731/6a6c208f20731.m3u8 m3u8 2026-08-30 09:57:09 2026-08-30 09:57:09 javguru https://turbovidhls.com/t/6a6cf57cb276e
814 v_awjmz javguru https://jav.guru/1025889/dvmm-426-if-it-gets-found-out-will-you-take-responsibility-her-exquisite-barely-there-technique-teases-the-groin-without-touching-the-cock-driving-men-wild-until-this-innocent-looking-busty-be/ https://tracylocalschool.com/e/ljplouelpqrl https://jav.guru/searcho/?tr=6c6a706c6f75656c7071726c   embed 2026-08-30 09:57:09 2026-08-30 09:57:09 javguru https://tracylocalschool.com/e/ljplouelpqrl
815 v_awjmz javguru https://jav.guru/1025889/dvmm-426-if-it-gets-found-out-will-you-take-responsibility-her-exquisite-barely-there-technique-teases-the-groin-without-touching-the-cock-driving-men-wild-until-this-innocent-looking-busty-be/ https://vidara.to/e/zwOEXDATWz5Pr https://jav.guru/searcho/?cr=7a774f4558444154577a355072   embed 2026-08-30 09:57:09 2026-08-30 09:57:09 javguru https://vidara.to/e/zwOEXDATWz5Pr
816 v_awjmz javguru https://jav.guru/1025889/dvmm-426-if-it-gets-found-out-will-you-take-responsibility-her-exquisite-barely-there-technique-teases-the-groin-without-touching-the-cock-driving-men-wild-until-this-innocent-looking-busty-be/ https://vide0.net/e/7fcoe51gpc79 https://jav.guru/searcho/?hr=3766636f6535316770633739   embed 2026-08-30 09:57:09 2026-08-30 09:57:09 javguru https://vide0.net/e/7fcoe51gpc79
817 v_awjmz javguru https://jav.guru/1025889/dvmm-426-if-it-gets-found-out-will-you-take-responsibility-her-exquisite-barely-there-technique-teases-the-groin-without-touching-the-cock-driving-men-wild-until-this-innocent-looking-busty-be/ https://maxstream.org/embed-a5s5k7kvcst4.html https://jav.guru/searcho/?or=656d6265642d613573356b376b76637374342e68746d6c   embed 2026-08-30 09:57:09 2026-08-30 09:57:09 javguru https://maxstream.org/embed-a5s5k7kvcst4.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.777ms