home / media

streams

4 rows where v_uid = "v_ydkd0"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2898 v_ydkd0 javguru https://jav.guru/383907/pppe-220-what-are-you-trying-to-do-with-an-older-woman-like-me-a-busty-married-womansuccumbs-to-madness-in-an-affair-with-a-significant-age-difference-takeda/ https://javclan.com/e/052f1ohi45rj https://jav.guru/searcho/?xr=30353266316f68693435726a   embed 2026-08-30 14:14:18 2026-08-30 14:14:18 javguru https://javclan.com/e/052f1ohi45rj
2899 v_ydkd0 javguru https://jav.guru/383907/pppe-220-what-are-you-trying-to-do-with-an-older-woman-like-me-a-busty-married-womansuccumbs-to-madness-in-an-affair-with-a-significant-age-difference-takeda/ https://oppainet.net/embed/hTUqiN1VPbHZLrE https://jav.guru/searcho/?gr=68545571694e31565062485a4c7245   embed 2026-08-30 14:14:18 2026-08-30 14:14:18 javguru https://oppainet.net/embed/hTUqiN1VPbHZLrE
2900 v_ydkd0 javguru https://jav.guru/383907/pppe-220-what-are-you-trying-to-do-with-an-older-woman-like-me-a-busty-married-womansuccumbs-to-madness-in-an-affair-with-a-significant-age-difference-takeda/ https://vide0.net/e/3hh11sgihh30 https://jav.guru/searcho/?hr=336868313173676968683330   embed 2026-08-30 14:14:18 2026-08-30 14:14:18 javguru https://vide0.net/e/3hh11sgihh30
2901 v_ydkd0 javguru https://jav.guru/383907/pppe-220-what-are-you-trying-to-do-with-an-older-woman-like-me-a-busty-married-womansuccumbs-to-madness-in-an-affair-with-a-significant-age-difference-takeda/ https://maxstream.org/embed-2uykh3krcitv.html https://jav.guru/searcho/?or=656d6265642d3275796b68336b72636974762e68746d6c   embed 2026-08-30 14:14:18 2026-08-30 14:14:18 javguru https://maxstream.org/embed-2uykh3krcitv.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.806ms