home / media

streams

6 rows where v_uid = "v_vt1cd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1612 v_vt1cd javguru https://jav.guru/785469/nacr-878-while-my-brother-is-on-a-business-trip-im-being-toyed-with-by-my-seductive-sister-in-law-kinoshita-himari/ https://javclan.com/e/uli1vlhxof2x https://jav.guru/searcho/?xr=756c6931766c68786f663278   embed 2026-08-30 14:03:43 2026-08-30 14:03:43 javguru https://javclan.com/e/uli1vlhxof2x
1613 v_vt1cd javguru https://jav.guru/785469/nacr-878-while-my-brother-is-on-a-business-trip-im-being-toyed-with-by-my-seductive-sister-in-law-kinoshita-himari/ https://turbovidhls.com/t/68ebff3378548 https://jav.guru/searcho/?ur=36386562666633333738353438   embed 2026-08-30 14:03:43 2026-08-30 14:03:43 javguru https://turbovidhls.com/t/68ebff3378548
1614 v_vt1cd javguru https://jav.guru/785469/nacr-878-while-my-brother-is-on-a-business-trip-im-being-toyed-with-by-my-seductive-sister-in-law-kinoshita-himari/ https://tracylocalschool.com/e/zwuprrmdgx71 https://jav.guru/searcho/?tr=7a77757072726d6467783731   embed 2026-08-30 14:03:43 2026-08-30 14:03:43 javguru https://tracylocalschool.com/e/zwuprrmdgx71
1615 v_vt1cd javguru https://jav.guru/785469/nacr-878-while-my-brother-is-on-a-business-trip-im-being-toyed-with-by-my-seductive-sister-in-law-kinoshita-himari/ https://streamhihi.com/e/inofnkgxhz5r https://jav.guru/searcho/?er=652f696e6f666e6b6778687a3572   embed 2026-08-30 14:03:43 2026-08-30 14:03:43 javguru https://streamhihi.com/e/inofnkgxhz5r
1616 v_vt1cd javguru https://jav.guru/785469/nacr-878-while-my-brother-is-on-a-business-trip-im-being-toyed-with-by-my-seductive-sister-in-law-kinoshita-himari/ https://vide0.net/e/iy46ts4cseup https://jav.guru/searcho/?hr=697934367473346373657570   embed 2026-08-30 14:03:43 2026-08-30 14:03:43 javguru https://vide0.net/e/iy46ts4cseup
1617 v_vt1cd javguru https://jav.guru/785469/nacr-878-while-my-brother-is-on-a-business-trip-im-being-toyed-with-by-my-seductive-sister-in-law-kinoshita-himari/ https://maxstream.org/embed-kwhfe3nlbswb.html https://jav.guru/searcho/?or=656d6265642d6b77686665336e6c627377622e68746d6c   embed 2026-08-30 14:03:43 2026-08-30 14:03:43 javguru https://maxstream.org/embed-kwhfe3nlbswb.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.52ms