home / media

streams

6 rows where v_uid = "v_4ev3s"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1323 v_4ev3s javguru https://jav.guru/785502/evis-602-virtual-foot-fetish-domination-by-a-seductive/ https://javclan.com/e/eoy56nodqxd0 https://jav.guru/searcho/?xr=656f7935366e6f6471786430   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://javclan.com/e/eoy56nodqxd0
1324 v_4ev3s javguru https://jav.guru/785502/evis-602-virtual-foot-fetish-domination-by-a-seductive/ https://turbovidhls.com/t/68ebfbd438a3c https://jav.guru/searcho/?ur=36386562666264343338613363   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://turbovidhls.com/t/68ebfbd438a3c
1325 v_4ev3s javguru https://jav.guru/785502/evis-602-virtual-foot-fetish-domination-by-a-seductive/ https://tracylocalschool.com/e/pqebjlwjnhub https://jav.guru/searcho/?tr=707165626a6c776a6e687562   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://tracylocalschool.com/e/pqebjlwjnhub
1326 v_4ev3s javguru https://jav.guru/785502/evis-602-virtual-foot-fetish-domination-by-a-seductive/ https://streamhihi.com/e/jmv6mlyd5iqu https://jav.guru/searcho/?er=652f6a6d76366d6c796435697175   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://streamhihi.com/e/jmv6mlyd5iqu
1327 v_4ev3s javguru https://jav.guru/785502/evis-602-virtual-foot-fetish-domination-by-a-seductive/ https://vide0.net/e/a3ry3gnquehw https://jav.guru/searcho/?hr=6133727933676e7175656877   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://vide0.net/e/a3ry3gnquehw
1328 v_4ev3s javguru https://jav.guru/785502/evis-602-virtual-foot-fetish-domination-by-a-seductive/ https://maxstream.org/embed-obis5a7kvzsx.html https://jav.guru/searcho/?or=656d6265642d6f6269733561376b767a73782e68746d6c   embed 2026-08-30 14:00:55 2026-08-30 14:00:55 javguru https://maxstream.org/embed-obis5a7kvzsx.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.94ms