home / media

streams

6 rows where v_uid = "v_7flne"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1449 v_7flne javguru https://jav.guru/785482/mar-aa212-himitsu-chan-with-h-cup/ https://javclan.com/e/nd2spzxvmzhw https://jav.guru/searcho/?xr=6e643273707a78766d7a6877   embed 2026-08-30 14:02:07 2026-08-30 14:02:07 javguru https://javclan.com/e/nd2spzxvmzhw
1450 v_7flne javguru https://jav.guru/785482/mar-aa212-himitsu-chan-with-h-cup/ https://turbovidhls.com/t/68ebfd097ee1e https://jav.guru/searcho/?ur=36386562666430393765653165   embed 2026-08-30 14:02:07 2026-08-30 14:02:07 javguru https://turbovidhls.com/t/68ebfd097ee1e
1451 v_7flne javguru https://jav.guru/785482/mar-aa212-himitsu-chan-with-h-cup/ https://tracylocalschool.com/e/1lmucuikqn9y https://jav.guru/searcho/?tr=316c6d756375696b716e3979   embed 2026-08-30 14:02:07 2026-08-30 14:02:07 javguru https://tracylocalschool.com/e/1lmucuikqn9y
1452 v_7flne javguru https://jav.guru/785482/mar-aa212-himitsu-chan-with-h-cup/ https://streamhihi.com/e/4y9kym9b4xro https://jav.guru/searcho/?er=652f3479396b796d39623478726f   embed 2026-08-30 14:02:07 2026-08-30 14:02:07 javguru https://streamhihi.com/e/4y9kym9b4xro
1453 v_7flne javguru https://jav.guru/785482/mar-aa212-himitsu-chan-with-h-cup/ https://vide0.net/e/i7dl0szhfkw9 https://jav.guru/searcho/?hr=6937646c30737a68666b7739   embed 2026-08-30 14:02:07 2026-08-30 14:02:07 javguru https://vide0.net/e/i7dl0szhfkw9
1454 v_7flne javguru https://jav.guru/785482/mar-aa212-himitsu-chan-with-h-cup/ https://maxstream.org/embed-x1i54a4kdoml.html https://jav.guru/searcho/?or=656d6265642d783169353461346b646f6d6c2e68746d6c   embed 2026-08-30 14:02:07 2026-08-30 14:02:07 javguru https://maxstream.org/embed-x1i54a4kdoml.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.519ms