home / media

streams

4 rows where v_uid = "v_y0dak"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1522 v_y0dak javguru https://jav.guru/384115/midv-759-himaris-super-intense-four-shot-climaxing-journey-with-her-first-teraton-q-cup/ https://javclan.com/e/i7nf33kcyy1o https://jav.guru/searcho/?xr=69376e6633336b637979316f   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://javclan.com/e/i7nf33kcyy1o
1523 v_y0dak javguru https://jav.guru/384115/midv-759-himaris-super-intense-four-shot-climaxing-journey-with-her-first-teraton-q-cup/ https://oppainet.net/embed/RvqnSyxmYWhiToh https://jav.guru/searcho/?gr=5276716e5379786d59576869546f68   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://oppainet.net/embed/RvqnSyxmYWhiToh
1524 v_y0dak javguru https://jav.guru/384115/midv-759-himaris-super-intense-four-shot-climaxing-journey-with-her-first-teraton-q-cup/ https://vide0.net/e/srwx5ge4veso https://jav.guru/searcho/?hr=73727778356765347665736f   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://vide0.net/e/srwx5ge4veso
1525 v_y0dak javguru https://jav.guru/384115/midv-759-himaris-super-intense-four-shot-climaxing-journey-with-her-first-teraton-q-cup/ https://maxstream.org/embed-1rt9dwii9ik9.html https://jav.guru/searcho/?or=656d6265642d317274396477696939696b392e68746d6c   embed 2026-08-30 14:02:50 2026-08-30 14:02:50 javguru https://maxstream.org/embed-1rt9dwii9ik9.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.541ms