home / media

streams

6 rows where v_uid = "v_egcan"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2206 v_egcan javguru https://jav.guru/785261/ienf-311-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-masturbation-21/ https://javclan.com/e/9itb8sucb56c https://jav.guru/searcho/?xr=396974623873756362353663   embed 2026-08-30 14:08:50 2026-08-30 14:08:50 javguru https://javclan.com/e/9itb8sucb56c
2207 v_egcan javguru https://jav.guru/785261/ienf-311-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-masturbation-21/ https://turbovidhls.com/t/68eaa6813ecbb https://jav.guru/searcho/?ur=36386561613638313365636262   embed 2026-08-30 14:08:50 2026-08-30 14:08:50 javguru https://turbovidhls.com/t/68eaa6813ecbb
2208 v_egcan javguru https://jav.guru/785261/ienf-311-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-masturbation-21/ https://tracylocalschool.com/e/beh1fqdidpie https://jav.guru/searcho/?tr=626568316671646964706965   embed 2026-08-30 14:08:50 2026-08-30 14:08:50 javguru https://tracylocalschool.com/e/beh1fqdidpie
2209 v_egcan javguru https://jav.guru/785261/ienf-311-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-masturbation-21/ https://streamhihi.com/e/1jj6ovgl4djo https://jav.guru/searcho/?er=652f316a6a366f76676c34646a6f   embed 2026-08-30 14:08:50 2026-08-30 14:08:50 javguru https://streamhihi.com/e/1jj6ovgl4djo
2210 v_egcan javguru https://jav.guru/785261/ienf-311-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-masturbation-21/ https://vide0.net/e/u83g2x9lbrsr https://jav.guru/searcho/?hr=753833673278396c62727372   embed 2026-08-30 14:08:50 2026-08-30 14:08:50 javguru https://vide0.net/e/u83g2x9lbrsr
2211 v_egcan javguru https://jav.guru/785261/ienf-311-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-masturbation-21/ https://maxstream.org/embed-7fdutn8sahot.html https://jav.guru/searcho/?or=656d6265642d37666475746e387361686f742e68746d6c   embed 2026-08-30 14:08:50 2026-08-30 14:08:50 javguru https://maxstream.org/embed-7fdutn8sahot.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.119ms