home / media

streams

4 rows where v_uid = "v_i2ruh"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1251 v_i2ruh javguru https://jav.guru/384941/aege-030-throat-destruction-deep-throat-vomit-covered-yuria-yoshine/ https://javclan.com/e/6zw37ohk0xmw https://jav.guru/searcho/?xr=367a7733376f686b30786d77   embed 2026-08-30 10:01:20 2026-08-30 10:01:20 javguru https://javclan.com/e/6zw37ohk0xmw
1252 v_i2ruh javguru https://jav.guru/384941/aege-030-throat-destruction-deep-throat-vomit-covered-yuria-yoshine/ https://oppainet.net/embed/rtZ6hwwJKVwvG0X https://jav.guru/searcho/?gr=72745a366877774a4b567776473058   embed 2026-08-30 10:01:20 2026-08-30 10:01:20 javguru https://oppainet.net/embed/rtZ6hwwJKVwvG0X
1253 v_i2ruh javguru https://jav.guru/384941/aege-030-throat-destruction-deep-throat-vomit-covered-yuria-yoshine/ https://vide0.net/e/f8tr4ciu65i9 https://jav.guru/searcho/?hr=663874723463697536356939   embed 2026-08-30 10:01:20 2026-08-30 10:01:20 javguru https://vide0.net/e/f8tr4ciu65i9
1254 v_i2ruh javguru https://jav.guru/384941/aege-030-throat-destruction-deep-throat-vomit-covered-yuria-yoshine/ https://maxstream.org/embed-ka78nlct3s8o.html https://jav.guru/searcho/?or=656d6265642d6b6137386e6c63743373386f2e68746d6c   embed 2026-08-30 10:01:20 2026-08-30 10:01:20 javguru https://maxstream.org/embed-ka78nlct3s8o.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.599ms