home / media

streams

6 rows where v_uid = "v_9rb3h"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
17 v_9rb3h javguru https://jav.guru/789663/iene-243-a-student-couple-without-money-to-go-to-a-hotel-has-sex-in-a-park-rumored-to-be-a-daytime-spot-for-such-activities-2/ https://javclan.com/e/3m35rmrdoptm https://jav.guru/searcho/?xr=336d3335726d72646f70746d   embed 2026-08-30 07:38:52 2026-08-30 07:38:52 javguru https://javclan.com/e/3m35rmrdoptm
18 v_9rb3h javguru https://jav.guru/789663/iene-243-a-student-couple-without-money-to-go-to-a-hotel-has-sex-in-a-park-rumored-to-be-a-daytime-spot-for-such-activities-2/ https://turbovidhls.com/t/68ef9739c0178 https://jav.guru/searcho/?ur=36386566393733396330313738 https://cdn3.turboviplay.com/data/66928ef7097a0/66928ef7097a0.m3u8 m3u8 2026-08-30 07:38:52 2026-08-30 07:38:52 javguru https://turbovidhls.com/t/68ef9739c0178
19 v_9rb3h javguru https://jav.guru/789663/iene-243-a-student-couple-without-money-to-go-to-a-hotel-has-sex-in-a-park-rumored-to-be-a-daytime-spot-for-such-activities-2/ https://tracylocalschool.com/e/drjfdjcvzh4t https://jav.guru/searcho/?tr=64726a66646a63767a683474   embed 2026-08-30 07:38:52 2026-08-30 07:38:52 javguru https://tracylocalschool.com/e/drjfdjcvzh4t
20 v_9rb3h javguru https://jav.guru/789663/iene-243-a-student-couple-without-money-to-go-to-a-hotel-has-sex-in-a-park-rumored-to-be-a-daytime-spot-for-such-activities-2/ https://streamhihi.com/e/35cgtppib4ra https://jav.guru/searcho/?er=652f333563677470706962347261   embed 2026-08-30 07:38:52 2026-08-30 07:38:52 javguru https://streamhihi.com/e/35cgtppib4ra
21 v_9rb3h javguru https://jav.guru/789663/iene-243-a-student-couple-without-money-to-go-to-a-hotel-has-sex-in-a-park-rumored-to-be-a-daytime-spot-for-such-activities-2/ https://maxstream.org/embed-b86bwdedy1y2.html https://jav.guru/searcho/?or=656d6265642d6238366277646564793179322e68746d6c   embed 2026-08-30 07:38:52 2026-08-30 07:38:52 javguru https://maxstream.org/embed-b86bwdedy1y2.html
31 v_9rb3h javguru https://jav.guru/789663/iene-243-a-student-couple-without-money-to-go-to-a-hotel-has-sex-in-a-park-rumored-to-be-a-daytime-spot-for-such-activities-2/ https://vide0.net/e/6c86cua0ma7r https://jav.guru/searcho/?hr=36633836637561306d613772   embed 2026-08-30 07:53:30 2026-08-30 07:53:30 javguru https://vide0.net/e/6c86cua0ma7r

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.467ms