home / media

streams

6 rows where v_uid = "v_tti2t"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2649 v_tti2t javguru https://jav.guru/784780/mdbk-391-a-j-style-sugar-daddy-who-makes-you-ejaculate-while-managing-your-arousal-in-a-captivating-absolute/ https://javclan.com/e/nlksuz8t3o76 https://jav.guru/searcho/?xr=6e6c6b73757a3874336f3736   embed 2026-08-30 14:12:14 2026-08-30 14:12:14 javguru https://javclan.com/e/nlksuz8t3o76
2650 v_tti2t javguru https://jav.guru/784780/mdbk-391-a-j-style-sugar-daddy-who-makes-you-ejaculate-while-managing-your-arousal-in-a-captivating-absolute/ https://turbovidhls.com/t/68e963064bc5a https://jav.guru/searcho/?ur=36386539363330363462633561   embed 2026-08-30 14:12:14 2026-08-30 14:12:14 javguru https://turbovidhls.com/t/68e963064bc5a
2651 v_tti2t javguru https://jav.guru/784780/mdbk-391-a-j-style-sugar-daddy-who-makes-you-ejaculate-while-managing-your-arousal-in-a-captivating-absolute/ https://tracylocalschool.com/e/uxvbpm4wsarc https://jav.guru/searcho/?tr=75787662706d347773617263   embed 2026-08-30 14:12:14 2026-08-30 14:12:14 javguru https://tracylocalschool.com/e/uxvbpm4wsarc
2652 v_tti2t javguru https://jav.guru/784780/mdbk-391-a-j-style-sugar-daddy-who-makes-you-ejaculate-while-managing-your-arousal-in-a-captivating-absolute/ https://streamhihi.com/e/yfn9ztqayngz https://jav.guru/searcho/?er=652f79666e397a747161796e677a   embed 2026-08-30 14:12:14 2026-08-30 14:12:14 javguru https://streamhihi.com/e/yfn9ztqayngz
2653 v_tti2t javguru https://jav.guru/784780/mdbk-391-a-j-style-sugar-daddy-who-makes-you-ejaculate-while-managing-your-arousal-in-a-captivating-absolute/ https://vide0.net/e/evwx185ncbu1 https://jav.guru/searcho/?hr=657677783138356e63627531   embed 2026-08-30 14:12:14 2026-08-30 14:12:14 javguru https://vide0.net/e/evwx185ncbu1
2654 v_tti2t javguru https://jav.guru/784780/mdbk-391-a-j-style-sugar-daddy-who-makes-you-ejaculate-while-managing-your-arousal-in-a-captivating-absolute/ https://maxstream.org/embed-oug14k1ybov7.html https://jav.guru/searcho/?or=656d6265642d6f756731346b3179626f76372e68746d6c   embed 2026-08-30 14:12:14 2026-08-30 14:12:14 javguru https://maxstream.org/embed-oug14k1ybov7.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.329ms