home / media

streams

6 rows where v_uid = "v_1f1f7"

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
8719 v_1f1f7 javguru https://jav.guru/789960/mida-375-a-day-of-playing-boyfriend-with-an-older-man-a-middle-aged-guy-succumbs-to-the-seductive-kisses-of-a-schoolgirl-and-brings-her-home-for-repeated-passionate-oral-and-intercourse/ https://javclan.com/e/db3z11jkhdpk https://jav.guru/searcho/?xr=6462337a31316a6b6864706b   embed 2026-08-30 16:39:04 2026-08-30 16:39:04 javguru https://javclan.com/e/db3z11jkhdpk
8720 v_1f1f7 javguru https://jav.guru/789960/mida-375-a-day-of-playing-boyfriend-with-an-older-man-a-middle-aged-guy-succumbs-to-the-seductive-kisses-of-a-schoolgirl-and-brings-her-home-for-repeated-passionate-oral-and-intercourse/ https://turbovidhls.com/t/68f1356cc6cf7 https://jav.guru/searcho/?ur=36386631333536636336636637 https://cdn3.turboviplay.com/data3/68f1356cc6cf7/68f1356cc6cf7.m3u8 m3u8 2026-08-30 16:39:04 2026-08-30 16:39:04 javguru https://turbovidhls.com/t/68f1356cc6cf7
8721 v_1f1f7 javguru https://jav.guru/789960/mida-375-a-day-of-playing-boyfriend-with-an-older-man-a-middle-aged-guy-succumbs-to-the-seductive-kisses-of-a-schoolgirl-and-brings-her-home-for-repeated-passionate-oral-and-intercourse/ https://tracylocalschool.com/e/5bqeydekxmfn https://jav.guru/searcho/?tr=356271657964656b786d666e   embed 2026-08-30 16:39:04 2026-08-30 16:39:04 javguru https://tracylocalschool.com/e/5bqeydekxmfn
8722 v_1f1f7 javguru https://jav.guru/789960/mida-375-a-day-of-playing-boyfriend-with-an-older-man-a-middle-aged-guy-succumbs-to-the-seductive-kisses-of-a-schoolgirl-and-brings-her-home-for-repeated-passionate-oral-and-intercourse/ https://streamhihi.com/e/4gv4vvk11owi https://jav.guru/searcho/?er=652f3467763476766b31316f7769   embed 2026-08-30 16:39:04 2026-08-30 16:39:04 javguru https://streamhihi.com/e/4gv4vvk11owi
8723 v_1f1f7 javguru https://jav.guru/789960/mida-375-a-day-of-playing-boyfriend-with-an-older-man-a-middle-aged-guy-succumbs-to-the-seductive-kisses-of-a-schoolgirl-and-brings-her-home-for-repeated-passionate-oral-and-intercourse/ https://vide0.net/e/1sgjndpz57hy https://jav.guru/searcho/?hr=3173676a6e64707a35376879   embed 2026-08-30 16:39:04 2026-08-30 16:39:04 javguru https://vide0.net/e/1sgjndpz57hy
8724 v_1f1f7 javguru https://jav.guru/789960/mida-375-a-day-of-playing-boyfriend-with-an-older-man-a-middle-aged-guy-succumbs-to-the-seductive-kisses-of-a-schoolgirl-and-brings-her-home-for-repeated-passionate-oral-and-intercourse/ https://maxstream.org/embed-zihdcpefj3tg.html https://jav.guru/searcho/?or=656d6265642d7a696864637065666a3374672e68746d6c   embed 2026-08-30 16:39:04 2026-08-30 16:39:04 javguru https://maxstream.org/embed-zihdcpefj3tg.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.925ms