home / media

streams

6 rows where v_uid = "v_vgdca"

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
578 v_vgdca javguru https://jav.guru/788372/iene-288-relentlessly-negotiating-for-two-weeks-because-my-face-will-never-be-shown-the-granddaughter-of-the-founder-of-a-steel-company-makes-an-av-debut-thats-too-naive/ https://javclan.com/e/xpljm2v1ymc2 https://jav.guru/searcho/?xr=78706c6a6d327631796d6332   embed 2026-08-30 09:55:12 2026-08-30 09:55:12 javguru https://javclan.com/e/xpljm2v1ymc2
579 v_vgdca javguru https://jav.guru/788372/iene-288-relentlessly-negotiating-for-two-weeks-because-my-face-will-never-be-shown-the-granddaughter-of-the-founder-of-a-steel-company-makes-an-av-debut-thats-too-naive/ https://turbovidhls.com/t/68ee0dae29a48 https://jav.guru/searcho/?ur=36386565306461653239613438 https://cdn3.turboviplay.com/data/66c44d2c43ad1/66c44d2c43ad1.m3u8 m3u8 2026-08-30 09:55:12 2026-08-30 09:55:12 javguru https://turbovidhls.com/t/68ee0dae29a48
580 v_vgdca javguru https://jav.guru/788372/iene-288-relentlessly-negotiating-for-two-weeks-because-my-face-will-never-be-shown-the-granddaughter-of-the-founder-of-a-steel-company-makes-an-av-debut-thats-too-naive/ https://tracylocalschool.com/e/pqey156y4pdq https://jav.guru/searcho/?tr=707165793135367934706471   embed 2026-08-30 09:55:12 2026-08-30 09:55:12 javguru https://tracylocalschool.com/e/pqey156y4pdq
581 v_vgdca javguru https://jav.guru/788372/iene-288-relentlessly-negotiating-for-two-weeks-because-my-face-will-never-be-shown-the-granddaughter-of-the-founder-of-a-steel-company-makes-an-av-debut-thats-too-naive/ https://streamhihi.com/e/di50c9dvtfk5 https://jav.guru/searcho/?er=652f646935306339647674666b35   embed 2026-08-30 09:55:12 2026-08-30 09:55:12 javguru https://streamhihi.com/e/di50c9dvtfk5
582 v_vgdca javguru https://jav.guru/788372/iene-288-relentlessly-negotiating-for-two-weeks-because-my-face-will-never-be-shown-the-granddaughter-of-the-founder-of-a-steel-company-makes-an-av-debut-thats-too-naive/ https://vide0.net/e/r0jtu14o9vb8 https://jav.guru/searcho/?hr=72306a747531346f39766238   embed 2026-08-30 09:55:12 2026-08-30 09:55:12 javguru https://vide0.net/e/r0jtu14o9vb8
583 v_vgdca javguru https://jav.guru/788372/iene-288-relentlessly-negotiating-for-two-weeks-because-my-face-will-never-be-shown-the-granddaughter-of-the-founder-of-a-steel-company-makes-an-av-debut-thats-too-naive/ https://maxstream.org/embed-3xotja03lb3k.html https://jav.guru/searcho/?or=656d6265642d33786f746a6130336c62336b2e68746d6c   embed 2026-08-30 09:55:12 2026-08-30 09:55:12 javguru https://maxstream.org/embed-3xotja03lb3k.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.434ms