home / media

streams

6 rows where v_uid = "v_qhtd4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2403 v_qhtd4 javguru https://jav.guru/784852/aldn-514-invited-by-my-mother-in-law-at-that-time-tsukino/ https://javclan.com/e/kvvznw16epif https://jav.guru/searcho/?xr=6b76767a6e77313665706966   embed 2026-08-30 14:10:24 2026-08-30 14:10:24 javguru https://javclan.com/e/kvvznw16epif
2404 v_qhtd4 javguru https://jav.guru/784852/aldn-514-invited-by-my-mother-in-law-at-that-time-tsukino/ https://turbovidhls.com/t/68e9502e8e822 https://jav.guru/searcho/?ur=36386539353032653865383232   embed 2026-08-30 14:10:24 2026-08-30 14:10:24 javguru https://turbovidhls.com/t/68e9502e8e822
2405 v_qhtd4 javguru https://jav.guru/784852/aldn-514-invited-by-my-mother-in-law-at-that-time-tsukino/ https://tracylocalschool.com/e/sjdmnvjwe0do https://jav.guru/searcho/?tr=736a646d6e766a776530646f   embed 2026-08-30 14:10:24 2026-08-30 14:10:24 javguru https://tracylocalschool.com/e/sjdmnvjwe0do
2406 v_qhtd4 javguru https://jav.guru/784852/aldn-514-invited-by-my-mother-in-law-at-that-time-tsukino/ https://streamhihi.com/e/0omzn6jkhh2c https://jav.guru/searcho/?er=652f306f6d7a6e366a6b68683263   embed 2026-08-30 14:10:24 2026-08-30 14:10:24 javguru https://streamhihi.com/e/0omzn6jkhh2c
2407 v_qhtd4 javguru https://jav.guru/784852/aldn-514-invited-by-my-mother-in-law-at-that-time-tsukino/ https://vide0.net/e/jw36o2jok8pd https://jav.guru/searcho/?hr=6a7733366f326a6f6b387064   embed 2026-08-30 14:10:24 2026-08-30 14:10:24 javguru https://vide0.net/e/jw36o2jok8pd
2408 v_qhtd4 javguru https://jav.guru/784852/aldn-514-invited-by-my-mother-in-law-at-that-time-tsukino/ https://maxstream.org/embed-raky8zlvvcxv.html https://jav.guru/searcho/?or=656d6265642d72616b79387a6c76766378762e68746d6c   embed 2026-08-30 14:10:24 2026-08-30 14:10:24 javguru https://maxstream.org/embed-raky8zlvvcxv.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.92ms