home / media

streams

4 rows where v_uid = "v_03mpl"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
6737 v_03mpl javguru https://jav.guru/391340/ebwh-109-shes-considerate-flattering-and-never-tells-anyone-the-secretary-of-my-clients-company-is-the-perfect-mistress-who-drives-me-crazy-miyamoto/ https://javclan.com/e/gyxegnrdw7ho https://jav.guru/searcho/?xr=67797865676e72647737686f   embed 2026-08-30 14:53:26 2026-08-30 14:53:26 javguru https://javclan.com/e/gyxegnrdw7ho
6738 v_03mpl javguru https://jav.guru/391340/ebwh-109-shes-considerate-flattering-and-never-tells-anyone-the-secretary-of-my-clients-company-is-the-perfect-mistress-who-drives-me-crazy-miyamoto/ https://oppainet.net/embed/0NWd3NcLsR9Og1y https://jav.guru/searcho/?gr=304e5764334e634c7352394f673179   embed 2026-08-30 14:53:26 2026-08-30 14:53:26 javguru https://oppainet.net/embed/0NWd3NcLsR9Og1y
6739 v_03mpl javguru https://jav.guru/391340/ebwh-109-shes-considerate-flattering-and-never-tells-anyone-the-secretary-of-my-clients-company-is-the-perfect-mistress-who-drives-me-crazy-miyamoto/ https://vide0.net/e/g1dmfqkglj2q https://jav.guru/searcho/?hr=6731646d66716b676c6a3271   embed 2026-08-30 14:53:26 2026-08-30 14:53:26 javguru https://vide0.net/e/g1dmfqkglj2q
6740 v_03mpl javguru https://jav.guru/391340/ebwh-109-shes-considerate-flattering-and-never-tells-anyone-the-secretary-of-my-clients-company-is-the-perfect-mistress-who-drives-me-crazy-miyamoto/ https://maxstream.org/embed-sh5eetv1mwl9.html https://jav.guru/searcho/?or=656d6265642d73683565657476316d776c392e68746d6c   embed 2026-08-30 14:53:26 2026-08-30 14:53:26 javguru https://maxstream.org/embed-sh5eetv1mwl9.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.897ms