home / media

streams

6 rows where v_uid = "v_geiwx"

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
63 v_geiwx javguru https://jav.guru/789665/iene-241-aphrodisiac-herbs-asian-massage/ https://javclan.com/e/8z3yiei1px6a https://jav.guru/searcho/?xr=387a33796965693170783661   embed 2026-08-30 09:08:01 2026-08-30 09:08:01 javguru https://javclan.com/e/8z3yiei1px6a
64 v_geiwx javguru https://jav.guru/789665/iene-241-aphrodisiac-herbs-asian-massage/ https://turbovidhls.com/t/68ef96fc5334f https://jav.guru/searcho/?ur=36386566393666633533333466 https://cdn3.turboviplay.com/data/668f8987acdab/668f8987acdab.m3u8 m3u8 2026-08-30 09:08:01 2026-08-30 09:08:01 javguru https://turbovidhls.com/t/68ef96fc5334f
65 v_geiwx javguru https://jav.guru/789665/iene-241-aphrodisiac-herbs-asian-massage/ https://tracylocalschool.com/e/i9djdivdzy1b https://jav.guru/searcho/?tr=6939646a646976647a793162   embed 2026-08-30 09:08:01 2026-08-30 09:08:01 javguru https://tracylocalschool.com/e/i9djdivdzy1b
66 v_geiwx javguru https://jav.guru/789665/iene-241-aphrodisiac-herbs-asian-massage/ https://streamhihi.com/e/euwxsd9hzhca https://jav.guru/searcho/?er=652f65757778736439687a686361   embed 2026-08-30 09:08:01 2026-08-30 09:08:01 javguru https://streamhihi.com/e/euwxsd9hzhca
67 v_geiwx javguru https://jav.guru/789665/iene-241-aphrodisiac-herbs-asian-massage/ https://vide0.net/e/t5mzd4gbkrwu https://jav.guru/searcho/?hr=74356d7a643467626b727775   embed 2026-08-30 09:08:01 2026-08-30 09:08:01 javguru https://vide0.net/e/t5mzd4gbkrwu
68 v_geiwx javguru https://jav.guru/789665/iene-241-aphrodisiac-herbs-asian-massage/ https://maxstream.org/embed-d2acyvfh3uzk.html https://jav.guru/searcho/?or=656d6265642d643261637976666833757a6b2e68746d6c   embed 2026-08-30 09:08:01 2026-08-30 09:08:01 javguru https://maxstream.org/embed-d2acyvfh3uzk.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.717ms