home / media

streams

6 rows where v_uid = "v_iwipm"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2631 v_iwipm javguru https://jav.guru/784814/gajk-028-a-high-school-girl-is-bound-and-trained-in-a-storehouse-becoming-ensnared-by-her-grandfather-as-she-experiences-the-pleasure-of-the-ropes-arima/ https://javclan.com/e/t4cfeydwuqsd https://jav.guru/searcho/?xr=743463666579647775717364   embed 2026-08-30 14:12:06 2026-08-30 14:12:06 javguru https://javclan.com/e/t4cfeydwuqsd
2632 v_iwipm javguru https://jav.guru/784814/gajk-028-a-high-school-girl-is-bound-and-trained-in-a-storehouse-becoming-ensnared-by-her-grandfather-as-she-experiences-the-pleasure-of-the-ropes-arima/ https://turbovidhls.com/t/68e955f997d02 https://jav.guru/searcho/?ur=36386539353566393937643032   embed 2026-08-30 14:12:06 2026-08-30 14:12:06 javguru https://turbovidhls.com/t/68e955f997d02
2633 v_iwipm javguru https://jav.guru/784814/gajk-028-a-high-school-girl-is-bound-and-trained-in-a-storehouse-becoming-ensnared-by-her-grandfather-as-she-experiences-the-pleasure-of-the-ropes-arima/ https://tracylocalschool.com/e/0wp268d5mhlo https://jav.guru/searcho/?tr=30777032363864356d686c6f   embed 2026-08-30 14:12:06 2026-08-30 14:12:06 javguru https://tracylocalschool.com/e/0wp268d5mhlo
2634 v_iwipm javguru https://jav.guru/784814/gajk-028-a-high-school-girl-is-bound-and-trained-in-a-storehouse-becoming-ensnared-by-her-grandfather-as-she-experiences-the-pleasure-of-the-ropes-arima/ https://streamhihi.com/e/bk5ho70sndf3 https://jav.guru/searcho/?er=652f626b35686f3730736e646633   embed 2026-08-30 14:12:06 2026-08-30 14:12:06 javguru https://streamhihi.com/e/bk5ho70sndf3
2635 v_iwipm javguru https://jav.guru/784814/gajk-028-a-high-school-girl-is-bound-and-trained-in-a-storehouse-becoming-ensnared-by-her-grandfather-as-she-experiences-the-pleasure-of-the-ropes-arima/ https://vide0.net/e/eg87zlnflyyp https://jav.guru/searcho/?hr=656738377a6c6e666c797970   embed 2026-08-30 14:12:06 2026-08-30 14:12:06 javguru https://vide0.net/e/eg87zlnflyyp
2636 v_iwipm javguru https://jav.guru/784814/gajk-028-a-high-school-girl-is-bound-and-trained-in-a-storehouse-becoming-ensnared-by-her-grandfather-as-she-experiences-the-pleasure-of-the-ropes-arima/ https://maxstream.org/embed-tpjax1og9yle.html https://jav.guru/searcho/?or=656d6265642d74706a6178316f6739796c652e68746d6c   embed 2026-08-30 14:12:06 2026-08-30 14:12:06 javguru https://maxstream.org/embed-tpjax1og9yle.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.368ms