home / media

streams

6 rows where v_uid = "v_zmjil"

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
95 v_zmjil javguru https://jav.guru/789695/bdsr-156-i-deceived-a-beautiful-housewife-into-a-free-thai-massage-experience-and-ended-up-releasing-inside-her-arakawa-ward-edition/ https://javclan.com/e/zb12dwue55js https://jav.guru/searcho/?xr=7a6231326477756535356a73   embed 2026-08-30 09:09:41 2026-08-30 09:09:41 javguru https://javclan.com/e/zb12dwue55js
96 v_zmjil javguru https://jav.guru/789695/bdsr-156-i-deceived-a-beautiful-housewife-into-a-free-thai-massage-experience-and-ended-up-releasing-inside-her-arakawa-ward-edition/ https://turbovidhls.com/t/68ef931e2e9b8 https://jav.guru/searcho/?ur=36386566393331653265396238 https://cdn3.turboviplay.com/data3/68ef931e2e9b8/68ef931e2e9b8.m3u8 m3u8 2026-08-30 09:09:41 2026-08-30 09:09:41 javguru https://turbovidhls.com/t/68ef931e2e9b8
97 v_zmjil javguru https://jav.guru/789695/bdsr-156-i-deceived-a-beautiful-housewife-into-a-free-thai-massage-experience-and-ended-up-releasing-inside-her-arakawa-ward-edition/ https://tracylocalschool.com/e/rtmnr64w8tux https://jav.guru/searcho/?tr=72746d6e7236347738747578   embed 2026-08-30 09:09:41 2026-08-30 09:09:41 javguru https://tracylocalschool.com/e/rtmnr64w8tux
98 v_zmjil javguru https://jav.guru/789695/bdsr-156-i-deceived-a-beautiful-housewife-into-a-free-thai-massage-experience-and-ended-up-releasing-inside-her-arakawa-ward-edition/ https://streamhihi.com/e/r3d01eosmmf5 https://jav.guru/searcho/?er=652f7233643031656f736d6d6635   embed 2026-08-30 09:09:41 2026-08-30 09:09:41 javguru https://streamhihi.com/e/r3d01eosmmf5
99 v_zmjil javguru https://jav.guru/789695/bdsr-156-i-deceived-a-beautiful-housewife-into-a-free-thai-massage-experience-and-ended-up-releasing-inside-her-arakawa-ward-edition/ https://vide0.net/e/abmey65kq2uy https://jav.guru/searcho/?hr=61626d657936356b71327579   embed 2026-08-30 09:09:41 2026-08-30 09:09:41 javguru https://vide0.net/e/abmey65kq2uy
100 v_zmjil javguru https://jav.guru/789695/bdsr-156-i-deceived-a-beautiful-housewife-into-a-free-thai-massage-experience-and-ended-up-releasing-inside-her-arakawa-ward-edition/ https://maxstream.org/embed-k72tliley2qq.html https://jav.guru/searcho/?or=656d6265642d6b3732746c696c65793271712e68746d6c   embed 2026-08-30 09:09:41 2026-08-30 09:09:41 javguru https://maxstream.org/embed-k72tliley2qq.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.805ms