home / media

streams

6 rows where v_uid = "v_1gam3"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5118 v_1gam3 javguru https://jav.guru/791286/cou-010-the-aunt-selling-onaholes-super-large-set-of-two/ https://javclan.com/e/4eapvooaf7a0 https://jav.guru/searcho/?xr=34656170766f6f6166376130   embed 2026-08-30 14:36:56 2026-08-30 14:36:56 javguru https://javclan.com/e/4eapvooaf7a0
5119 v_1gam3 javguru https://jav.guru/791286/cou-010-the-aunt-selling-onaholes-super-large-set-of-two/ https://turbovidhls.com/t/68f531ef298ca https://jav.guru/searcho/?ur=36386635333165663239386361   embed 2026-08-30 14:36:56 2026-08-30 14:36:56 javguru https://turbovidhls.com/t/68f531ef298ca
5120 v_1gam3 javguru https://jav.guru/791286/cou-010-the-aunt-selling-onaholes-super-large-set-of-two/ https://tracylocalschool.com/e/eqvsorxtvpla https://jav.guru/searcho/?tr=657176736f72787476706c61   embed 2026-08-30 14:36:56 2026-08-30 14:36:56 javguru https://tracylocalschool.com/e/eqvsorxtvpla
5121 v_1gam3 javguru https://jav.guru/791286/cou-010-the-aunt-selling-onaholes-super-large-set-of-two/ https://streamhihi.com/e/uwsnk3qxff6m https://jav.guru/searcho/?er=652f7577736e6b3371786666366d   embed 2026-08-30 14:36:56 2026-08-30 14:36:56 javguru https://streamhihi.com/e/uwsnk3qxff6m
5122 v_1gam3 javguru https://jav.guru/791286/cou-010-the-aunt-selling-onaholes-super-large-set-of-two/ https://vide0.net/e/4xf089l7pjho https://jav.guru/searcho/?hr=3478663038396c37706a686f   embed 2026-08-30 14:36:56 2026-08-30 14:36:56 javguru https://vide0.net/e/4xf089l7pjho
5123 v_1gam3 javguru https://jav.guru/791286/cou-010-the-aunt-selling-onaholes-super-large-set-of-two/ https://maxstream.org/embed-6txm2tr9gmqc.html https://jav.guru/searcho/?or=656d6265642d3674786d32747239676d71632e68746d6c   embed 2026-08-30 14:36:56 2026-08-30 14:36:56 javguru https://maxstream.org/embed-6txm2tr9gmqc.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.384ms