home / media

streams

4 rows where v_uid = "v_62eup"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1512 v_62eup javguru https://jav.guru/212853/ibw-880z-short-beautiful-young-lady-indecent-video-collection-4hours/ https://javclan.com/e/v5f93zlwbsqx https://jav.guru/searcho/?xr=76356639337a6c7762737178   embed 2026-08-30 14:02:43 2026-08-30 14:02:43 javguru https://javclan.com/e/v5f93zlwbsqx
1513 v_62eup javguru https://jav.guru/212853/ibw-880z-short-beautiful-young-lady-indecent-video-collection-4hours/ https://streamhihi.com/e/wffk310e9yvx https://jav.guru/searcho/?er=652f7766666b3331306539797678   embed 2026-08-30 14:02:43 2026-08-30 14:02:43 javguru https://streamhihi.com/e/wffk310e9yvx
1514 v_62eup javguru https://jav.guru/212853/ibw-880z-short-beautiful-young-lady-indecent-video-collection-4hours/ https://vide0.net/e/afotflu5g568 https://jav.guru/searcho/?hr=61666f74666c753567353638   embed 2026-08-30 14:02:43 2026-08-30 14:02:43 javguru https://vide0.net/e/afotflu5g568
1515 v_62eup javguru https://jav.guru/212853/ibw-880z-short-beautiful-young-lady-indecent-video-collection-4hours/ https://maxstream.org/embed-smkatzqnwtsp.html https://jav.guru/searcho/?or=656d6265642d736d6b61747a716e777473702e68746d6c   embed 2026-08-30 14:02:43 2026-08-30 14:02:43 javguru https://maxstream.org/embed-smkatzqnwtsp.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.439ms