home / media

streams

6 rows where v_uid = "v_u13gp"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1389 v_u13gp javguru https://jav.guru/785439/nghj-030-the-ultimate-a-pure-and-gentle-wife-overflowing-with-maternal-love-gives-the-warmest-and-kindest-first-experience-to-a/ https://javclan.com/e/1zsv9caq3f6y https://jav.guru/searcho/?xr=317a73763963617133663679   embed 2026-08-30 14:01:34 2026-08-30 14:01:34 javguru https://javclan.com/e/1zsv9caq3f6y
1390 v_u13gp javguru https://jav.guru/785439/nghj-030-the-ultimate-a-pure-and-gentle-wife-overflowing-with-maternal-love-gives-the-warmest-and-kindest-first-experience-to-a/ https://turbovidhls.com/t/68ec08e2394b3 https://jav.guru/searcho/?ur=36386563303865323339346233   embed 2026-08-30 14:01:34 2026-08-30 14:01:34 javguru https://turbovidhls.com/t/68ec08e2394b3
1391 v_u13gp javguru https://jav.guru/785439/nghj-030-the-ultimate-a-pure-and-gentle-wife-overflowing-with-maternal-love-gives-the-warmest-and-kindest-first-experience-to-a/ https://tracylocalschool.com/e/8xloqrthgjpk https://jav.guru/searcho/?tr=38786c6f71727468676a706b   embed 2026-08-30 14:01:34 2026-08-30 14:01:34 javguru https://tracylocalschool.com/e/8xloqrthgjpk
1392 v_u13gp javguru https://jav.guru/785439/nghj-030-the-ultimate-a-pure-and-gentle-wife-overflowing-with-maternal-love-gives-the-warmest-and-kindest-first-experience-to-a/ https://streamhihi.com/e/wm7bg1b59cg9 https://jav.guru/searcho/?er=652f776d37626731623539636739   embed 2026-08-30 14:01:34 2026-08-30 14:01:34 javguru https://streamhihi.com/e/wm7bg1b59cg9
1393 v_u13gp javguru https://jav.guru/785439/nghj-030-the-ultimate-a-pure-and-gentle-wife-overflowing-with-maternal-love-gives-the-warmest-and-kindest-first-experience-to-a/ https://vide0.net/e/uxq8uzb4cn2b https://jav.guru/searcho/?hr=75787138757a6234636e3262   embed 2026-08-30 14:01:34 2026-08-30 14:01:34 javguru https://vide0.net/e/uxq8uzb4cn2b
1394 v_u13gp javguru https://jav.guru/785439/nghj-030-the-ultimate-a-pure-and-gentle-wife-overflowing-with-maternal-love-gives-the-warmest-and-kindest-first-experience-to-a/ https://maxstream.org/embed-turzq0mqeyve.html https://jav.guru/searcho/?or=656d6265642d7475727a71306d71657976652e68746d6c   embed 2026-08-30 14:01:34 2026-08-30 14:01:34 javguru https://maxstream.org/embed-turzq0mqeyve.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.953ms