home / media

streams

6 rows where v_uid = "v_1448c"

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
818 v_1448c javguru https://jav.guru/1025847/ymdd-502-amateur-observation-monitoring-raw-creampie-time-attack-slut-teases-and-strokes-to-milk-every-drop-of-amateur-cum-dvd-store-edition-and-the-ten-shot-challenge-onosaka-yuka/ https://javclan.com/e/5r521q78x0ps https://jav.guru/searcho/?xr=357235323171373878307073   embed 2026-08-30 09:57:11 2026-08-30 09:57:11 javguru https://javclan.com/e/5r521q78x0ps
819 v_1448c javguru https://jav.guru/1025847/ymdd-502-amateur-observation-monitoring-raw-creampie-time-attack-slut-teases-and-strokes-to-milk-every-drop-of-amateur-cum-dvd-store-edition-and-the-ten-shot-challenge-onosaka-yuka/ https://turbovidhls.com/t/6a6cfc774d9da https://jav.guru/searcho/?ur=36613663666337373464396461 https://cdn3.turboviplay.com/data1/6a6cfc774d9da/6a6cfc774d9da.m3u8 m3u8 2026-08-30 09:57:11 2026-08-30 09:57:11 javguru https://turbovidhls.com/t/6a6cfc774d9da
820 v_1448c javguru https://jav.guru/1025847/ymdd-502-amateur-observation-monitoring-raw-creampie-time-attack-slut-teases-and-strokes-to-milk-every-drop-of-amateur-cum-dvd-store-edition-and-the-ten-shot-challenge-onosaka-yuka/ https://tracylocalschool.com/e/vjy6tcmak2kq https://jav.guru/searcho/?tr=766a793674636d616b326b71   embed 2026-08-30 09:57:11 2026-08-30 09:57:11 javguru https://tracylocalschool.com/e/vjy6tcmak2kq
821 v_1448c javguru https://jav.guru/1025847/ymdd-502-amateur-observation-monitoring-raw-creampie-time-attack-slut-teases-and-strokes-to-milk-every-drop-of-amateur-cum-dvd-store-edition-and-the-ten-shot-challenge-onosaka-yuka/ https://vidara.to/e/Pah6T0BBrGqmQ https://jav.guru/searcho/?cr=50616836543042427247716d51   embed 2026-08-30 09:57:11 2026-08-30 09:57:11 javguru https://vidara.to/e/Pah6T0BBrGqmQ
822 v_1448c javguru https://jav.guru/1025847/ymdd-502-amateur-observation-monitoring-raw-creampie-time-attack-slut-teases-and-strokes-to-milk-every-drop-of-amateur-cum-dvd-store-edition-and-the-ten-shot-challenge-onosaka-yuka/ https://vide0.net/e/zrdhyd4zsdga https://jav.guru/searcho/?hr=7a7264687964347a73646761   embed 2026-08-30 09:57:11 2026-08-30 09:57:11 javguru https://vide0.net/e/zrdhyd4zsdga
823 v_1448c javguru https://jav.guru/1025847/ymdd-502-amateur-observation-monitoring-raw-creampie-time-attack-slut-teases-and-strokes-to-milk-every-drop-of-amateur-cum-dvd-store-edition-and-the-ten-shot-challenge-onosaka-yuka/ https://maxstream.org/embed-p1ywl6xktyma.html https://jav.guru/searcho/?or=656d6265642d703179776c36786b74796d612e68746d6c   embed 2026-08-30 09:57:11 2026-08-30 09:57:11 javguru https://maxstream.org/embed-p1ywl6xktyma.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.59ms