home / media

streams

6 rows where v_uid = "v_eqjeb"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2253 v_eqjeb javguru https://jav.guru/785273/hunta-985-one-hour-of-love-just-for-today-i-want-to-enjoy-it-to-the-fullest-today-please-lets-go-at-it-hard-a-surge-of-young-wives-seeking-a-one-time-no-strings-attached-sex-experi/ https://javclan.com/e/151nszppqt3w https://jav.guru/searcho/?xr=3135316e737a707071743377   embed 2026-08-30 14:09:13 2026-08-30 14:09:13 javguru https://javclan.com/e/151nszppqt3w
2254 v_eqjeb javguru https://jav.guru/785273/hunta-985-one-hour-of-love-just-for-today-i-want-to-enjoy-it-to-the-fullest-today-please-lets-go-at-it-hard-a-surge-of-young-wives-seeking-a-one-time-no-strings-attached-sex-experi/ https://turbovidhls.com/t/68eaa212de39b https://jav.guru/searcho/?ur=36386561613231326465333962   embed 2026-08-30 14:09:13 2026-08-30 14:09:13 javguru https://turbovidhls.com/t/68eaa212de39b
2255 v_eqjeb javguru https://jav.guru/785273/hunta-985-one-hour-of-love-just-for-today-i-want-to-enjoy-it-to-the-fullest-today-please-lets-go-at-it-hard-a-surge-of-young-wives-seeking-a-one-time-no-strings-attached-sex-experi/ https://tracylocalschool.com/e/ijehb3wmcqax https://jav.guru/searcho/?tr=696a65686233776d63716178   embed 2026-08-30 14:09:13 2026-08-30 14:09:13 javguru https://tracylocalschool.com/e/ijehb3wmcqax
2256 v_eqjeb javguru https://jav.guru/785273/hunta-985-one-hour-of-love-just-for-today-i-want-to-enjoy-it-to-the-fullest-today-please-lets-go-at-it-hard-a-surge-of-young-wives-seeking-a-one-time-no-strings-attached-sex-experi/ https://streamhihi.com/e/a5iebzzqrxmm https://jav.guru/searcho/?er=652f61356965627a7a7172786d6d   embed 2026-08-30 14:09:13 2026-08-30 14:09:13 javguru https://streamhihi.com/e/a5iebzzqrxmm
2257 v_eqjeb javguru https://jav.guru/785273/hunta-985-one-hour-of-love-just-for-today-i-want-to-enjoy-it-to-the-fullest-today-please-lets-go-at-it-hard-a-surge-of-young-wives-seeking-a-one-time-no-strings-attached-sex-experi/ https://vide0.net/e/lmvdvcbhuvej https://jav.guru/searcho/?hr=6c6d7664766362687576656a   embed 2026-08-30 14:09:13 2026-08-30 14:09:13 javguru https://vide0.net/e/lmvdvcbhuvej
2258 v_eqjeb javguru https://jav.guru/785273/hunta-985-one-hour-of-love-just-for-today-i-want-to-enjoy-it-to-the-fullest-today-please-lets-go-at-it-hard-a-surge-of-young-wives-seeking-a-one-time-no-strings-attached-sex-experi/ https://maxstream.org/embed-8don6yxd5hld.html https://jav.guru/searcho/?or=656d6265642d38646f6e3679786435686c642e68746d6c   embed 2026-08-30 14:09:13 2026-08-30 14:09:13 javguru https://maxstream.org/embed-8don6yxd5hld.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 5.048ms