home / media

streams

6 rows where v_uid = "v_oncws"

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
656 v_oncws javguru https://jav.guru/788374/iene-286-amateur-young-lady-would-you-like-to-try-a-panty-fellatio-experience-for-the-first-time/ https://javclan.com/e/pwbalma43nqt https://jav.guru/searcho/?xr=707762616c6d6134336e7174   embed 2026-08-30 09:55:49 2026-08-30 09:55:49 javguru https://javclan.com/e/pwbalma43nqt
657 v_oncws javguru https://jav.guru/788374/iene-286-amateur-young-lady-would-you-like-to-try-a-panty-fellatio-experience-for-the-first-time/ https://turbovidhls.com/t/68ee0e258d72b https://jav.guru/searcho/?ur=36386565306532353864373262 https://cdn3.turboviplay.com/data/66c1c6485f010/66c1c6485f010.m3u8 m3u8 2026-08-30 09:55:49 2026-08-30 09:55:49 javguru https://turbovidhls.com/t/68ee0e258d72b
658 v_oncws javguru https://jav.guru/788374/iene-286-amateur-young-lady-would-you-like-to-try-a-panty-fellatio-experience-for-the-first-time/ https://tracylocalschool.com/e/ncjl4epo9iic https://jav.guru/searcho/?tr=6e636a6c3465706f39696963   embed 2026-08-30 09:55:49 2026-08-30 09:55:49 javguru https://tracylocalschool.com/e/ncjl4epo9iic
659 v_oncws javguru https://jav.guru/788374/iene-286-amateur-young-lady-would-you-like-to-try-a-panty-fellatio-experience-for-the-first-time/ https://streamhihi.com/e/6r5aopfvkzke https://jav.guru/searcho/?er=652f367235616f7066766b7a6b65   embed 2026-08-30 09:55:49 2026-08-30 09:55:49 javguru https://streamhihi.com/e/6r5aopfvkzke
660 v_oncws javguru https://jav.guru/788374/iene-286-amateur-young-lady-would-you-like-to-try-a-panty-fellatio-experience-for-the-first-time/ https://vide0.net/e/evmkw3jqt1ie https://jav.guru/searcho/?hr=65766d6b77336a7174316965   embed 2026-08-30 09:55:49 2026-08-30 09:55:49 javguru https://vide0.net/e/evmkw3jqt1ie
661 v_oncws javguru https://jav.guru/788374/iene-286-amateur-young-lady-would-you-like-to-try-a-panty-fellatio-experience-for-the-first-time/ https://maxstream.org/embed-j7v3gs21ofpu.html https://jav.guru/searcho/?or=656d6265642d6a377633677332316f6670752e68746d6c   embed 2026-08-30 09:55:49 2026-08-30 09:55:49 javguru https://maxstream.org/embed-j7v3gs21ofpu.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.87ms