home / media

streams

6 rows where v_uid = "v_41cba"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1437 v_41cba javguru https://jav.guru/785484/mar-aa209-my-girlfriend-with-animal-ears-shirahoshi-yuna/ https://javclan.com/e/ovlg0enxcz3v https://jav.guru/searcho/?xr=6f766c6730656e78637a3376   embed 2026-08-30 14:02:00 2026-08-30 14:02:00 javguru https://javclan.com/e/ovlg0enxcz3v
1438 v_41cba javguru https://jav.guru/785484/mar-aa209-my-girlfriend-with-animal-ears-shirahoshi-yuna/ https://turbovidhls.com/t/68ebfcad6d64c https://jav.guru/searcho/?ur=36386562666361643664363463   embed 2026-08-30 14:02:00 2026-08-30 14:02:00 javguru https://turbovidhls.com/t/68ebfcad6d64c
1439 v_41cba javguru https://jav.guru/785484/mar-aa209-my-girlfriend-with-animal-ears-shirahoshi-yuna/ https://tracylocalschool.com/e/zxlm0l90l26v https://jav.guru/searcho/?tr=7a786c6d306c39306c323676   embed 2026-08-30 14:02:00 2026-08-30 14:02:00 javguru https://tracylocalschool.com/e/zxlm0l90l26v
1440 v_41cba javguru https://jav.guru/785484/mar-aa209-my-girlfriend-with-animal-ears-shirahoshi-yuna/ https://streamhihi.com/e/kp5i2nyfyc15 https://jav.guru/searcho/?er=652f6b703569326e796679633135   embed 2026-08-30 14:02:00 2026-08-30 14:02:00 javguru https://streamhihi.com/e/kp5i2nyfyc15
1441 v_41cba javguru https://jav.guru/785484/mar-aa209-my-girlfriend-with-animal-ears-shirahoshi-yuna/ https://vide0.net/e/c82dz8bwcyq7 https://jav.guru/searcho/?hr=633832647a38627763797137   embed 2026-08-30 14:02:00 2026-08-30 14:02:00 javguru https://vide0.net/e/c82dz8bwcyq7
1442 v_41cba javguru https://jav.guru/785484/mar-aa209-my-girlfriend-with-animal-ears-shirahoshi-yuna/ https://maxstream.org/embed-nq9s96hek39k.html https://jav.guru/searcho/?or=656d6265642d6e713973393668656b33396b2e68746d6c   embed 2026-08-30 14:02:00 2026-08-30 14:02:00 javguru https://maxstream.org/embed-nq9s96hek39k.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.072ms