home / media

streams

6 rows where v_uid = "v_0weiz"

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
9241 v_0weiz javguru https://jav.guru/799166/mida-385-no-script-at-all-after-a-month-of-abstinence-we-tease-momota-mitsuki-with-edging-to-heighten-her-sensitivity-for-an-ultimate-beastly/ https://javclan.com/e/7dttz7ndiyoj https://jav.guru/searcho/?xr=376474747a376e6469796f6a   embed 2026-08-30 17:25:31 2026-08-30 17:25:31 javguru https://javclan.com/e/7dttz7ndiyoj
9242 v_0weiz javguru https://jav.guru/799166/mida-385-no-script-at-all-after-a-month-of-abstinence-we-tease-momota-mitsuki-with-edging-to-heighten-her-sensitivity-for-an-ultimate-beastly/ https://turbovidhls.com/t/6903b6bf789ff https://jav.guru/searcho/?ur=36393033623662663738396666 https://cdn3.turboviplay.com/data3/690393853f7b9/690393853f7b9.m3u8 m3u8 2026-08-30 17:25:31 2026-08-30 17:25:31 javguru https://turbovidhls.com/t/6903b6bf789ff
9243 v_0weiz javguru https://jav.guru/799166/mida-385-no-script-at-all-after-a-month-of-abstinence-we-tease-momota-mitsuki-with-edging-to-heighten-her-sensitivity-for-an-ultimate-beastly/ https://tracylocalschool.com/e/30ogbt7omhag https://jav.guru/searcho/?tr=33306f676274376f6d686167   embed 2026-08-30 17:25:31 2026-08-30 17:25:31 javguru https://tracylocalschool.com/e/30ogbt7omhag
9244 v_0weiz javguru https://jav.guru/799166/mida-385-no-script-at-all-after-a-month-of-abstinence-we-tease-momota-mitsuki-with-edging-to-heighten-her-sensitivity-for-an-ultimate-beastly/ https://streamhihi.com/e/jgrs56w8x60u https://jav.guru/searcho/?er=652f6a6772733536773878363075   embed 2026-08-30 17:25:31 2026-08-30 17:25:31 javguru https://streamhihi.com/e/jgrs56w8x60u
9245 v_0weiz javguru https://jav.guru/799166/mida-385-no-script-at-all-after-a-month-of-abstinence-we-tease-momota-mitsuki-with-edging-to-heighten-her-sensitivity-for-an-ultimate-beastly/ https://vide0.net/e/qemwlymskezg https://jav.guru/searcho/?hr=71656d776c796d736b657a67   embed 2026-08-30 17:25:31 2026-08-30 17:25:31 javguru https://vide0.net/e/qemwlymskezg
9246 v_0weiz javguru https://jav.guru/799166/mida-385-no-script-at-all-after-a-month-of-abstinence-we-tease-momota-mitsuki-with-edging-to-heighten-her-sensitivity-for-an-ultimate-beastly/ https://maxstream.org/embed-tivgijtazopr.html https://jav.guru/searcho/?or=656d6265642d74697667696a74617a6f70722e68746d6c   embed 2026-08-30 17:25:31 2026-08-30 17:25:31 javguru https://maxstream.org/embed-tivgijtazopr.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.738ms