home / media

streams

4 rows where v_uid = "v_oogan"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1911 v_oogan javguru https://jav.guru/384114/midv-787-you-can-insert-it-for-only-3-seconds-short-time-sex-with-my-girlfriends-chldhood-friend-who-seduces-me-mia-nanasawa/ https://javclan.com/e/fosarboieeih https://jav.guru/searcho/?xr=666f736172626f6965656968   embed 2026-08-30 14:06:17 2026-08-30 14:06:17 javguru https://javclan.com/e/fosarboieeih
1912 v_oogan javguru https://jav.guru/384114/midv-787-you-can-insert-it-for-only-3-seconds-short-time-sex-with-my-girlfriends-chldhood-friend-who-seduces-me-mia-nanasawa/ https://oppainet.net/embed/Od0zHK9NqFEiRws https://jav.guru/searcho/?gr=4f64307a484b394e71464569527773   embed 2026-08-30 14:06:17 2026-08-30 14:06:17 javguru https://oppainet.net/embed/Od0zHK9NqFEiRws
1913 v_oogan javguru https://jav.guru/384114/midv-787-you-can-insert-it-for-only-3-seconds-short-time-sex-with-my-girlfriends-chldhood-friend-who-seduces-me-mia-nanasawa/ https://vide0.net/e/6zoyl9xho1n4 https://jav.guru/searcho/?hr=367a6f796c3978686f316e34   embed 2026-08-30 14:06:17 2026-08-30 14:06:17 javguru https://vide0.net/e/6zoyl9xho1n4
1914 v_oogan javguru https://jav.guru/384114/midv-787-you-can-insert-it-for-only-3-seconds-short-time-sex-with-my-girlfriends-chldhood-friend-who-seduces-me-mia-nanasawa/ https://maxstream.org/embed-a2dt6s90bkhg.html https://jav.guru/searcho/?or=656d6265642d6132647436733930626b68672e68746d6c   embed 2026-08-30 14:06:17 2026-08-30 14:06:17 javguru https://maxstream.org/embed-a2dt6s90bkhg.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 3.91ms