home / media

streams

6 rows where v_uid = "v_tdly1"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2547 v_tdly1 javguru https://jav.guru/784738/tpin-097-dont-miss-the-entrancing-erotic-faces-a-collection-of-10-married-women-getting-aroused-while-watching-a-carefully-curated-solo-masturbation/ https://javclan.com/e/ob4agu7fjdjo https://jav.guru/searcho/?xr=6f623461677537666a646a6f   embed 2026-08-30 14:11:27 2026-08-30 14:11:27 javguru https://javclan.com/e/ob4agu7fjdjo
2548 v_tdly1 javguru https://jav.guru/784738/tpin-097-dont-miss-the-entrancing-erotic-faces-a-collection-of-10-married-women-getting-aroused-while-watching-a-carefully-curated-solo-masturbation/ https://turbovidhls.com/t/68e97772dfac8 https://jav.guru/searcho/?ur=36386539373737326466616338   embed 2026-08-30 14:11:27 2026-08-30 14:11:27 javguru https://turbovidhls.com/t/68e97772dfac8
2549 v_tdly1 javguru https://jav.guru/784738/tpin-097-dont-miss-the-entrancing-erotic-faces-a-collection-of-10-married-women-getting-aroused-while-watching-a-carefully-curated-solo-masturbation/ https://tracylocalschool.com/e/oryxk7w4g0a8 https://jav.guru/searcho/?tr=6f7279786b37773467306138   embed 2026-08-30 14:11:27 2026-08-30 14:11:27 javguru https://tracylocalschool.com/e/oryxk7w4g0a8
2550 v_tdly1 javguru https://jav.guru/784738/tpin-097-dont-miss-the-entrancing-erotic-faces-a-collection-of-10-married-women-getting-aroused-while-watching-a-carefully-curated-solo-masturbation/ https://streamhihi.com/e/7r9cm0384s95 https://jav.guru/searcho/?er=652f377239636d30333834733935   embed 2026-08-30 14:11:27 2026-08-30 14:11:27 javguru https://streamhihi.com/e/7r9cm0384s95
2551 v_tdly1 javguru https://jav.guru/784738/tpin-097-dont-miss-the-entrancing-erotic-faces-a-collection-of-10-married-women-getting-aroused-while-watching-a-carefully-curated-solo-masturbation/ https://vide0.net/e/x61ap7rxm59m https://jav.guru/searcho/?hr=78363161703772786d35396d   embed 2026-08-30 14:11:27 2026-08-30 14:11:27 javguru https://vide0.net/e/x61ap7rxm59m
2552 v_tdly1 javguru https://jav.guru/784738/tpin-097-dont-miss-the-entrancing-erotic-faces-a-collection-of-10-married-women-getting-aroused-while-watching-a-carefully-curated-solo-masturbation/ https://maxstream.org/embed-68mqqhqaa0iq.html https://jav.guru/searcho/?or=656d6265642d36386d7171687161613069712e68746d6c   embed 2026-08-30 14:11:27 2026-08-30 14:11:27 javguru https://maxstream.org/embed-68mqqhqaa0iq.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.902ms