home / media

streams

6 rows where v_uid = "v_2t1nn"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2637 v_2t1nn javguru https://jav.guru/784750/rvg-246-intense-piston-action-with-a-huge-cock-drives-a-mans-anus-wild-newhalf-reverse-anal/ https://javclan.com/e/l88jss0n2mol https://jav.guru/searcho/?xr=6c38386a7373306e326d6f6c   embed 2026-08-30 14:12:09 2026-08-30 14:12:09 javguru https://javclan.com/e/l88jss0n2mol
2638 v_2t1nn javguru https://jav.guru/784750/rvg-246-intense-piston-action-with-a-huge-cock-drives-a-mans-anus-wild-newhalf-reverse-anal/ https://turbovidhls.com/t/68e972a415b5c https://jav.guru/searcho/?ur=36386539373261343135623563   embed 2026-08-30 14:12:09 2026-08-30 14:12:09 javguru https://turbovidhls.com/t/68e972a415b5c
2639 v_2t1nn javguru https://jav.guru/784750/rvg-246-intense-piston-action-with-a-huge-cock-drives-a-mans-anus-wild-newhalf-reverse-anal/ https://tracylocalschool.com/e/zxonwklldu4b https://jav.guru/searcho/?tr=7a786f6e776b6c6c64753462   embed 2026-08-30 14:12:09 2026-08-30 14:12:09 javguru https://tracylocalschool.com/e/zxonwklldu4b
2640 v_2t1nn javguru https://jav.guru/784750/rvg-246-intense-piston-action-with-a-huge-cock-drives-a-mans-anus-wild-newhalf-reverse-anal/ https://streamhihi.com/e/3kohdbb18sgw https://jav.guru/searcho/?er=652f336b6f686462623138736777   embed 2026-08-30 14:12:09 2026-08-30 14:12:09 javguru https://streamhihi.com/e/3kohdbb18sgw
2641 v_2t1nn javguru https://jav.guru/784750/rvg-246-intense-piston-action-with-a-huge-cock-drives-a-mans-anus-wild-newhalf-reverse-anal/ https://vide0.net/e/fehjq90s4anh https://jav.guru/searcho/?hr=6665686a7139307334616e68   embed 2026-08-30 14:12:09 2026-08-30 14:12:09 javguru https://vide0.net/e/fehjq90s4anh
2642 v_2t1nn javguru https://jav.guru/784750/rvg-246-intense-piston-action-with-a-huge-cock-drives-a-mans-anus-wild-newhalf-reverse-anal/ https://maxstream.org/embed-aon0sxl35k2j.html https://jav.guru/searcho/?or=656d6265642d616f6e3073786c33356b326a2e68746d6c   embed 2026-08-30 14:12:09 2026-08-30 14:12:09 javguru https://maxstream.org/embed-aon0sxl35k2j.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.001ms