home / media

streams

6 rows where v_uid = "v_bxguu"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2655 v_bxguu javguru https://jav.guru/784812/gma-084-bondage-training-wife-a-wife-unsatisfied-with-her-husband-discovers-rope-training-through-infidelity-the-thrill-of-guilt-and-fate-leads-to-her-descent-into-perverse-pleasure-starring/ https://javclan.com/e/w3go1hvlhwvw https://jav.guru/searcho/?xr=7733676f3168766c68777677   embed 2026-08-30 14:12:16 2026-08-30 14:12:16 javguru https://javclan.com/e/w3go1hvlhwvw
2656 v_bxguu javguru https://jav.guru/784812/gma-084-bondage-training-wife-a-wife-unsatisfied-with-her-husband-discovers-rope-training-through-infidelity-the-thrill-of-guilt-and-fate-leads-to-her-descent-into-perverse-pleasure-starring/ https://turbovidhls.com/t/68e95661e28b1 https://jav.guru/searcho/?ur=36386539353636316532386231   embed 2026-08-30 14:12:16 2026-08-30 14:12:16 javguru https://turbovidhls.com/t/68e95661e28b1
2657 v_bxguu javguru https://jav.guru/784812/gma-084-bondage-training-wife-a-wife-unsatisfied-with-her-husband-discovers-rope-training-through-infidelity-the-thrill-of-guilt-and-fate-leads-to-her-descent-into-perverse-pleasure-starring/ https://tracylocalschool.com/e/qjamdzkcdepo https://jav.guru/searcho/?tr=716a616d647a6b636465706f   embed 2026-08-30 14:12:16 2026-08-30 14:12:16 javguru https://tracylocalschool.com/e/qjamdzkcdepo
2658 v_bxguu javguru https://jav.guru/784812/gma-084-bondage-training-wife-a-wife-unsatisfied-with-her-husband-discovers-rope-training-through-infidelity-the-thrill-of-guilt-and-fate-leads-to-her-descent-into-perverse-pleasure-starring/ https://streamhihi.com/e/2ikby6zzmfey https://jav.guru/searcho/?er=652f32696b6279367a7a6d666579   embed 2026-08-30 14:12:16 2026-08-30 14:12:16 javguru https://streamhihi.com/e/2ikby6zzmfey
2659 v_bxguu javguru https://jav.guru/784812/gma-084-bondage-training-wife-a-wife-unsatisfied-with-her-husband-discovers-rope-training-through-infidelity-the-thrill-of-guilt-and-fate-leads-to-her-descent-into-perverse-pleasure-starring/ https://vide0.net/e/0kvawueal0cs https://jav.guru/searcho/?hr=306b7661777565616c306373   embed 2026-08-30 14:12:16 2026-08-30 14:12:16 javguru https://vide0.net/e/0kvawueal0cs
2660 v_bxguu javguru https://jav.guru/784812/gma-084-bondage-training-wife-a-wife-unsatisfied-with-her-husband-discovers-rope-training-through-infidelity-the-thrill-of-guilt-and-fate-leads-to-her-descent-into-perverse-pleasure-starring/ https://maxstream.org/embed-zhy3z9lxptkp.html https://jav.guru/searcho/?or=656d6265642d7a6879337a396c7870746b702e68746d6c   embed 2026-08-30 14:12:16 2026-08-30 14:12:16 javguru https://maxstream.org/embed-zhy3z9lxptkp.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.723ms