home / media

streams

6 rows where v_uid = "v_irawz"

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
788 v_irawz javguru https://jav.guru/1025863/mida-720-shattered-reason-endless-convulsions-a-24-hour-orgasm-boot-camp-that-wrecks-the-junior-gymnastics-elite-athlete/ https://javclan.com/e/19e824t7nn23 https://jav.guru/searcho/?xr=31396538323474376e6e3233   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://javclan.com/e/19e824t7nn23
789 v_irawz javguru https://jav.guru/1025863/mida-720-shattered-reason-endless-convulsions-a-24-hour-orgasm-boot-camp-that-wrecks-the-junior-gymnastics-elite-athlete/ https://turbovidhls.com/t/6a6cf91c5d30b https://jav.guru/searcho/?ur=36613663663931633564333062 https://cdn3.turboviplay.com/data1/6a6b8aba9e340/6a6b8aba9e340.m3u8 m3u8 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://turbovidhls.com/t/6a6cf91c5d30b
790 v_irawz javguru https://jav.guru/1025863/mida-720-shattered-reason-endless-convulsions-a-24-hour-orgasm-boot-camp-that-wrecks-the-junior-gymnastics-elite-athlete/ https://tracylocalschool.com/e/ahn0c4ttma2f https://jav.guru/searcho/?tr=61686e30633474746d613266   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://tracylocalschool.com/e/ahn0c4ttma2f
791 v_irawz javguru https://jav.guru/1025863/mida-720-shattered-reason-endless-convulsions-a-24-hour-orgasm-boot-camp-that-wrecks-the-junior-gymnastics-elite-athlete/ https://vidara.to/e/vOMNhtyvU5pIW https://jav.guru/searcho/?cr=764f4d4e687479765535704957   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://vidara.to/e/vOMNhtyvU5pIW
792 v_irawz javguru https://jav.guru/1025863/mida-720-shattered-reason-endless-convulsions-a-24-hour-orgasm-boot-camp-that-wrecks-the-junior-gymnastics-elite-athlete/ https://vide0.net/e/vjcu35h68845 https://jav.guru/searcho/?hr=766a63753335683638383435   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://vide0.net/e/vjcu35h68845
793 v_irawz javguru https://jav.guru/1025863/mida-720-shattered-reason-endless-convulsions-a-24-hour-orgasm-boot-camp-that-wrecks-the-junior-gymnastics-elite-athlete/ https://maxstream.org/embed-kuzhxu5kv8gm.html https://jav.guru/searcho/?or=656d6265642d6b757a687875356b7638676d2e68746d6c   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://maxstream.org/embed-kuzhxu5kv8gm.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.786ms