home / media

streams

6 rows where v_uid = "v_jo776"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1341 v_jo776 javguru https://jav.guru/785500/fax-325-arousing-footage-for-insane-sex/ https://javclan.com/e/bqfyce0j6uos https://jav.guru/searcho/?xr=627166796365306a36756f73   embed 2026-08-30 14:01:04 2026-08-30 14:01:04 javguru https://javclan.com/e/bqfyce0j6uos
1342 v_jo776 javguru https://jav.guru/785500/fax-325-arousing-footage-for-insane-sex/ https://turbovidhls.com/t/68ebfacc3ec1c https://jav.guru/searcho/?ur=36386562666163633365633163   embed 2026-08-30 14:01:04 2026-08-30 14:01:04 javguru https://turbovidhls.com/t/68ebfacc3ec1c
1343 v_jo776 javguru https://jav.guru/785500/fax-325-arousing-footage-for-insane-sex/ https://tracylocalschool.com/e/zpimgeei8tpi https://jav.guru/searcho/?tr=7a70696d6765656938747069   embed 2026-08-30 14:01:04 2026-08-30 14:01:04 javguru https://tracylocalschool.com/e/zpimgeei8tpi
1344 v_jo776 javguru https://jav.guru/785500/fax-325-arousing-footage-for-insane-sex/ https://streamhihi.com/e/k0q2rqfvbyaz https://jav.guru/searcho/?er=652f6b307132727166766279617a   embed 2026-08-30 14:01:04 2026-08-30 14:01:04 javguru https://streamhihi.com/e/k0q2rqfvbyaz
1345 v_jo776 javguru https://jav.guru/785500/fax-325-arousing-footage-for-insane-sex/ https://vide0.net/e/hfcrjkwrb5q2 https://jav.guru/searcho/?hr=686663726a6b777262357132   embed 2026-08-30 14:01:04 2026-08-30 14:01:04 javguru https://vide0.net/e/hfcrjkwrb5q2
1346 v_jo776 javguru https://jav.guru/785500/fax-325-arousing-footage-for-insane-sex/ https://maxstream.org/embed-4a2ssx0xzw58.html https://jav.guru/searcho/?or=656d6265642d34613273737830787a7735382e68746d6c   embed 2026-08-30 14:01:04 2026-08-30 14:01:04 javguru https://maxstream.org/embed-4a2ssx0xzw58.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.368ms