home / media

streams

6 rows where v_uid = "v_ww6r1"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1359 v_ww6r1 javguru https://jav.guru/785505/apak-314-the-lewd-and-masochistic-honor-student-ryo-chan-brain-juice-overflowing-climax-a-slender-body-convulses-from-intense-pleasure-off-pako-girl-and-hotel-retreat-lewd-climax-sex-with/ https://javclan.com/e/8nn3m717nbnq https://jav.guru/searcho/?xr=386e6e336d3731376e626e71   embed 2026-08-30 14:01:16 2026-08-30 14:01:16 javguru https://javclan.com/e/8nn3m717nbnq
1360 v_ww6r1 javguru https://jav.guru/785505/apak-314-the-lewd-and-masochistic-honor-student-ryo-chan-brain-juice-overflowing-climax-a-slender-body-convulses-from-intense-pleasure-off-pako-girl-and-hotel-retreat-lewd-climax-sex-with/ https://turbovidhls.com/t/68ebfb901aa3f https://jav.guru/searcho/?ur=36386562666239303161613366   embed 2026-08-30 14:01:16 2026-08-30 14:01:16 javguru https://turbovidhls.com/t/68ebfb901aa3f
1361 v_ww6r1 javguru https://jav.guru/785505/apak-314-the-lewd-and-masochistic-honor-student-ryo-chan-brain-juice-overflowing-climax-a-slender-body-convulses-from-intense-pleasure-off-pako-girl-and-hotel-retreat-lewd-climax-sex-with/ https://tracylocalschool.com/e/jlua3zhenaua https://jav.guru/searcho/?tr=6a6c7561337a68656e617561   embed 2026-08-30 14:01:16 2026-08-30 14:01:16 javguru https://tracylocalschool.com/e/jlua3zhenaua
1362 v_ww6r1 javguru https://jav.guru/785505/apak-314-the-lewd-and-masochistic-honor-student-ryo-chan-brain-juice-overflowing-climax-a-slender-body-convulses-from-intense-pleasure-off-pako-girl-and-hotel-retreat-lewd-climax-sex-with/ https://streamhihi.com/e/o4gb5q3f5g6n https://jav.guru/searcho/?er=652f6f346762357133663567366e   embed 2026-08-30 14:01:16 2026-08-30 14:01:16 javguru https://streamhihi.com/e/o4gb5q3f5g6n
1363 v_ww6r1 javguru https://jav.guru/785505/apak-314-the-lewd-and-masochistic-honor-student-ryo-chan-brain-juice-overflowing-climax-a-slender-body-convulses-from-intense-pleasure-off-pako-girl-and-hotel-retreat-lewd-climax-sex-with/ https://vide0.net/e/1k39dbvzq6y9 https://jav.guru/searcho/?hr=316b33396462767a71367939   embed 2026-08-30 14:01:16 2026-08-30 14:01:16 javguru https://vide0.net/e/1k39dbvzq6y9
1364 v_ww6r1 javguru https://jav.guru/785505/apak-314-the-lewd-and-masochistic-honor-student-ryo-chan-brain-juice-overflowing-climax-a-slender-body-convulses-from-intense-pleasure-off-pako-girl-and-hotel-retreat-lewd-climax-sex-with/ https://maxstream.org/embed-dmljgpkpeio2.html https://jav.guru/searcho/?or=656d6265642d646d6c6a67706b7065696f322e68746d6c   embed 2026-08-30 14:01:16 2026-08-30 14:01:16 javguru https://maxstream.org/embed-dmljgpkpeio2.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.545ms