home / media

streams

5 rows where v_uid = "v_5hom6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1742 v_5hom6 javguru https://jav.guru/135155/lb-063-k-cup-huge-tits-miyoko-in-raw-creampie/ https://javclan.com/e/cuqy84cbxyox https://jav.guru/searcho/?xr=637571793834636278796f78   embed 2026-08-30 14:04:52 2026-08-30 14:04:52 javguru https://javclan.com/e/cuqy84cbxyox
1743 v_5hom6 javguru https://jav.guru/135155/lb-063-k-cup-huge-tits-miyoko-in-raw-creampie/ https://tracylocalschool.com/e/ycdq6zhocwms https://jav.guru/searcho/?tr=79636471367a686f63776d73   embed 2026-08-30 14:04:52 2026-08-30 14:04:52 javguru https://tracylocalschool.com/e/ycdq6zhocwms
1744 v_5hom6 javguru https://jav.guru/135155/lb-063-k-cup-huge-tits-miyoko-in-raw-creampie/ https://javplaya.com/embed/x4zyotql4hdx https://jav.guru/searcho/?rr=78347a796f74716c34686478   embed 2026-08-30 14:04:52 2026-08-30 14:04:52 javguru https://javplaya.com/embed/x4zyotql4hdx
1745 v_5hom6 javguru https://jav.guru/135155/lb-063-k-cup-huge-tits-miyoko-in-raw-creampie/ https://vide0.net/e/oytnjicqmz2e7j2sf5gaqmsayaa86z1l https://jav.guru/searcho/?hr=6f79746e6a6963716d7a3265376a327366356761716d736179616138367a316c   embed 2026-08-30 14:04:52 2026-08-30 14:04:52 javguru https://vide0.net/e/oytnjicqmz2e7j2sf5gaqmsayaa86z1l
1746 v_5hom6 javguru https://jav.guru/135155/lb-063-k-cup-huge-tits-miyoko-in-raw-creampie/ https://maxstream.org/embed-96bxqo90ej18.html https://jav.guru/searcho/?or=656d6265642d39366278716f3930656a31382e68746d6c   embed 2026-08-30 14:04:52 2026-08-30 14:04:52 javguru https://maxstream.org/embed-96bxqo90ej18.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.656ms