home / media

streams

6 rows where v_uid = "v_1tpar"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7772 v_1tpar javguru https://jav.guru/1042217/200gana-3421-i-tried-to-pick-up-a-cute-girl-whos-like-a-pure-idol-she-was-nervous-and-fidgety-at-first-but-gradually-awakened-to-her-sexuality-sorry-for-getting-too-erotic-lol-shes-discover/ https://javclan.com/e/c1x7h0yuie33 https://jav.guru/searcho/?xr=633178376830797569653333   embed 2026-08-30 15:05:56 2026-08-30 15:05:56 javguru https://javclan.com/e/c1x7h0yuie33
7773 v_1tpar javguru https://jav.guru/1042217/200gana-3421-i-tried-to-pick-up-a-cute-girl-whos-like-a-pure-idol-she-was-nervous-and-fidgety-at-first-but-gradually-awakened-to-her-sexuality-sorry-for-getting-too-erotic-lol-shes-discover/ https://turbovidhls.com/t/6a8c010f14f98 https://jav.guru/searcho/?ur=36613863303130663134663938   embed 2026-08-30 15:05:56 2026-08-30 15:05:56 javguru https://turbovidhls.com/t/6a8c010f14f98
7774 v_1tpar javguru https://jav.guru/1042217/200gana-3421-i-tried-to-pick-up-a-cute-girl-whos-like-a-pure-idol-she-was-nervous-and-fidgety-at-first-but-gradually-awakened-to-her-sexuality-sorry-for-getting-too-erotic-lol-shes-discover/ https://tracylocalschool.com/e/c2c0a1elhg4c https://jav.guru/searcho/?tr=633263306131656c68673463   embed 2026-08-30 15:05:56 2026-08-30 15:05:56 javguru https://tracylocalschool.com/e/c2c0a1elhg4c
7775 v_1tpar javguru https://jav.guru/1042217/200gana-3421-i-tried-to-pick-up-a-cute-girl-whos-like-a-pure-idol-she-was-nervous-and-fidgety-at-first-but-gradually-awakened-to-her-sexuality-sorry-for-getting-too-erotic-lol-shes-discover/ https://vidara.to/e/SZmcXhzSjqfRf https://jav.guru/searcho/?cr=535a6d6358687a536a71665266   embed 2026-08-30 15:05:56 2026-08-30 15:05:56 javguru https://vidara.to/e/SZmcXhzSjqfRf
7776 v_1tpar javguru https://jav.guru/1042217/200gana-3421-i-tried-to-pick-up-a-cute-girl-whos-like-a-pure-idol-she-was-nervous-and-fidgety-at-first-but-gradually-awakened-to-her-sexuality-sorry-for-getting-too-erotic-lol-shes-discover/ https://vide0.net/e/pxivxozqr9pz https://jav.guru/searcho/?hr=70786976786f7a717239707a   embed 2026-08-30 15:05:56 2026-08-30 15:05:56 javguru https://vide0.net/e/pxivxozqr9pz
7777 v_1tpar javguru https://jav.guru/1042217/200gana-3421-i-tried-to-pick-up-a-cute-girl-whos-like-a-pure-idol-she-was-nervous-and-fidgety-at-first-but-gradually-awakened-to-her-sexuality-sorry-for-getting-too-erotic-lol-shes-discover/ https://maxstream.org/embed-pweykezosnuq.html https://jav.guru/searcho/?or=656d6265642d707765796b657a6f736e75712e68746d6c   embed 2026-08-30 15:05:56 2026-08-30 15:05:56 javguru https://maxstream.org/embed-pweykezosnuq.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.212ms