home / media

streams

6 rows where v_uid = "v_1m49w"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5541 v_1m49w javguru https://jav.guru/790314/heyzo-3721-the-most-beautiful-woman-ive-ever-met-amazing-body-incredible-experience-creampie-milan/ https://javclan.com/e/ax34830srtgm https://jav.guru/searcho/?xr=61783334383330737274676d   embed 2026-08-30 14:40:43 2026-08-30 14:40:43 javguru https://javclan.com/e/ax34830srtgm
5542 v_1m49w javguru https://jav.guru/790314/heyzo-3721-the-most-beautiful-woman-ive-ever-met-amazing-body-incredible-experience-creampie-milan/ https://turbovidhls.com/t/68f1d5a720210 https://jav.guru/searcho/?ur=36386631643561373230323130   embed 2026-08-30 14:40:43 2026-08-30 14:40:43 javguru https://turbovidhls.com/t/68f1d5a720210
5543 v_1m49w javguru https://jav.guru/790314/heyzo-3721-the-most-beautiful-woman-ive-ever-met-amazing-body-incredible-experience-creampie-milan/ https://tracylocalschool.com/e/bdqzbwfeu6l3 https://jav.guru/searcho/?tr=6264717a6277666575366c33   embed 2026-08-30 14:40:43 2026-08-30 14:40:43 javguru https://tracylocalschool.com/e/bdqzbwfeu6l3
5544 v_1m49w javguru https://jav.guru/790314/heyzo-3721-the-most-beautiful-woman-ive-ever-met-amazing-body-incredible-experience-creampie-milan/ https://streamhihi.com/e/gvfmxwhh5t7j https://jav.guru/searcho/?er=652f6776666d787768683574376a   embed 2026-08-30 14:40:43 2026-08-30 14:40:43 javguru https://streamhihi.com/e/gvfmxwhh5t7j
5545 v_1m49w javguru https://jav.guru/790314/heyzo-3721-the-most-beautiful-woman-ive-ever-met-amazing-body-incredible-experience-creampie-milan/ https://vide0.net/e/rt64e96katoi https://jav.guru/searcho/?hr=727436346539366b61746f69   embed 2026-08-30 14:40:43 2026-08-30 14:40:43 javguru https://vide0.net/e/rt64e96katoi
5546 v_1m49w javguru https://jav.guru/790314/heyzo-3721-the-most-beautiful-woman-ive-ever-met-amazing-body-incredible-experience-creampie-milan/ https://maxstream.org/embed-sep6usad7ru1.html https://jav.guru/searcho/?or=656d6265642d7365703675736164377275312e68746d6c   embed 2026-08-30 14:40:43 2026-08-30 14:40:43 javguru https://maxstream.org/embed-sep6usad7ru1.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.463ms