home / media

streams

6 rows where v_uid = "v_206bx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1636 v_206bx javguru https://jav.guru/785468/nacr-879-i-went-to-a-mens-esthetic-salon-and-unexpectedly-found-my-female-boss-role-reversal-i-made-her-my-obedient-free-use-woman-hoshi-asuna/ https://javclan.com/e/6vdmlfp5u3kk https://jav.guru/searcho/?xr=3676646d6c66703575336b6b   embed 2026-08-30 14:03:57 2026-08-30 14:03:57 javguru https://javclan.com/e/6vdmlfp5u3kk
1637 v_206bx javguru https://jav.guru/785468/nacr-879-i-went-to-a-mens-esthetic-salon-and-unexpectedly-found-my-female-boss-role-reversal-i-made-her-my-obedient-free-use-woman-hoshi-asuna/ https://turbovidhls.com/t/68ebff45a7ee9 https://jav.guru/searcho/?ur=36386562666634356137656539   embed 2026-08-30 14:03:57 2026-08-30 14:03:57 javguru https://turbovidhls.com/t/68ebff45a7ee9
1638 v_206bx javguru https://jav.guru/785468/nacr-879-i-went-to-a-mens-esthetic-salon-and-unexpectedly-found-my-female-boss-role-reversal-i-made-her-my-obedient-free-use-woman-hoshi-asuna/ https://tracylocalschool.com/e/0qqlqjvvei5x https://jav.guru/searcho/?tr=3071716c716a767665693578   embed 2026-08-30 14:03:57 2026-08-30 14:03:57 javguru https://tracylocalschool.com/e/0qqlqjvvei5x
1639 v_206bx javguru https://jav.guru/785468/nacr-879-i-went-to-a-mens-esthetic-salon-and-unexpectedly-found-my-female-boss-role-reversal-i-made-her-my-obedient-free-use-woman-hoshi-asuna/ https://streamhihi.com/e/ojhe2wfxgr45 https://jav.guru/searcho/?er=652f6f6a68653277667867723435   embed 2026-08-30 14:03:57 2026-08-30 14:03:57 javguru https://streamhihi.com/e/ojhe2wfxgr45
1640 v_206bx javguru https://jav.guru/785468/nacr-879-i-went-to-a-mens-esthetic-salon-and-unexpectedly-found-my-female-boss-role-reversal-i-made-her-my-obedient-free-use-woman-hoshi-asuna/ https://vide0.net/e/99qqgz8352m5 https://jav.guru/searcho/?hr=39397171677a383335326d35   embed 2026-08-30 14:03:57 2026-08-30 14:03:57 javguru https://vide0.net/e/99qqgz8352m5
1641 v_206bx javguru https://jav.guru/785468/nacr-879-i-went-to-a-mens-esthetic-salon-and-unexpectedly-found-my-female-boss-role-reversal-i-made-her-my-obedient-free-use-woman-hoshi-asuna/ https://maxstream.org/embed-alzsa38l778t.html https://jav.guru/searcho/?or=656d6265642d616c7a736133386c373738742e68746d6c   embed 2026-08-30 14:03:57 2026-08-30 14:03:57 javguru https://maxstream.org/embed-alzsa38l778t.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.051ms