home / media

streams

6 rows where v_uid = "v_0k62v"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5393 v_0k62v javguru https://jav.guru/790799/iene-414-the-daughter-feeling-sorry-for-her-disappointing-father-engages-in-a-promise-of-just-rubbing-together-but-they-both-feel-so-good-that-it-leads-to-slippery-insertion-and-an-uncontrollable/ https://javclan.com/e/f17efgc6z7mz https://jav.guru/searcho/?xr=66313765666763367a376d7a   embed 2026-08-30 14:39:35 2026-08-30 14:39:35 javguru https://javclan.com/e/f17efgc6z7mz
5394 v_0k62v javguru https://jav.guru/790799/iene-414-the-daughter-feeling-sorry-for-her-disappointing-father-engages-in-a-promise-of-just-rubbing-together-but-they-both-feel-so-good-that-it-leads-to-slippery-insertion-and-an-uncontrollable/ https://turbovidhls.com/t/68f3cdc87a08d https://jav.guru/searcho/?ur=36386633636463383761303864   embed 2026-08-30 14:39:35 2026-08-30 14:39:35 javguru https://turbovidhls.com/t/68f3cdc87a08d
5395 v_0k62v javguru https://jav.guru/790799/iene-414-the-daughter-feeling-sorry-for-her-disappointing-father-engages-in-a-promise-of-just-rubbing-together-but-they-both-feel-so-good-that-it-leads-to-slippery-insertion-and-an-uncontrollable/ https://tracylocalschool.com/e/hqitp04idsgk https://jav.guru/searcho/?tr=68716974703034696473676b   embed 2026-08-30 14:39:35 2026-08-30 14:39:35 javguru https://tracylocalschool.com/e/hqitp04idsgk
5396 v_0k62v javguru https://jav.guru/790799/iene-414-the-daughter-feeling-sorry-for-her-disappointing-father-engages-in-a-promise-of-just-rubbing-together-but-they-both-feel-so-good-that-it-leads-to-slippery-insertion-and-an-uncontrollable/ https://streamhihi.com/e/q47w29jtl0c8 https://jav.guru/searcho/?er=652f7134377732396a746c306338   embed 2026-08-30 14:39:35 2026-08-30 14:39:35 javguru https://streamhihi.com/e/q47w29jtl0c8
5397 v_0k62v javguru https://jav.guru/790799/iene-414-the-daughter-feeling-sorry-for-her-disappointing-father-engages-in-a-promise-of-just-rubbing-together-but-they-both-feel-so-good-that-it-leads-to-slippery-insertion-and-an-uncontrollable/ https://vide0.net/e/3goz3e6nlenu https://jav.guru/searcho/?hr=33676f7a3365366e6c656e75   embed 2026-08-30 14:39:35 2026-08-30 14:39:35 javguru https://vide0.net/e/3goz3e6nlenu
5398 v_0k62v javguru https://jav.guru/790799/iene-414-the-daughter-feeling-sorry-for-her-disappointing-father-engages-in-a-promise-of-just-rubbing-together-but-they-both-feel-so-good-that-it-leads-to-slippery-insertion-and-an-uncontrollable/ https://maxstream.org/embed-8prh4gzfanws.html https://jav.guru/searcho/?or=656d6265642d3870726834677a66616e77732e68746d6c   embed 2026-08-30 14:39:35 2026-08-30 14:39:35 javguru https://maxstream.org/embed-8prh4gzfanws.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.175ms