home / media

streams

6 rows where v_uid = "v_c7m1p"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1395 v_c7m1p javguru https://jav.guru/785488/ktra-745-four-hours-of-creampie-with-a-little-devilish-beautiful/ https://javclan.com/e/94q2uaiidxxm https://jav.guru/searcho/?xr=39347132756169696478786d   embed 2026-08-30 14:01:37 2026-08-30 14:01:37 javguru https://javclan.com/e/94q2uaiidxxm
1396 v_c7m1p javguru https://jav.guru/785488/ktra-745-four-hours-of-creampie-with-a-little-devilish-beautiful/ https://turbovidhls.com/t/68ebfcd1e4726 https://jav.guru/searcho/?ur=36386562666364316534373236   embed 2026-08-30 14:01:37 2026-08-30 14:01:37 javguru https://turbovidhls.com/t/68ebfcd1e4726
1397 v_c7m1p javguru https://jav.guru/785488/ktra-745-four-hours-of-creampie-with-a-little-devilish-beautiful/ https://tracylocalschool.com/e/92ozcektfpas https://jav.guru/searcho/?tr=39326f7a63656b7466706173   embed 2026-08-30 14:01:37 2026-08-30 14:01:37 javguru https://tracylocalschool.com/e/92ozcektfpas
1398 v_c7m1p javguru https://jav.guru/785488/ktra-745-four-hours-of-creampie-with-a-little-devilish-beautiful/ https://streamhihi.com/e/c5z0s2911xg9 https://jav.guru/searcho/?er=652f63357a307332393131786739   embed 2026-08-30 14:01:37 2026-08-30 14:01:37 javguru https://streamhihi.com/e/c5z0s2911xg9
1399 v_c7m1p javguru https://jav.guru/785488/ktra-745-four-hours-of-creampie-with-a-little-devilish-beautiful/ https://vide0.net/e/9ooj8i9vkplk https://jav.guru/searcho/?hr=396f6f6a386939766b706c6b   embed 2026-08-30 14:01:37 2026-08-30 14:01:37 javguru https://vide0.net/e/9ooj8i9vkplk
1400 v_c7m1p javguru https://jav.guru/785488/ktra-745-four-hours-of-creampie-with-a-little-devilish-beautiful/ https://maxstream.org/embed-bd5i3k6khak0.html https://jav.guru/searcho/?or=656d6265642d62643569336b366b68616b302e68746d6c   embed 2026-08-30 14:01:37 2026-08-30 14:01:37 javguru https://maxstream.org/embed-bd5i3k6khak0.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.021ms