home / media

streams

6 rows where v_uid = "v_a4tw6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1145 v_a4tw6 javguru https://jav.guru/787729/mbr-aa321-kotone-suzuhara-the-sparkling-introverted-suzuhara-chan/ https://javclan.com/e/ldvwxrk1yzoa https://jav.guru/searcho/?xr=6c64767778726b31797a6f61   embed 2026-08-30 10:00:27 2026-08-30 10:00:27 javguru https://javclan.com/e/ldvwxrk1yzoa
1146 v_a4tw6 javguru https://jav.guru/787729/mbr-aa321-kotone-suzuhara-the-sparkling-introverted-suzuhara-chan/ https://turbovidhls.com/t/68ed40f086bbe https://jav.guru/searcho/?ur=36386564343066303836626265 https://cdn3.turboviplay.com/data3/68ed40f086bbe/68ed40f086bbe.m3u8 m3u8 2026-08-30 10:00:27 2026-08-30 10:00:27 javguru https://turbovidhls.com/t/68ed40f086bbe
1147 v_a4tw6 javguru https://jav.guru/787729/mbr-aa321-kotone-suzuhara-the-sparkling-introverted-suzuhara-chan/ https://tracylocalschool.com/e/rbbbyhsxihwi https://jav.guru/searcho/?tr=726262627968737869687769   embed 2026-08-30 10:00:27 2026-08-30 10:00:27 javguru https://tracylocalschool.com/e/rbbbyhsxihwi
1148 v_a4tw6 javguru https://jav.guru/787729/mbr-aa321-kotone-suzuhara-the-sparkling-introverted-suzuhara-chan/ https://streamhihi.com/e/gwk2luywqufx https://jav.guru/searcho/?er=652f67776b326c75797771756678   embed 2026-08-30 10:00:27 2026-08-30 10:00:27 javguru https://streamhihi.com/e/gwk2luywqufx
1149 v_a4tw6 javguru https://jav.guru/787729/mbr-aa321-kotone-suzuhara-the-sparkling-introverted-suzuhara-chan/ https://vide0.net/e/3ff1tp0wxryw https://jav.guru/searcho/?hr=336666317470307778727977   embed 2026-08-30 10:00:27 2026-08-30 10:00:27 javguru https://vide0.net/e/3ff1tp0wxryw
1150 v_a4tw6 javguru https://jav.guru/787729/mbr-aa321-kotone-suzuhara-the-sparkling-introverted-suzuhara-chan/ https://maxstream.org/embed-uua9ndk68pjn.html https://jav.guru/searcho/?or=656d6265642d757561396e646b3638706a6e2e68746d6c   embed 2026-08-30 10:00:27 2026-08-30 10:00:27 javguru https://maxstream.org/embed-uua9ndk68pjn.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.007ms