home / media

streams

6 rows where v_uid = "v_0ash6"

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
10145 v_0ash6 javguru https://jav.guru/797886/nacr-208-a-46-year-old-single-dad-is-relied-on-by-the-22-year-old-single-mom-sasahara-rin-who-moved-in-next-door/ https://javclan.com/e/jnkjqfx6cfrg https://jav.guru/searcho/?xr=6a6e6b6a7166783663667267   embed 2026-08-30 17:40:41 2026-08-30 17:40:41 javguru https://javclan.com/e/jnkjqfx6cfrg
10146 v_0ash6 javguru https://jav.guru/797886/nacr-208-a-46-year-old-single-dad-is-relied-on-by-the-22-year-old-single-mom-sasahara-rin-who-moved-in-next-door/ https://turbovidhls.com/t/6901097dc80fe https://jav.guru/searcho/?ur=36393031303937646338306665 https://cdn3.turboviplay.com/data3/6901097dc80fe/6901097dc80fe.m3u8 m3u8 2026-08-30 17:40:41 2026-08-30 17:40:41 javguru https://turbovidhls.com/t/6901097dc80fe
10147 v_0ash6 javguru https://jav.guru/797886/nacr-208-a-46-year-old-single-dad-is-relied-on-by-the-22-year-old-single-mom-sasahara-rin-who-moved-in-next-door/ https://tracylocalschool.com/e/iyapzpw4wn8m https://jav.guru/searcho/?tr=697961707a707734776e386d   embed 2026-08-30 17:40:41 2026-08-30 17:40:41 javguru https://tracylocalschool.com/e/iyapzpw4wn8m
10148 v_0ash6 javguru https://jav.guru/797886/nacr-208-a-46-year-old-single-dad-is-relied-on-by-the-22-year-old-single-mom-sasahara-rin-who-moved-in-next-door/ https://streamhihi.com/e/vzspqoghlvpj https://jav.guru/searcho/?er=652f767a7370716f67686c76706a   embed 2026-08-30 17:40:41 2026-08-30 17:40:41 javguru https://streamhihi.com/e/vzspqoghlvpj
10149 v_0ash6 javguru https://jav.guru/797886/nacr-208-a-46-year-old-single-dad-is-relied-on-by-the-22-year-old-single-mom-sasahara-rin-who-moved-in-next-door/ https://vide0.net/e/s2ug3165f50l https://jav.guru/searcho/?hr=73327567333136356635306c   embed 2026-08-30 17:40:41 2026-08-30 17:40:41 javguru https://vide0.net/e/s2ug3165f50l
10150 v_0ash6 javguru https://jav.guru/797886/nacr-208-a-46-year-old-single-dad-is-relied-on-by-the-22-year-old-single-mom-sasahara-rin-who-moved-in-next-door/ https://maxstream.org/embed-bjez8bfionam.html https://jav.guru/searcho/?or=656d6265642d626a657a386266696f6e616d2e68746d6c   embed 2026-08-30 17:40:41 2026-08-30 17:40:41 javguru https://maxstream.org/embed-bjez8bfionam.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.204ms