home / media

streams

6 rows where v_uid = "v_soy1d"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
359 v_soy1d javguru https://jav.guru/788320/mism-105-the-most-insane-irrumatio-maid-madness-of-vomiting/ https://javclan.com/e/mfvx709f01zf https://jav.guru/searcho/?xr=6d6676783730396630317a66   embed 2026-08-30 09:53:27 2026-08-30 09:53:27 javguru https://javclan.com/e/mfvx709f01zf
360 v_soy1d javguru https://jav.guru/788320/mism-105-the-most-insane-irrumatio-maid-madness-of-vomiting/ https://turbovidhls.com/t/68ee15663fc02 https://jav.guru/searcho/?ur=36386565313536363366633032 https://cdn3.turboviplay.com/data/eTnypYwLuE67pXzZMY16/eTnypYwLuE67pXzZMY16.m3u8 m3u8 2026-08-30 09:53:27 2026-08-30 09:53:27 javguru https://turbovidhls.com/t/68ee15663fc02
361 v_soy1d javguru https://jav.guru/788320/mism-105-the-most-insane-irrumatio-maid-madness-of-vomiting/ https://tracylocalschool.com/e/hevbvock6rmn https://jav.guru/searcho/?tr=68657662766f636b36726d6e   embed 2026-08-30 09:53:27 2026-08-30 09:53:27 javguru https://tracylocalschool.com/e/hevbvock6rmn
362 v_soy1d javguru https://jav.guru/788320/mism-105-the-most-insane-irrumatio-maid-madness-of-vomiting/ https://streamhihi.com/e/j9482sl2lzc7 https://jav.guru/searcho/?er=652f6a39343832736c326c7a6337   embed 2026-08-30 09:53:27 2026-08-30 09:53:27 javguru https://streamhihi.com/e/j9482sl2lzc7
363 v_soy1d javguru https://jav.guru/788320/mism-105-the-most-insane-irrumatio-maid-madness-of-vomiting/ https://vide0.net/e/zs9otsrr0k4b https://jav.guru/searcho/?hr=7a73396f74737272306b3462   embed 2026-08-30 09:53:27 2026-08-30 09:53:27 javguru https://vide0.net/e/zs9otsrr0k4b
364 v_soy1d javguru https://jav.guru/788320/mism-105-the-most-insane-irrumatio-maid-madness-of-vomiting/ https://maxstream.org/embed-b64acqdxf9ol.html https://jav.guru/searcho/?or=656d6265642d623634616371647866396f6c2e68746d6c   embed 2026-08-30 09:53:27 2026-08-30 09:53:27 javguru https://maxstream.org/embed-b64acqdxf9ol.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.973ms