home / media

streams

6 rows where v_uid = "v_uyg7h"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2841 v_uyg7h javguru https://jav.guru/784770/mmmb-156-sixty-and-fifty-year-old-aunties-intense-and-messy-masturbation/ https://javclan.com/e/jm7mf88qhapq https://jav.guru/searcho/?xr=6a6d376d6638387168617071   embed 2026-08-30 14:13:47 2026-08-30 14:13:47 javguru https://javclan.com/e/jm7mf88qhapq
2842 v_uyg7h javguru https://jav.guru/784770/mmmb-156-sixty-and-fifty-year-old-aunties-intense-and-messy-masturbation/ https://turbovidhls.com/t/68e967b803612 https://jav.guru/searcho/?ur=36386539363762383033363132   embed 2026-08-30 14:13:47 2026-08-30 14:13:47 javguru https://turbovidhls.com/t/68e967b803612
2843 v_uyg7h javguru https://jav.guru/784770/mmmb-156-sixty-and-fifty-year-old-aunties-intense-and-messy-masturbation/ https://tracylocalschool.com/e/fhyzeoba0xpy https://jav.guru/searcho/?tr=6668797a656f626130787079   embed 2026-08-30 14:13:47 2026-08-30 14:13:47 javguru https://tracylocalschool.com/e/fhyzeoba0xpy
2844 v_uyg7h javguru https://jav.guru/784770/mmmb-156-sixty-and-fifty-year-old-aunties-intense-and-messy-masturbation/ https://streamhihi.com/e/omm91g2xchwq https://jav.guru/searcho/?er=652f6f6d6d393167327863687771   embed 2026-08-30 14:13:47 2026-08-30 14:13:47 javguru https://streamhihi.com/e/omm91g2xchwq
2845 v_uyg7h javguru https://jav.guru/784770/mmmb-156-sixty-and-fifty-year-old-aunties-intense-and-messy-masturbation/ https://vide0.net/e/apontsudq1j3 https://jav.guru/searcho/?hr=61706f6e7473756471316a33   embed 2026-08-30 14:13:47 2026-08-30 14:13:47 javguru https://vide0.net/e/apontsudq1j3
2846 v_uyg7h javguru https://jav.guru/784770/mmmb-156-sixty-and-fifty-year-old-aunties-intense-and-messy-masturbation/ https://maxstream.org/embed-75hf9llxnbu2.html https://jav.guru/searcho/?or=656d6265642d37356866396c6c786e6275322e68746d6c   embed 2026-08-30 14:13:47 2026-08-30 14:13:47 javguru https://maxstream.org/embed-75hf9llxnbu2.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.626ms