home / media

streams

6 rows where v_uid = "v_xefae"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2409 v_xefae javguru https://jav.guru/784847/apns-388-paying-off-debt-with-a-home-service-a-busty-wife-with-a-fleshlight-a-beautiful-wife-futaba-sara-falls-into-a/ https://javclan.com/e/tqusa14lyclu https://jav.guru/searcho/?xr=747175736131346c79636c75   embed 2026-08-30 14:10:25 2026-08-30 14:10:25 javguru https://javclan.com/e/tqusa14lyclu
2410 v_xefae javguru https://jav.guru/784847/apns-388-paying-off-debt-with-a-home-service-a-busty-wife-with-a-fleshlight-a-beautiful-wife-futaba-sara-falls-into-a/ https://turbovidhls.com/t/68e94ffdabf5b https://jav.guru/searcho/?ur=36386539346666646162663562   embed 2026-08-30 14:10:25 2026-08-30 14:10:25 javguru https://turbovidhls.com/t/68e94ffdabf5b
2411 v_xefae javguru https://jav.guru/784847/apns-388-paying-off-debt-with-a-home-service-a-busty-wife-with-a-fleshlight-a-beautiful-wife-futaba-sara-falls-into-a/ https://tracylocalschool.com/e/oxkej75ppguu https://jav.guru/searcho/?tr=6f786b656a37357070677575   embed 2026-08-30 14:10:25 2026-08-30 14:10:25 javguru https://tracylocalschool.com/e/oxkej75ppguu
2412 v_xefae javguru https://jav.guru/784847/apns-388-paying-off-debt-with-a-home-service-a-busty-wife-with-a-fleshlight-a-beautiful-wife-futaba-sara-falls-into-a/ https://streamhihi.com/e/m2spaaobwld5 https://jav.guru/searcho/?er=652f6d32737061616f62776c6435   embed 2026-08-30 14:10:25 2026-08-30 14:10:25 javguru https://streamhihi.com/e/m2spaaobwld5
2413 v_xefae javguru https://jav.guru/784847/apns-388-paying-off-debt-with-a-home-service-a-busty-wife-with-a-fleshlight-a-beautiful-wife-futaba-sara-falls-into-a/ https://vide0.net/e/0esfj11s20cv https://jav.guru/searcho/?hr=306573666a31317332306376   embed 2026-08-30 14:10:25 2026-08-30 14:10:25 javguru https://vide0.net/e/0esfj11s20cv
2414 v_xefae javguru https://jav.guru/784847/apns-388-paying-off-debt-with-a-home-service-a-busty-wife-with-a-fleshlight-a-beautiful-wife-futaba-sara-falls-into-a/ https://maxstream.org/embed-ftjcypov7k4n.html https://jav.guru/searcho/?or=656d6265642d66746a6379706f76376b346e2e68746d6c   embed 2026-08-30 14:10:25 2026-08-30 14:10:25 javguru https://maxstream.org/embed-ftjcypov7k4n.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.625ms