home / media

streams

6 rows where v_uid = "v_v6uot"

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
662 v_v6uot javguru https://jav.guru/788377/iene-283-the-provocative-appearance-of-the-apartment-complex-wife-motoyama-haruka/ https://javclan.com/e/ltu2z0zdtfan https://jav.guru/searcho/?xr=6c7475327a307a647466616e   embed 2026-08-30 09:55:52 2026-08-30 09:55:52 javguru https://javclan.com/e/ltu2z0zdtfan
663 v_v6uot javguru https://jav.guru/788377/iene-283-the-provocative-appearance-of-the-apartment-complex-wife-motoyama-haruka/ https://turbovidhls.com/t/68ee0cea650c0 https://jav.guru/searcho/?ur=36386565306365613635306330 https://cdn3.turboviplay.com/data/66bdc1033bda7/66bdc1033bda7.m3u8 m3u8 2026-08-30 09:55:52 2026-08-30 09:55:52 javguru https://turbovidhls.com/t/68ee0cea650c0
664 v_v6uot javguru https://jav.guru/788377/iene-283-the-provocative-appearance-of-the-apartment-complex-wife-motoyama-haruka/ https://tracylocalschool.com/e/72ewpeobtnmq https://jav.guru/searcho/?tr=3732657770656f62746e6d71   embed 2026-08-30 09:55:52 2026-08-30 09:55:52 javguru https://tracylocalschool.com/e/72ewpeobtnmq
665 v_v6uot javguru https://jav.guru/788377/iene-283-the-provocative-appearance-of-the-apartment-complex-wife-motoyama-haruka/ https://streamhihi.com/e/jnf9uakg1508 https://jav.guru/searcho/?er=652f6a6e663975616b6731353038   embed 2026-08-30 09:55:52 2026-08-30 09:55:52 javguru https://streamhihi.com/e/jnf9uakg1508
666 v_v6uot javguru https://jav.guru/788377/iene-283-the-provocative-appearance-of-the-apartment-complex-wife-motoyama-haruka/ https://vide0.net/e/9kwt68x0x6p4 https://jav.guru/searcho/?hr=396b77743638783078367034   embed 2026-08-30 09:55:52 2026-08-30 09:55:52 javguru https://vide0.net/e/9kwt68x0x6p4
667 v_v6uot javguru https://jav.guru/788377/iene-283-the-provocative-appearance-of-the-apartment-complex-wife-motoyama-haruka/ https://maxstream.org/embed-sefjafikzfxf.html https://jav.guru/searcho/?or=656d6265642d7365666a6166696b7a6678662e68746d6c   embed 2026-08-30 09:55:52 2026-08-30 09:55:52 javguru https://maxstream.org/embed-sefjafikzfxf.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.714ms