home / media

streams

6 rows where v_uid = "v_0k5st"

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
113 v_0k5st javguru https://jav.guru/789592/scpx-019-a-flight-attendant-from-narita-on-an-international-route-gets-druggd-with-an-aphrodisiac-during-her-visit-to-a-luxury-private-esthetic-salon-on-her-day-off-leading-to-intense-arousal-and/ https://javclan.com/e/opxc1tulv5nv https://jav.guru/searcho/?xr=6f7078633174756c76356e76   embed 2026-08-30 09:10:27 2026-08-30 09:10:27 javguru https://javclan.com/e/opxc1tulv5nv
114 v_0k5st javguru https://jav.guru/789592/scpx-019-a-flight-attendant-from-narita-on-an-international-route-gets-druggd-with-an-aphrodisiac-during-her-visit-to-a-luxury-private-esthetic-salon-on-her-day-off-leading-to-intense-arousal-and/ https://turbovidhls.com/t/68efa3c35554f https://jav.guru/searcho/?ur=36386566613363333535353466 https://cdn3.turboviplay.com/data3/68efa3c35554f/68efa3c35554f.m3u8 m3u8 2026-08-30 09:10:27 2026-08-30 09:10:27 javguru https://turbovidhls.com/t/68efa3c35554f
115 v_0k5st javguru https://jav.guru/789592/scpx-019-a-flight-attendant-from-narita-on-an-international-route-gets-druggd-with-an-aphrodisiac-during-her-visit-to-a-luxury-private-esthetic-salon-on-her-day-off-leading-to-intense-arousal-and/ https://tracylocalschool.com/e/nptbjsw9jykk https://jav.guru/searcho/?tr=6e7074626a7377396a796b6b   embed 2026-08-30 09:10:27 2026-08-30 09:10:27 javguru https://tracylocalschool.com/e/nptbjsw9jykk
116 v_0k5st javguru https://jav.guru/789592/scpx-019-a-flight-attendant-from-narita-on-an-international-route-gets-druggd-with-an-aphrodisiac-during-her-visit-to-a-luxury-private-esthetic-salon-on-her-day-off-leading-to-intense-arousal-and/ https://streamhihi.com/e/uwgtw81i5o91 https://jav.guru/searcho/?er=652f7577677477383169356f3931   embed 2026-08-30 09:10:27 2026-08-30 09:10:27 javguru https://streamhihi.com/e/uwgtw81i5o91
117 v_0k5st javguru https://jav.guru/789592/scpx-019-a-flight-attendant-from-narita-on-an-international-route-gets-druggd-with-an-aphrodisiac-during-her-visit-to-a-luxury-private-esthetic-salon-on-her-day-off-leading-to-intense-arousal-and/ https://vide0.net/e/8i5064koxkzh https://jav.guru/searcho/?hr=3869353036346b6f786b7a68   embed 2026-08-30 09:10:27 2026-08-30 09:10:27 javguru https://vide0.net/e/8i5064koxkzh
118 v_0k5st javguru https://jav.guru/789592/scpx-019-a-flight-attendant-from-narita-on-an-international-route-gets-druggd-with-an-aphrodisiac-during-her-visit-to-a-luxury-private-esthetic-salon-on-her-day-off-leading-to-intense-arousal-and/ https://maxstream.org/embed-gpbdlzpbyhbi.html https://jav.guru/searcho/?or=656d6265642d677062646c7a7062796862692e68746d6c   embed 2026-08-30 09:10:27 2026-08-30 09:10:27 javguru https://maxstream.org/embed-gpbdlzpbyhbi.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 5.325ms