home / media

streams

6 rows where v_uid = "v_43esd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2146 v_43esd javguru https://jav.guru/785249/jufd-103-the-seductive-allure-of-a-voluptuous-woman-with-a-big-butt-suzuka-neiro/ https://javclan.com/e/09vr2u5qdhnw https://jav.guru/searcho/?xr=303976723275357164686e77   embed 2026-08-30 14:08:25 2026-08-30 14:08:25 javguru https://javclan.com/e/09vr2u5qdhnw
2147 v_43esd javguru https://jav.guru/785249/jufd-103-the-seductive-allure-of-a-voluptuous-woman-with-a-big-butt-suzuka-neiro/ https://turbovidhls.com/t/68eaab0200d00 https://jav.guru/searcho/?ur=36386561616230323030643030   embed 2026-08-30 14:08:25 2026-08-30 14:08:25 javguru https://turbovidhls.com/t/68eaab0200d00
2148 v_43esd javguru https://jav.guru/785249/jufd-103-the-seductive-allure-of-a-voluptuous-woman-with-a-big-butt-suzuka-neiro/ https://tracylocalschool.com/e/9zvwamxqj3in https://jav.guru/searcho/?tr=397a7677616d78716a33696e   embed 2026-08-30 14:08:25 2026-08-30 14:08:25 javguru https://tracylocalschool.com/e/9zvwamxqj3in
2149 v_43esd javguru https://jav.guru/785249/jufd-103-the-seductive-allure-of-a-voluptuous-woman-with-a-big-butt-suzuka-neiro/ https://streamhihi.com/e/9nkico2zs6kc https://jav.guru/searcho/?er=652f396e6b69636f327a73366b63   embed 2026-08-30 14:08:25 2026-08-30 14:08:25 javguru https://streamhihi.com/e/9nkico2zs6kc
2150 v_43esd javguru https://jav.guru/785249/jufd-103-the-seductive-allure-of-a-voluptuous-woman-with-a-big-butt-suzuka-neiro/ https://vide0.net/e/dff32bomantl https://jav.guru/searcho/?hr=6466663332626f6d616e746c   embed 2026-08-30 14:08:25 2026-08-30 14:08:25 javguru https://vide0.net/e/dff32bomantl
2151 v_43esd javguru https://jav.guru/785249/jufd-103-the-seductive-allure-of-a-voluptuous-woman-with-a-big-butt-suzuka-neiro/ https://maxstream.org/embed-2ii1mp56ijkq.html https://jav.guru/searcho/?or=656d6265642d326969316d703536696a6b712e68746d6c   embed 2026-08-30 14:08:25 2026-08-30 14:08:25 javguru https://maxstream.org/embed-2ii1mp56ijkq.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.9ms