home / media

streams

6 rows where v_uid = "v_2ef04"

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
473 v_2ef04 javguru https://jav.guru/788331/miae-280-after-drinking-tea-with-diuretics-an-ol-who-came-to-my-home-for-complaint-handling-couldnt-endure-a-long-lecture-and-punishment-sexual-harassment-leading-to-an-involuntary/ https://javclan.com/e/1rcqrrqoeiqt https://jav.guru/searcho/?xr=317263717272716f65697174   embed 2026-08-30 09:54:26 2026-08-30 09:54:26 javguru https://javclan.com/e/1rcqrrqoeiqt
474 v_2ef04 javguru https://jav.guru/788331/miae-280-after-drinking-tea-with-diuretics-an-ol-who-came-to-my-home-for-complaint-handling-couldnt-endure-a-long-lecture-and-punishment-sexual-harassment-leading-to-an-involuntary/ https://turbovidhls.com/t/68ee13db5976b https://jav.guru/searcho/?ur=36386565313364623539373662 https://cdn3.turboviplay.com/data/668beb0b3c841/668beb0b3c841.m3u8 m3u8 2026-08-30 09:54:26 2026-08-30 09:54:26 javguru https://turbovidhls.com/t/68ee13db5976b
475 v_2ef04 javguru https://jav.guru/788331/miae-280-after-drinking-tea-with-diuretics-an-ol-who-came-to-my-home-for-complaint-handling-couldnt-endure-a-long-lecture-and-punishment-sexual-harassment-leading-to-an-involuntary/ https://tracylocalschool.com/e/nfmhvlwz9lyz https://jav.guru/searcho/?tr=6e666d68766c777a396c797a   embed 2026-08-30 09:54:26 2026-08-30 09:54:26 javguru https://tracylocalschool.com/e/nfmhvlwz9lyz
476 v_2ef04 javguru https://jav.guru/788331/miae-280-after-drinking-tea-with-diuretics-an-ol-who-came-to-my-home-for-complaint-handling-couldnt-endure-a-long-lecture-and-punishment-sexual-harassment-leading-to-an-involuntary/ https://streamhihi.com/e/jl9vzgwz6je8 https://jav.guru/searcho/?er=652f6a6c39767a67777a366a6538   embed 2026-08-30 09:54:26 2026-08-30 09:54:26 javguru https://streamhihi.com/e/jl9vzgwz6je8
477 v_2ef04 javguru https://jav.guru/788331/miae-280-after-drinking-tea-with-diuretics-an-ol-who-came-to-my-home-for-complaint-handling-couldnt-endure-a-long-lecture-and-punishment-sexual-harassment-leading-to-an-involuntary/ https://vide0.net/e/rpf60dnytje0 https://jav.guru/searcho/?hr=7270663630646e79746a6530   embed 2026-08-30 09:54:26 2026-08-30 09:54:26 javguru https://vide0.net/e/rpf60dnytje0
478 v_2ef04 javguru https://jav.guru/788331/miae-280-after-drinking-tea-with-diuretics-an-ol-who-came-to-my-home-for-complaint-handling-couldnt-endure-a-long-lecture-and-punishment-sexual-harassment-leading-to-an-involuntary/ https://maxstream.org/embed-ss8xjdx0eman.html https://jav.guru/searcho/?or=656d6265642d737338786a647830656d616e2e68746d6c   embed 2026-08-30 09:54:26 2026-08-30 09:54:26 javguru https://maxstream.org/embed-ss8xjdx0eman.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.568ms