home / media

streams

6 rows where v_uid = "v_ljlwe"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1678 v_ljlwe javguru https://jav.guru/785457/nask-032-an-aunt-who-couldnt-hold-back-while-watching-adult-videos-with-a-man/ https://javclan.com/e/lwt033o5oqco https://jav.guru/searcho/?xr=6c77743033336f356f71636f   embed 2026-08-30 14:04:20 2026-08-30 14:04:20 javguru https://javclan.com/e/lwt033o5oqco
1679 v_ljlwe javguru https://jav.guru/785457/nask-032-an-aunt-who-couldnt-hold-back-while-watching-adult-videos-with-a-man/ https://turbovidhls.com/t/68ec023c13b5d https://jav.guru/searcho/?ur=36386563303233633133623564   embed 2026-08-30 14:04:20 2026-08-30 14:04:20 javguru https://turbovidhls.com/t/68ec023c13b5d
1680 v_ljlwe javguru https://jav.guru/785457/nask-032-an-aunt-who-couldnt-hold-back-while-watching-adult-videos-with-a-man/ https://tracylocalschool.com/e/rdfwbcm0i8y9 https://jav.guru/searcho/?tr=7264667762636d3069387939   embed 2026-08-30 14:04:20 2026-08-30 14:04:20 javguru https://tracylocalschool.com/e/rdfwbcm0i8y9
1681 v_ljlwe javguru https://jav.guru/785457/nask-032-an-aunt-who-couldnt-hold-back-while-watching-adult-videos-with-a-man/ https://streamhihi.com/e/61rb8qxag2lf https://jav.guru/searcho/?er=652f363172623871786167326c66   embed 2026-08-30 14:04:20 2026-08-30 14:04:20 javguru https://streamhihi.com/e/61rb8qxag2lf
1682 v_ljlwe javguru https://jav.guru/785457/nask-032-an-aunt-who-couldnt-hold-back-while-watching-adult-videos-with-a-man/ https://vide0.net/e/h7y8gwtx5h8r https://jav.guru/searcho/?hr=683779386777747835683872   embed 2026-08-30 14:04:20 2026-08-30 14:04:20 javguru https://vide0.net/e/h7y8gwtx5h8r
1683 v_ljlwe javguru https://jav.guru/785457/nask-032-an-aunt-who-couldnt-hold-back-while-watching-adult-videos-with-a-man/ https://maxstream.org/embed-1fz3moytdbtr.html https://jav.guru/searcho/?or=656d6265642d31667a336d6f7974646274722e68746d6c   embed 2026-08-30 14:04:20 2026-08-30 14:04:20 javguru https://maxstream.org/embed-1fz3moytdbtr.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.373ms