home / media

streams

6 rows where v_uid = "v_bwjvs"

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
1121 v_bwjvs javguru https://jav.guru/787727/mbr-aa323-mashiro-asagiri-the-vibrations-of-love/ https://javclan.com/e/qduamu0ofnkn https://jav.guru/searcho/?xr=716475616d75306f666e6b6e   embed 2026-08-30 10:00:17 2026-08-30 10:00:17 javguru https://javclan.com/e/qduamu0ofnkn
1122 v_bwjvs javguru https://jav.guru/787727/mbr-aa323-mashiro-asagiri-the-vibrations-of-love/ https://turbovidhls.com/t/68ed4131bff83 https://jav.guru/searcho/?ur=36386564343133316266663833 https://cdn3.turboviplay.com/data3/68ed4131bff83/68ed4131bff83.m3u8 m3u8 2026-08-30 10:00:17 2026-08-30 10:00:17 javguru https://turbovidhls.com/t/68ed4131bff83
1123 v_bwjvs javguru https://jav.guru/787727/mbr-aa323-mashiro-asagiri-the-vibrations-of-love/ https://tracylocalschool.com/e/a8bfpdqox2p2 https://jav.guru/searcho/?tr=613862667064716f78327032   embed 2026-08-30 10:00:17 2026-08-30 10:00:17 javguru https://tracylocalschool.com/e/a8bfpdqox2p2
1124 v_bwjvs javguru https://jav.guru/787727/mbr-aa323-mashiro-asagiri-the-vibrations-of-love/ https://streamhihi.com/e/nuy0k3vnkki9 https://jav.guru/searcho/?er=652f6e7579306b33766e6b6b6939   embed 2026-08-30 10:00:17 2026-08-30 10:00:17 javguru https://streamhihi.com/e/nuy0k3vnkki9
1125 v_bwjvs javguru https://jav.guru/787727/mbr-aa323-mashiro-asagiri-the-vibrations-of-love/ https://vide0.net/e/onix61mvip5j https://jav.guru/searcho/?hr=6f6e697836316d766970356a   embed 2026-08-30 10:00:17 2026-08-30 10:00:17 javguru https://vide0.net/e/onix61mvip5j
1126 v_bwjvs javguru https://jav.guru/787727/mbr-aa323-mashiro-asagiri-the-vibrations-of-love/ https://maxstream.org/embed-9ndx3u1ywftl.html https://jav.guru/searcho/?or=656d6265642d396e6478337531797766746c2e68746d6c   embed 2026-08-30 10:00:17 2026-08-30 10:00:17 javguru https://maxstream.org/embed-9ndx3u1ywftl.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.211ms