home / media

streams

6 rows where v_uid = "v_1li1v"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7641 v_1li1v javguru https://jav.guru/794478/nhdtc-117-a-beautiful-breasted-girl-who-felt-pleasure-from-an-old-mans-licking-and-fondling-of-her-breasts-6/ https://javclan.com/e/7vu0mw1dpyh0 https://jav.guru/searcho/?xr=377675306d77316470796830   embed 2026-08-30 15:04:40 2026-08-30 15:04:40 javguru https://javclan.com/e/7vu0mw1dpyh0
7642 v_1li1v javguru https://jav.guru/794478/nhdtc-117-a-beautiful-breasted-girl-who-felt-pleasure-from-an-old-mans-licking-and-fondling-of-her-breasts-6/ https://turbovidhls.com/t/68f9168a254a5 https://jav.guru/searcho/?ur=36386639313638613235346135   embed 2026-08-30 15:04:40 2026-08-30 15:04:40 javguru https://turbovidhls.com/t/68f9168a254a5
7643 v_1li1v javguru https://jav.guru/794478/nhdtc-117-a-beautiful-breasted-girl-who-felt-pleasure-from-an-old-mans-licking-and-fondling-of-her-breasts-6/ https://tracylocalschool.com/e/hosazaeqf2bt https://jav.guru/searcho/?tr=686f73617a61657166326274   embed 2026-08-30 15:04:40 2026-08-30 15:04:40 javguru https://tracylocalschool.com/e/hosazaeqf2bt
7644 v_1li1v javguru https://jav.guru/794478/nhdtc-117-a-beautiful-breasted-girl-who-felt-pleasure-from-an-old-mans-licking-and-fondling-of-her-breasts-6/ https://streamhihi.com/e/og3zbpuogeij https://jav.guru/searcho/?er=652f6f67337a6270756f6765696a   embed 2026-08-30 15:04:40 2026-08-30 15:04:40 javguru https://streamhihi.com/e/og3zbpuogeij
7645 v_1li1v javguru https://jav.guru/794478/nhdtc-117-a-beautiful-breasted-girl-who-felt-pleasure-from-an-old-mans-licking-and-fondling-of-her-breasts-6/ https://vide0.net/e/9sl0dtme9d4g https://jav.guru/searcho/?hr=39736c3064746d6539643467   embed 2026-08-30 15:04:40 2026-08-30 15:04:40 javguru https://vide0.net/e/9sl0dtme9d4g
7646 v_1li1v javguru https://jav.guru/794478/nhdtc-117-a-beautiful-breasted-girl-who-felt-pleasure-from-an-old-mans-licking-and-fondling-of-her-breasts-6/ https://maxstream.org/embed-ou51h4mlllv3.html https://jav.guru/searcho/?or=656d6265642d6f75353168346d6c6c6c76332e68746d6c   embed 2026-08-30 15:04:40 2026-08-30 15:04:40 javguru https://maxstream.org/embed-ou51h4mlllv3.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.969ms