home / media

streams

6 rows where v_uid = "v_0c49k"

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
10061 v_0c49k javguru https://jav.guru/797907/nacr-162-on-the-other-side-of-the-partition-a-male-model-a-married-nude-model-aida-asuka-unable-to-suppress-her-aroused-body-whispers-as-she-masturbates/ https://javclan.com/e/n64mvdj8s7g3 https://jav.guru/searcho/?xr=6e36346d76646a3873376733   embed 2026-08-30 17:39:22 2026-08-30 17:39:22 javguru https://javclan.com/e/n64mvdj8s7g3
10062 v_0c49k javguru https://jav.guru/797907/nacr-162-on-the-other-side-of-the-partition-a-male-model-a-married-nude-model-aida-asuka-unable-to-suppress-her-aroused-body-whispers-as-she-masturbates/ https://turbovidhls.com/t/690104b337bf5 https://jav.guru/searcho/?ur=36393031303462333337626635 https://cdn3.turboviplay.com/data3/690104b337bf5/690104b337bf5.m3u8 m3u8 2026-08-30 17:39:22 2026-08-30 17:39:22 javguru https://turbovidhls.com/t/690104b337bf5
10063 v_0c49k javguru https://jav.guru/797907/nacr-162-on-the-other-side-of-the-partition-a-male-model-a-married-nude-model-aida-asuka-unable-to-suppress-her-aroused-body-whispers-as-she-masturbates/ https://tracylocalschool.com/e/zc0jkcekibaf https://jav.guru/searcho/?tr=7a63306a6b63656b69626166   embed 2026-08-30 17:39:22 2026-08-30 17:39:22 javguru https://tracylocalschool.com/e/zc0jkcekibaf
10064 v_0c49k javguru https://jav.guru/797907/nacr-162-on-the-other-side-of-the-partition-a-male-model-a-married-nude-model-aida-asuka-unable-to-suppress-her-aroused-body-whispers-as-she-masturbates/ https://streamhihi.com/e/gks4mvd90vwx https://jav.guru/searcho/?er=652f676b73346d76643930767778   embed 2026-08-30 17:39:22 2026-08-30 17:39:22 javguru https://streamhihi.com/e/gks4mvd90vwx
10065 v_0c49k javguru https://jav.guru/797907/nacr-162-on-the-other-side-of-the-partition-a-male-model-a-married-nude-model-aida-asuka-unable-to-suppress-her-aroused-body-whispers-as-she-masturbates/ https://vide0.net/e/aeehwpyp9uyq https://jav.guru/searcho/?hr=616565687770797039757971   embed 2026-08-30 17:39:22 2026-08-30 17:39:22 javguru https://vide0.net/e/aeehwpyp9uyq
10066 v_0c49k javguru https://jav.guru/797907/nacr-162-on-the-other-side-of-the-partition-a-male-model-a-married-nude-model-aida-asuka-unable-to-suppress-her-aroused-body-whispers-as-she-masturbates/ https://maxstream.org/embed-fkydlbhwf9x1.html https://jav.guru/searcho/?or=656d6265642d666b79646c626877663978312e68746d6c   embed 2026-08-30 17:39:22 2026-08-30 17:39:22 javguru https://maxstream.org/embed-fkydlbhwf9x1.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.918ms