home / media

streams

4 rows where v_uid = "v_aaep8"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1295 v_aaep8 javguru https://jav.guru/384398/pppe-223-over-the-3-years-that-a-busty-student-attended-she-was-trained-to-become-a-compliant-sex-toy-until-she-couldnt-resist-yuzuriha/ https://javclan.com/e/7ecjf2cts351 https://jav.guru/searcho/?xr=3765636a6632637473333531   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://javclan.com/e/7ecjf2cts351
1296 v_aaep8 javguru https://jav.guru/384398/pppe-223-over-the-3-years-that-a-busty-student-attended-she-was-trained-to-become-a-compliant-sex-toy-until-she-couldnt-resist-yuzuriha/ https://oppainet.net/embed/H6Fi0c86tE9Jm7X https://jav.guru/searcho/?gr=48364669306338367445394a6d3758   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://oppainet.net/embed/H6Fi0c86tE9Jm7X
1297 v_aaep8 javguru https://jav.guru/384398/pppe-223-over-the-3-years-that-a-busty-student-attended-she-was-trained-to-become-a-compliant-sex-toy-until-she-couldnt-resist-yuzuriha/ https://vide0.net/e/k015wgutpexm https://jav.guru/searcho/?hr=6b303135776775747065786d   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://vide0.net/e/k015wgutpexm
1298 v_aaep8 javguru https://jav.guru/384398/pppe-223-over-the-3-years-that-a-busty-student-attended-she-was-trained-to-become-a-compliant-sex-toy-until-she-couldnt-resist-yuzuriha/ https://maxstream.org/embed-jotvryar8pu3.html https://jav.guru/searcho/?or=656d6265642d6a6f747672796172387075332e68746d6c   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://maxstream.org/embed-jotvryar8pu3.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.024ms