home / media

streams

6 rows where v_uid = "v_0xpoo"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7482 v_0xpoo javguru https://jav.guru/790804/iene-396-the-girl-i-never-saw-as-a-woman-suddenly-emphasizes-her-big-breasts-with-a-paisura-and-i-accidentally-get-aroused-2/ https://javclan.com/e/7sdxpj8cjwb5 https://jav.guru/searcho/?xr=37736478706a38636a776235   embed 2026-08-30 15:01:11 2026-08-30 15:01:11 javguru https://javclan.com/e/7sdxpj8cjwb5
7483 v_0xpoo javguru https://jav.guru/790804/iene-396-the-girl-i-never-saw-as-a-woman-suddenly-emphasizes-her-big-breasts-with-a-paisura-and-i-accidentally-get-aroused-2/ https://turbovidhls.com/t/68f3ccd330476 https://jav.guru/searcho/?ur=36386633636364333330343736   embed 2026-08-30 15:01:11 2026-08-30 15:01:11 javguru https://turbovidhls.com/t/68f3ccd330476
7484 v_0xpoo javguru https://jav.guru/790804/iene-396-the-girl-i-never-saw-as-a-woman-suddenly-emphasizes-her-big-breasts-with-a-paisura-and-i-accidentally-get-aroused-2/ https://tracylocalschool.com/e/eolwoc1xiu1e https://jav.guru/searcho/?tr=656f6c776f63317869753165   embed 2026-08-30 15:01:11 2026-08-30 15:01:11 javguru https://tracylocalschool.com/e/eolwoc1xiu1e
7485 v_0xpoo javguru https://jav.guru/790804/iene-396-the-girl-i-never-saw-as-a-woman-suddenly-emphasizes-her-big-breasts-with-a-paisura-and-i-accidentally-get-aroused-2/ https://streamhihi.com/e/4ckha9ifog6i https://jav.guru/searcho/?er=652f34636b68613969666f673669   embed 2026-08-30 15:01:11 2026-08-30 15:01:11 javguru https://streamhihi.com/e/4ckha9ifog6i
7486 v_0xpoo javguru https://jav.guru/790804/iene-396-the-girl-i-never-saw-as-a-woman-suddenly-emphasizes-her-big-breasts-with-a-paisura-and-i-accidentally-get-aroused-2/ https://vide0.net/e/in73ddxbh1hm https://jav.guru/searcho/?hr=696e3733646478626831686d   embed 2026-08-30 15:01:11 2026-08-30 15:01:11 javguru https://vide0.net/e/in73ddxbh1hm
7487 v_0xpoo javguru https://jav.guru/790804/iene-396-the-girl-i-never-saw-as-a-woman-suddenly-emphasizes-her-big-breasts-with-a-paisura-and-i-accidentally-get-aroused-2/ https://maxstream.org/embed-zrugyc2lkiln.html https://jav.guru/searcho/?or=656d6265642d7a7275677963326c6b696c6e2e68746d6c   embed 2026-08-30 15:01:11 2026-08-30 15:01:11 javguru https://maxstream.org/embed-zrugyc2lkiln.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 5.73ms