home / media

streams

6 rows where v_uid = "v_xuexk"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2517 v_xuexk javguru https://jav.guru/784739/timd-022-my-lovers-daughter-a-pure-and-innocent-sensitive-submissive-pet-ase-marisa/ https://javclan.com/e/w78d4xe0h8e9 https://jav.guru/searcho/?xr=773738643478653068386539   embed 2026-08-30 14:11:15 2026-08-30 14:11:15 javguru https://javclan.com/e/w78d4xe0h8e9
2518 v_xuexk javguru https://jav.guru/784739/timd-022-my-lovers-daughter-a-pure-and-innocent-sensitive-submissive-pet-ase-marisa/ https://turbovidhls.com/t/68e9765f3a221 https://jav.guru/searcho/?ur=36386539373635663361323231   embed 2026-08-30 14:11:15 2026-08-30 14:11:15 javguru https://turbovidhls.com/t/68e9765f3a221
2519 v_xuexk javguru https://jav.guru/784739/timd-022-my-lovers-daughter-a-pure-and-innocent-sensitive-submissive-pet-ase-marisa/ https://tracylocalschool.com/e/7ja2awvciqwq https://jav.guru/searcho/?tr=376a61326177766369717771   embed 2026-08-30 14:11:15 2026-08-30 14:11:15 javguru https://tracylocalschool.com/e/7ja2awvciqwq
2520 v_xuexk javguru https://jav.guru/784739/timd-022-my-lovers-daughter-a-pure-and-innocent-sensitive-submissive-pet-ase-marisa/ https://streamhihi.com/e/6kd39z56hl6i https://jav.guru/searcho/?er=652f366b6433397a3536686c3669   embed 2026-08-30 14:11:15 2026-08-30 14:11:15 javguru https://streamhihi.com/e/6kd39z56hl6i
2521 v_xuexk javguru https://jav.guru/784739/timd-022-my-lovers-daughter-a-pure-and-innocent-sensitive-submissive-pet-ase-marisa/ https://vide0.net/e/8hvcz1wfi8np https://jav.guru/searcho/?hr=386876637a31776669386e70   embed 2026-08-30 14:11:15 2026-08-30 14:11:15 javguru https://vide0.net/e/8hvcz1wfi8np
2522 v_xuexk javguru https://jav.guru/784739/timd-022-my-lovers-daughter-a-pure-and-innocent-sensitive-submissive-pet-ase-marisa/ https://maxstream.org/embed-83k5raxkvoiv.html https://jav.guru/searcho/?or=656d6265642d38336b357261786b766f69762e68746d6c   embed 2026-08-30 14:11:15 2026-08-30 14:11:15 javguru https://maxstream.org/embed-83k5raxkvoiv.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.063ms