home / media

streams

6 rows where v_uid = "v_o4yeo"

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
323 v_o4yeo javguru https://jav.guru/788327/miae-298-slow-and-careful-hip-movements-for-multiple-shots-in-a-riding-position-soap-with-suhara/ https://javclan.com/e/e3hbd58doxay https://jav.guru/searcho/?xr=65336862643538646f786179   embed 2026-08-30 09:53:12 2026-08-30 09:53:12 javguru https://javclan.com/e/e3hbd58doxay
324 v_o4yeo javguru https://jav.guru/788327/miae-298-slow-and-careful-hip-movements-for-multiple-shots-in-a-riding-position-soap-with-suhara/ https://turbovidhls.com/t/68ee14b50a4cc https://jav.guru/searcho/?ur=36386565313462353061346363 https://cdn3.turboviplay.com/data/66abaccbb8f5e/66abaccbb8f5e.m3u8 m3u8 2026-08-30 09:53:12 2026-08-30 09:53:12 javguru https://turbovidhls.com/t/68ee14b50a4cc
325 v_o4yeo javguru https://jav.guru/788327/miae-298-slow-and-careful-hip-movements-for-multiple-shots-in-a-riding-position-soap-with-suhara/ https://tracylocalschool.com/e/8e9xk1g8l4zl https://jav.guru/searcho/?tr=386539786b3167386c347a6c   embed 2026-08-30 09:53:12 2026-08-30 09:53:12 javguru https://tracylocalschool.com/e/8e9xk1g8l4zl
326 v_o4yeo javguru https://jav.guru/788327/miae-298-slow-and-careful-hip-movements-for-multiple-shots-in-a-riding-position-soap-with-suhara/ https://streamhihi.com/e/cybvy8mr2fp5 https://jav.guru/searcho/?er=652f6379627679386d7232667035   embed 2026-08-30 09:53:12 2026-08-30 09:53:12 javguru https://streamhihi.com/e/cybvy8mr2fp5
327 v_o4yeo javguru https://jav.guru/788327/miae-298-slow-and-careful-hip-movements-for-multiple-shots-in-a-riding-position-soap-with-suhara/ https://vide0.net/e/55tz146pk5gg https://jav.guru/searcho/?hr=3535747a313436706b356767   embed 2026-08-30 09:53:12 2026-08-30 09:53:12 javguru https://vide0.net/e/55tz146pk5gg
328 v_o4yeo javguru https://jav.guru/788327/miae-298-slow-and-careful-hip-movements-for-multiple-shots-in-a-riding-position-soap-with-suhara/ https://maxstream.org/embed-mzdv60rt3kzv.html https://jav.guru/searcho/?or=656d6265642d6d7a647636307274336b7a762e68746d6c   embed 2026-08-30 09:53:12 2026-08-30 09:53:12 javguru https://maxstream.org/embed-mzdv60rt3kzv.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.726ms