home / media

streams

6 rows where v_uid = "v_6efce"

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
939 v_6efce javguru https://jav.guru/787716/mbr-ba107-yui-hatano-naked-beauty/ https://javclan.com/e/qg0ebb4tcvr9 https://jav.guru/searcho/?xr=716730656262347463767239   embed 2026-08-30 09:58:35 2026-08-30 09:58:35 javguru https://javclan.com/e/qg0ebb4tcvr9
940 v_6efce javguru https://jav.guru/787716/mbr-ba107-yui-hatano-naked-beauty/ https://turbovidhls.com/t/68ed428364b7a https://jav.guru/searcho/?ur=36386564343238333634623761 https://cdn3.turboviplay.com/data3/68ed428364b7a/68ed428364b7a.m3u8 m3u8 2026-08-30 09:58:35 2026-08-30 09:58:35 javguru https://turbovidhls.com/t/68ed428364b7a
941 v_6efce javguru https://jav.guru/787716/mbr-ba107-yui-hatano-naked-beauty/ https://tracylocalschool.com/e/hgwfxintku5m https://jav.guru/searcho/?tr=6867776678696e746b75356d   embed 2026-08-30 09:58:35 2026-08-30 09:58:35 javguru https://tracylocalschool.com/e/hgwfxintku5m
942 v_6efce javguru https://jav.guru/787716/mbr-ba107-yui-hatano-naked-beauty/ https://streamhihi.com/e/7m1jkyk2fqa4 https://jav.guru/searcho/?er=652f376d316a6b796b3266716134   embed 2026-08-30 09:58:35 2026-08-30 09:58:35 javguru https://streamhihi.com/e/7m1jkyk2fqa4
943 v_6efce javguru https://jav.guru/787716/mbr-ba107-yui-hatano-naked-beauty/ https://vide0.net/e/xaw978dcvg74 https://jav.guru/searcho/?hr=786177393738646376673734   embed 2026-08-30 09:58:35 2026-08-30 09:58:35 javguru https://vide0.net/e/xaw978dcvg74
944 v_6efce javguru https://jav.guru/787716/mbr-ba107-yui-hatano-naked-beauty/ https://maxstream.org/embed-9rl4g4gq3qoj.html https://jav.guru/searcho/?or=656d6265642d39726c346734677133716f6a2e68746d6c   embed 2026-08-30 09:58:35 2026-08-30 09:58:35 javguru https://maxstream.org/embed-9rl4g4gq3qoj.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.874ms