home / media

streams

6 rows where v_uid = "v_0rx9b"

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
10169 v_0rx9b javguru https://jav.guru/797890/nacr-202-a-forty-year-old-wife-who-fell-for-a-mans-penis-inoue-ayako/ https://javclan.com/e/mvj358ihp4u1 https://jav.guru/searcho/?xr=6d766a333538696870347531   embed 2026-08-30 17:41:03 2026-08-30 17:41:03 javguru https://javclan.com/e/mvj358ihp4u1
10170 v_0rx9b javguru https://jav.guru/797890/nacr-202-a-forty-year-old-wife-who-fell-for-a-mans-penis-inoue-ayako/ https://turbovidhls.com/t/6901087179cf3 https://jav.guru/searcho/?ur=36393031303837313739636633 https://cdn3.turboviplay.com/data/673c9b8aeddac/673c9b8aeddac.m3u8 m3u8 2026-08-30 17:41:03 2026-08-30 17:41:03 javguru https://turbovidhls.com/t/6901087179cf3
10171 v_0rx9b javguru https://jav.guru/797890/nacr-202-a-forty-year-old-wife-who-fell-for-a-mans-penis-inoue-ayako/ https://tracylocalschool.com/e/itd1fxk3mqsm https://jav.guru/searcho/?tr=6974643166786b336d71736d   embed 2026-08-30 17:41:03 2026-08-30 17:41:03 javguru https://tracylocalschool.com/e/itd1fxk3mqsm
10172 v_0rx9b javguru https://jav.guru/797890/nacr-202-a-forty-year-old-wife-who-fell-for-a-mans-penis-inoue-ayako/ https://streamhihi.com/e/ixb8y3re8sy9 https://jav.guru/searcho/?er=652f697862387933726538737939   embed 2026-08-30 17:41:03 2026-08-30 17:41:03 javguru https://streamhihi.com/e/ixb8y3re8sy9
10173 v_0rx9b javguru https://jav.guru/797890/nacr-202-a-forty-year-old-wife-who-fell-for-a-mans-penis-inoue-ayako/ https://vide0.net/e/734trdfor0tx https://jav.guru/searcho/?hr=373334747264666f72307478   embed 2026-08-30 17:41:03 2026-08-30 17:41:03 javguru https://vide0.net/e/734trdfor0tx
10174 v_0rx9b javguru https://jav.guru/797890/nacr-202-a-forty-year-old-wife-who-fell-for-a-mans-penis-inoue-ayako/ https://maxstream.org/embed-czek4wjeqjmp.html https://jav.guru/searcho/?or=656d6265642d637a656b34776a65716a6d702e68746d6c   embed 2026-08-30 17:41:03 2026-08-30 17:41:03 javguru https://maxstream.org/embed-czek4wjeqjmp.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.443ms