home / media

streams

6 rows where v_uid = "v_0epcv"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5535 v_0epcv javguru https://jav.guru/790761/prmj-337-intense-mature-woman-riding-a-four-hour-session-of-heavy-creampie-in-the-thick-fiery-lewd-aunts/ https://javclan.com/e/wzobu2jwf0io https://jav.guru/searcho/?xr=777a6f6275326a776630696f   embed 2026-08-30 14:40:41 2026-08-30 14:40:41 javguru https://javclan.com/e/wzobu2jwf0io
5536 v_0epcv javguru https://jav.guru/790761/prmj-337-intense-mature-woman-riding-a-four-hour-session-of-heavy-creampie-in-the-thick-fiery-lewd-aunts/ https://turbovidhls.com/t/68f3d54e230a2 https://jav.guru/searcho/?ur=36386633643534653233306132   embed 2026-08-30 14:40:41 2026-08-30 14:40:41 javguru https://turbovidhls.com/t/68f3d54e230a2
5537 v_0epcv javguru https://jav.guru/790761/prmj-337-intense-mature-woman-riding-a-four-hour-session-of-heavy-creampie-in-the-thick-fiery-lewd-aunts/ https://tracylocalschool.com/e/q0o52wyygpzt https://jav.guru/searcho/?tr=71306f353277797967707a74   embed 2026-08-30 14:40:41 2026-08-30 14:40:41 javguru https://tracylocalschool.com/e/q0o52wyygpzt
5538 v_0epcv javguru https://jav.guru/790761/prmj-337-intense-mature-woman-riding-a-four-hour-session-of-heavy-creampie-in-the-thick-fiery-lewd-aunts/ https://streamhihi.com/e/k8k9zvisl95b https://jav.guru/searcho/?er=652f6b386b397a7669736c393562   embed 2026-08-30 14:40:41 2026-08-30 14:40:41 javguru https://streamhihi.com/e/k8k9zvisl95b
5539 v_0epcv javguru https://jav.guru/790761/prmj-337-intense-mature-woman-riding-a-four-hour-session-of-heavy-creampie-in-the-thick-fiery-lewd-aunts/ https://vide0.net/e/ciisq22uyxqo https://jav.guru/searcho/?hr=63696973713232757978716f   embed 2026-08-30 14:40:41 2026-08-30 14:40:41 javguru https://vide0.net/e/ciisq22uyxqo
5540 v_0epcv javguru https://jav.guru/790761/prmj-337-intense-mature-woman-riding-a-four-hour-session-of-heavy-creampie-in-the-thick-fiery-lewd-aunts/ https://maxstream.org/embed-iyg7ervi3kxy.html https://jav.guru/searcho/?or=656d6265642d6979673765727669336b78792e68746d6c   embed 2026-08-30 14:40:41 2026-08-30 14:40:41 javguru https://maxstream.org/embed-iyg7ervi3kxy.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.466ms