home / media

streams

4 rows where v_uid = "v_fj7fq"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1311 v_fj7fq javguru https://jav.guru/384376/venx-267-mother-got-excited-with-long-skirt-cunnilingus-and-immediately-demands-insertion-intense-creampie-incest-hibiki/ https://javclan.com/e/rt8btqlrvtzy https://jav.guru/searcho/?xr=7274386274716c7276747a79   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://javclan.com/e/rt8btqlrvtzy
1312 v_fj7fq javguru https://jav.guru/384376/venx-267-mother-got-excited-with-long-skirt-cunnilingus-and-immediately-demands-insertion-intense-creampie-incest-hibiki/ https://oppainet.net/embed/hVyK4qQX3VWtpQx https://jav.guru/searcho/?gr=6856794b3471515833565774705178   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://oppainet.net/embed/hVyK4qQX3VWtpQx
1313 v_fj7fq javguru https://jav.guru/384376/venx-267-mother-got-excited-with-long-skirt-cunnilingus-and-immediately-demands-insertion-intense-creampie-incest-hibiki/ https://vide0.net/e/br4d77qq1epr https://jav.guru/searcho/?hr=627234643737717131657072   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://vide0.net/e/br4d77qq1epr
1314 v_fj7fq javguru https://jav.guru/384376/venx-267-mother-got-excited-with-long-skirt-cunnilingus-and-immediately-demands-insertion-intense-creampie-incest-hibiki/ https://maxstream.org/embed-tju494u0bbpt.html https://jav.guru/searcho/?or=656d6265642d746a753439347530626270742e68746d6c   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://maxstream.org/embed-tju494u0bbpt.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 4.173ms