home / media

streams

6 rows where v_uid = "v_qwy79"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1377 v_qwy79 javguru https://jav.guru/785501/evis-603-high-viscosity-white-cloudy-saliva-face-licking/ https://javclan.com/e/3glbty0kwsbc https://jav.guru/searcho/?xr=33676c627479306b77736263   embed 2026-08-30 14:01:27 2026-08-30 14:01:27 javguru https://javclan.com/e/3glbty0kwsbc
1378 v_qwy79 javguru https://jav.guru/785501/evis-603-high-viscosity-white-cloudy-saliva-face-licking/ https://turbovidhls.com/t/68ebfaf809686 https://jav.guru/searcho/?ur=36386562666166383039363836   embed 2026-08-30 14:01:27 2026-08-30 14:01:27 javguru https://turbovidhls.com/t/68ebfaf809686
1379 v_qwy79 javguru https://jav.guru/785501/evis-603-high-viscosity-white-cloudy-saliva-face-licking/ https://tracylocalschool.com/e/jugom7hcs8i6 https://jav.guru/searcho/?tr=6a75676f6d37686373386936   embed 2026-08-30 14:01:27 2026-08-30 14:01:27 javguru https://tracylocalschool.com/e/jugom7hcs8i6
1380 v_qwy79 javguru https://jav.guru/785501/evis-603-high-viscosity-white-cloudy-saliva-face-licking/ https://streamhihi.com/e/aq3x6e471owo https://jav.guru/searcho/?er=652f6171337836653437316f776f   embed 2026-08-30 14:01:27 2026-08-30 14:01:27 javguru https://streamhihi.com/e/aq3x6e471owo
1381 v_qwy79 javguru https://jav.guru/785501/evis-603-high-viscosity-white-cloudy-saliva-face-licking/ https://vide0.net/e/lv7bo2a4l9er https://jav.guru/searcho/?hr=6c7637626f3261346c396572   embed 2026-08-30 14:01:27 2026-08-30 14:01:27 javguru https://vide0.net/e/lv7bo2a4l9er
1382 v_qwy79 javguru https://jav.guru/785501/evis-603-high-viscosity-white-cloudy-saliva-face-licking/ https://maxstream.org/embed-mpp3fcdglruy.html https://jav.guru/searcho/?or=656d6265642d6d707033666364676c7275792e68746d6c   embed 2026-08-30 14:01:27 2026-08-30 14:01:27 javguru https://maxstream.org/embed-mpp3fcdglruy.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.77ms