home / media

streams

6 rows where v_uid = "v_aq8ht"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2781 v_aq8ht javguru https://jav.guru/784765/nask-304-womens-athlete-spartan-agony-championship-match/ https://javclan.com/e/uhenjnojp58y https://jav.guru/searcho/?xr=7568656e6a6e6f6a70353879   embed 2026-08-30 14:13:20 2026-08-30 14:13:20 javguru https://javclan.com/e/uhenjnojp58y
2782 v_aq8ht javguru https://jav.guru/784765/nask-304-womens-athlete-spartan-agony-championship-match/ https://turbovidhls.com/t/68e96b251009b https://jav.guru/searcho/?ur=36386539366232353130303962   embed 2026-08-30 14:13:20 2026-08-30 14:13:20 javguru https://turbovidhls.com/t/68e96b251009b
2783 v_aq8ht javguru https://jav.guru/784765/nask-304-womens-athlete-spartan-agony-championship-match/ https://tracylocalschool.com/e/zfk2juncdchq https://jav.guru/searcho/?tr=7a666b326a756e6364636871   embed 2026-08-30 14:13:20 2026-08-30 14:13:20 javguru https://tracylocalschool.com/e/zfk2juncdchq
2784 v_aq8ht javguru https://jav.guru/784765/nask-304-womens-athlete-spartan-agony-championship-match/ https://streamhihi.com/e/03sft1dsj8fm https://jav.guru/searcho/?er=652f30337366743164736a38666d   embed 2026-08-30 14:13:20 2026-08-30 14:13:20 javguru https://streamhihi.com/e/03sft1dsj8fm
2785 v_aq8ht javguru https://jav.guru/784765/nask-304-womens-athlete-spartan-agony-championship-match/ https://vide0.net/e/i9ybgu6uddvw https://jav.guru/searcho/?hr=693979626775367564647677   embed 2026-08-30 14:13:20 2026-08-30 14:13:20 javguru https://vide0.net/e/i9ybgu6uddvw
2786 v_aq8ht javguru https://jav.guru/784765/nask-304-womens-athlete-spartan-agony-championship-match/ https://maxstream.org/embed-arkqxuj1np7m.html https://jav.guru/searcho/?or=656d6265642d61726b7178756a316e70376d2e68746d6c   embed 2026-08-30 14:13:20 2026-08-30 14:13:20 javguru https://maxstream.org/embed-arkqxuj1np7m.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.935ms