home / media

streams

6 rows where v_uid = "v_0ypkf"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2739 v_0ypkf javguru https://jav.guru/784833/cead-707-j-cup-105cm-exquisite-body-the-pleasure-seeking-sex-of-a-genuine-nymphomaniac-mature-woman-yamase/ https://javclan.com/e/nz6lelnof1es https://jav.guru/searcho/?xr=6e7a366c656c6e6f66316573   embed 2026-08-30 14:12:54 2026-08-30 14:12:54 javguru https://javclan.com/e/nz6lelnof1es
2740 v_0ypkf javguru https://jav.guru/784833/cead-707-j-cup-105cm-exquisite-body-the-pleasure-seeking-sex-of-a-genuine-nymphomaniac-mature-woman-yamase/ https://turbovidhls.com/t/68e95168e18b6 https://jav.guru/searcho/?ur=36386539353136386531386236   embed 2026-08-30 14:12:54 2026-08-30 14:12:54 javguru https://turbovidhls.com/t/68e95168e18b6
2741 v_0ypkf javguru https://jav.guru/784833/cead-707-j-cup-105cm-exquisite-body-the-pleasure-seeking-sex-of-a-genuine-nymphomaniac-mature-woman-yamase/ https://tracylocalschool.com/e/vlx1hgfamqce https://jav.guru/searcho/?tr=766c7831686766616d716365   embed 2026-08-30 14:12:54 2026-08-30 14:12:54 javguru https://tracylocalschool.com/e/vlx1hgfamqce
2742 v_0ypkf javguru https://jav.guru/784833/cead-707-j-cup-105cm-exquisite-body-the-pleasure-seeking-sex-of-a-genuine-nymphomaniac-mature-woman-yamase/ https://streamhihi.com/e/5ohnsobluod9 https://jav.guru/searcho/?er=652f356f686e736f626c756f6439   embed 2026-08-30 14:12:54 2026-08-30 14:12:54 javguru https://streamhihi.com/e/5ohnsobluod9
2743 v_0ypkf javguru https://jav.guru/784833/cead-707-j-cup-105cm-exquisite-body-the-pleasure-seeking-sex-of-a-genuine-nymphomaniac-mature-woman-yamase/ https://vide0.net/e/i8gbhma6erzx https://jav.guru/searcho/?hr=69386762686d613665727a78   embed 2026-08-30 14:12:54 2026-08-30 14:12:54 javguru https://vide0.net/e/i8gbhma6erzx
2744 v_0ypkf javguru https://jav.guru/784833/cead-707-j-cup-105cm-exquisite-body-the-pleasure-seeking-sex-of-a-genuine-nymphomaniac-mature-woman-yamase/ https://maxstream.org/embed-oq6qfihwbt8y.html https://jav.guru/searcho/?or=656d6265642d6f71367166696877627438792e68746d6c   embed 2026-08-30 14:12:54 2026-08-30 14:12:54 javguru https://maxstream.org/embed-oq6qfihwbt8y.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.596ms