home / media

streams

6 rows where v_uid = "v_62q9s"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
329 v_62q9s javguru https://jav.guru/788333/miae-242-the-legend-of-the-ultra-hard-full-erection-blowjob-and-swallow-featuring-yuuri-maina/ https://javclan.com/e/snukrwws9eur https://jav.guru/searcho/?xr=736e756b7277777339657572   embed 2026-08-30 09:53:15 2026-08-30 09:53:15 javguru https://javclan.com/e/snukrwws9eur
330 v_62q9s javguru https://jav.guru/788333/miae-242-the-legend-of-the-ultra-hard-full-erection-blowjob-and-swallow-featuring-yuuri-maina/ https://turbovidhls.com/t/68ee1365ee4ec https://jav.guru/searcho/?ur=36386565313336356565346563 https://cdn3.turboviplay.com/data3/68ee1365ee4ec/68ee1365ee4ec.m3u8 m3u8 2026-08-30 09:53:15 2026-08-30 09:53:15 javguru https://turbovidhls.com/t/68ee1365ee4ec
331 v_62q9s javguru https://jav.guru/788333/miae-242-the-legend-of-the-ultra-hard-full-erection-blowjob-and-swallow-featuring-yuuri-maina/ https://tracylocalschool.com/e/4rnboy8iplr3 https://jav.guru/searcho/?tr=34726e626f793869706c7233   embed 2026-08-30 09:53:15 2026-08-30 09:53:15 javguru https://tracylocalschool.com/e/4rnboy8iplr3
332 v_62q9s javguru https://jav.guru/788333/miae-242-the-legend-of-the-ultra-hard-full-erection-blowjob-and-swallow-featuring-yuuri-maina/ https://streamhihi.com/e/ug5m80qs53gm https://jav.guru/searcho/?er=652f7567356d383071733533676d   embed 2026-08-30 09:53:15 2026-08-30 09:53:15 javguru https://streamhihi.com/e/ug5m80qs53gm
333 v_62q9s javguru https://jav.guru/788333/miae-242-the-legend-of-the-ultra-hard-full-erection-blowjob-and-swallow-featuring-yuuri-maina/ https://vide0.net/e/eoywszf72a11 https://jav.guru/searcho/?hr=656f7977737a663732613131   embed 2026-08-30 09:53:15 2026-08-30 09:53:15 javguru https://vide0.net/e/eoywszf72a11
334 v_62q9s javguru https://jav.guru/788333/miae-242-the-legend-of-the-ultra-hard-full-erection-blowjob-and-swallow-featuring-yuuri-maina/ https://maxstream.org/embed-bvmp3371zj70.html https://jav.guru/searcho/?or=656d6265642d62766d70333337317a6a37302e68746d6c   embed 2026-08-30 09:53:15 2026-08-30 09:53:15 javguru https://maxstream.org/embed-bvmp3371zj70.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.544ms