home / media

streams

6 rows where v_uid = "v_dbl0q"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2715 v_dbl0q javguru https://jav.guru/784826/chrv-215-i-love-naughty-pranks-the-perverted-big-breasts-are-outrageous-my-sisters-huge-breasts-are-worth-seeing-half-sleeve-sailor-uniform-and-raw-insertion-k-cup-113-cm-maruishi/ https://javclan.com/e/5bgvcav2yib1 https://jav.guru/searcho/?xr=356267766361763279696231   embed 2026-08-30 14:12:43 2026-08-30 14:12:43 javguru https://javclan.com/e/5bgvcav2yib1
2716 v_dbl0q javguru https://jav.guru/784826/chrv-215-i-love-naughty-pranks-the-perverted-big-breasts-are-outrageous-my-sisters-huge-breasts-are-worth-seeing-half-sleeve-sailor-uniform-and-raw-insertion-k-cup-113-cm-maruishi/ https://turbovidhls.com/t/68e953343ad90 https://jav.guru/searcho/?ur=36386539353333343361643930   embed 2026-08-30 14:12:43 2026-08-30 14:12:43 javguru https://turbovidhls.com/t/68e953343ad90
2717 v_dbl0q javguru https://jav.guru/784826/chrv-215-i-love-naughty-pranks-the-perverted-big-breasts-are-outrageous-my-sisters-huge-breasts-are-worth-seeing-half-sleeve-sailor-uniform-and-raw-insertion-k-cup-113-cm-maruishi/ https://tracylocalschool.com/e/7seiwqpzlt79 https://jav.guru/searcho/?tr=377365697771707a6c743739   embed 2026-08-30 14:12:43 2026-08-30 14:12:43 javguru https://tracylocalschool.com/e/7seiwqpzlt79
2718 v_dbl0q javguru https://jav.guru/784826/chrv-215-i-love-naughty-pranks-the-perverted-big-breasts-are-outrageous-my-sisters-huge-breasts-are-worth-seeing-half-sleeve-sailor-uniform-and-raw-insertion-k-cup-113-cm-maruishi/ https://streamhihi.com/e/b32rb5sdgyq1 https://jav.guru/searcho/?er=652f623332726235736467797131   embed 2026-08-30 14:12:43 2026-08-30 14:12:43 javguru https://streamhihi.com/e/b32rb5sdgyq1
2719 v_dbl0q javguru https://jav.guru/784826/chrv-215-i-love-naughty-pranks-the-perverted-big-breasts-are-outrageous-my-sisters-huge-breasts-are-worth-seeing-half-sleeve-sailor-uniform-and-raw-insertion-k-cup-113-cm-maruishi/ https://vide0.net/e/supmzjxs9ib1 https://jav.guru/searcho/?hr=7375706d7a6a787339696231   embed 2026-08-30 14:12:43 2026-08-30 14:12:43 javguru https://vide0.net/e/supmzjxs9ib1
2720 v_dbl0q javguru https://jav.guru/784826/chrv-215-i-love-naughty-pranks-the-perverted-big-breasts-are-outrageous-my-sisters-huge-breasts-are-worth-seeing-half-sleeve-sailor-uniform-and-raw-insertion-k-cup-113-cm-maruishi/ https://maxstream.org/embed-njdxgohzcl4s.html https://jav.guru/searcho/?or=656d6265642d6e6a6478676f687a636c34732e68746d6c   embed 2026-08-30 14:12:43 2026-08-30 14:12:43 javguru https://maxstream.org/embed-njdxgohzcl4s.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.321ms