home / media

streams

6 rows where v_uid = "v_l7wx4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1996 v_l7wx4 javguru https://jav.guru/785235/tkou-020-female-submission-training-with-a-creamy-bukkake-and-gulping-down-the-mess-mashiro-fuwari/ https://javclan.com/e/z2oqgath1ym5 https://jav.guru/searcho/?xr=7a326f716761746831796d35   embed 2026-08-30 14:07:05 2026-08-30 14:07:05 javguru https://javclan.com/e/z2oqgath1ym5
1997 v_l7wx4 javguru https://jav.guru/785235/tkou-020-female-submission-training-with-a-creamy-bukkake-and-gulping-down-the-mess-mashiro-fuwari/ https://turbovidhls.com/t/68eaae278358b https://jav.guru/searcho/?ur=36386561616532373833353862   embed 2026-08-30 14:07:05 2026-08-30 14:07:05 javguru https://turbovidhls.com/t/68eaae278358b
1998 v_l7wx4 javguru https://jav.guru/785235/tkou-020-female-submission-training-with-a-creamy-bukkake-and-gulping-down-the-mess-mashiro-fuwari/ https://tracylocalschool.com/e/bbz71yjrjcrk https://jav.guru/searcho/?tr=62627a3731796a726a63726b   embed 2026-08-30 14:07:05 2026-08-30 14:07:05 javguru https://tracylocalschool.com/e/bbz71yjrjcrk
1999 v_l7wx4 javguru https://jav.guru/785235/tkou-020-female-submission-training-with-a-creamy-bukkake-and-gulping-down-the-mess-mashiro-fuwari/ https://streamhihi.com/e/7a4qxnkvvj7u https://jav.guru/searcho/?er=652f37613471786e6b76766a3775   embed 2026-08-30 14:07:05 2026-08-30 14:07:05 javguru https://streamhihi.com/e/7a4qxnkvvj7u
2000 v_l7wx4 javguru https://jav.guru/785235/tkou-020-female-submission-training-with-a-creamy-bukkake-and-gulping-down-the-mess-mashiro-fuwari/ https://vide0.net/e/optjxfvnyfnd https://jav.guru/searcho/?hr=6f70746a7866766e79666e64   embed 2026-08-30 14:07:05 2026-08-30 14:07:05 javguru https://vide0.net/e/optjxfvnyfnd
2001 v_l7wx4 javguru https://jav.guru/785235/tkou-020-female-submission-training-with-a-creamy-bukkake-and-gulping-down-the-mess-mashiro-fuwari/ https://maxstream.org/embed-9p0618t716yr.html https://jav.guru/searcho/?or=656d6265642d3970303631387437313679722e68746d6c   embed 2026-08-30 14:07:05 2026-08-30 14:07:05 javguru https://maxstream.org/embed-9p0618t716yr.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.233ms