home / media

streams

6 rows where v_uid = "v_1xcxg"

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
958 v_1xcxg javguru https://jav.guru/787718/mbr-ba043-mao-fujiki-busty-race-queen-wearing-erotic-appearance/ https://javclan.com/e/4tzniwakdezz https://jav.guru/searcho/?xr=34747a6e6977616b64657a7a   embed 2026-08-30 09:58:45 2026-08-30 09:58:45 javguru https://javclan.com/e/4tzniwakdezz
959 v_1xcxg javguru https://jav.guru/787718/mbr-ba043-mao-fujiki-busty-race-queen-wearing-erotic-appearance/ https://turbovidhls.com/t/68ed420d75537 https://jav.guru/searcho/?ur=36386564343230643735353337 https://cdn3.turboviplay.com/data3/68ed420d75537/68ed420d75537.m3u8 m3u8 2026-08-30 09:58:45 2026-08-30 09:58:45 javguru https://turbovidhls.com/t/68ed420d75537
960 v_1xcxg javguru https://jav.guru/787718/mbr-ba043-mao-fujiki-busty-race-queen-wearing-erotic-appearance/ https://tracylocalschool.com/e/5bjmpiz7fx4t https://jav.guru/searcho/?tr=35626a6d70697a3766783474   embed 2026-08-30 09:58:45 2026-08-30 09:58:45 javguru https://tracylocalschool.com/e/5bjmpiz7fx4t
961 v_1xcxg javguru https://jav.guru/787718/mbr-ba043-mao-fujiki-busty-race-queen-wearing-erotic-appearance/ https://streamhihi.com/e/271ir3qefebf https://jav.guru/searcho/?er=652f323731697233716566656266   embed 2026-08-30 09:58:45 2026-08-30 09:58:45 javguru https://streamhihi.com/e/271ir3qefebf
962 v_1xcxg javguru https://jav.guru/787718/mbr-ba043-mao-fujiki-busty-race-queen-wearing-erotic-appearance/ https://vide0.net/e/c93wlcnv0phv https://jav.guru/searcho/?hr=633933776c636e7630706876   embed 2026-08-30 09:58:45 2026-08-30 09:58:45 javguru https://vide0.net/e/c93wlcnv0phv
963 v_1xcxg javguru https://jav.guru/787718/mbr-ba043-mao-fujiki-busty-race-queen-wearing-erotic-appearance/ https://maxstream.org/embed-6j1sq8yvuqcb.html https://jav.guru/searcho/?or=656d6265642d366a317371387976757163622e68746d6c   embed 2026-08-30 09:58:45 2026-08-30 09:58:45 javguru https://maxstream.org/embed-6j1sq8yvuqcb.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.46ms