home / media

streams

6 rows where v_uid = "v_evhxj"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2685 v_evhxj javguru https://jav.guru/784825/cmf-091-cuckold-training-request-the-ecstatic-desires-of-a-wife-yurikawa/ https://javclan.com/e/ezlesdchsof3 https://jav.guru/searcho/?xr=657a6c6573646368736f6633   embed 2026-08-30 14:12:30 2026-08-30 14:12:30 javguru https://javclan.com/e/ezlesdchsof3
2686 v_evhxj javguru https://jav.guru/784825/cmf-091-cuckold-training-request-the-ecstatic-desires-of-a-wife-yurikawa/ https://turbovidhls.com/t/68e953615cd8b https://jav.guru/searcho/?ur=36386539353336313563643862   embed 2026-08-30 14:12:30 2026-08-30 14:12:30 javguru https://turbovidhls.com/t/68e953615cd8b
2687 v_evhxj javguru https://jav.guru/784825/cmf-091-cuckold-training-request-the-ecstatic-desires-of-a-wife-yurikawa/ https://tracylocalschool.com/e/dtrm7qfmnqdo https://jav.guru/searcho/?tr=6474726d3771666d6e71646f   embed 2026-08-30 14:12:30 2026-08-30 14:12:30 javguru https://tracylocalschool.com/e/dtrm7qfmnqdo
2688 v_evhxj javguru https://jav.guru/784825/cmf-091-cuckold-training-request-the-ecstatic-desires-of-a-wife-yurikawa/ https://streamhihi.com/e/62owd7rb22f0 https://jav.guru/searcho/?er=652f36326f776437726232326630   embed 2026-08-30 14:12:30 2026-08-30 14:12:30 javguru https://streamhihi.com/e/62owd7rb22f0
2689 v_evhxj javguru https://jav.guru/784825/cmf-091-cuckold-training-request-the-ecstatic-desires-of-a-wife-yurikawa/ https://vide0.net/e/tjd3s33r980n https://jav.guru/searcho/?hr=746a6433733333723938306e   embed 2026-08-30 14:12:30 2026-08-30 14:12:30 javguru https://vide0.net/e/tjd3s33r980n
2690 v_evhxj javguru https://jav.guru/784825/cmf-091-cuckold-training-request-the-ecstatic-desires-of-a-wife-yurikawa/ https://maxstream.org/embed-qrzgkh35x381.html https://jav.guru/searcho/?or=656d6265642d71727a676b683335783338312e68746d6c   embed 2026-08-30 14:12:30 2026-08-30 14:12:30 javguru https://maxstream.org/embed-qrzgkh35x381.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.876ms