home / media

streams

6 rows where v_uid = "v_we7m3"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2218 v_we7m3 javguru https://jav.guru/785262/ienf-300-limited-to-high-school-girls-tired-of-exams-how-about-relieving-stress-with-a-refreshing-sleepover-with-a-handsome-older-man/ https://javclan.com/e/89yft9ymtmoh https://jav.guru/searcho/?xr=383979667439796d746d6f68   embed 2026-08-30 14:08:57 2026-08-30 14:08:57 javguru https://javclan.com/e/89yft9ymtmoh
2219 v_we7m3 javguru https://jav.guru/785262/ienf-300-limited-to-high-school-girls-tired-of-exams-how-about-relieving-stress-with-a-refreshing-sleepover-with-a-handsome-older-man/ https://turbovidhls.com/t/68eaa6323bd4e https://jav.guru/searcho/?ur=36386561613633323362643465   embed 2026-08-30 14:08:57 2026-08-30 14:08:57 javguru https://turbovidhls.com/t/68eaa6323bd4e
2220 v_we7m3 javguru https://jav.guru/785262/ienf-300-limited-to-high-school-girls-tired-of-exams-how-about-relieving-stress-with-a-refreshing-sleepover-with-a-handsome-older-man/ https://tracylocalschool.com/e/s8fhgboxegyc https://jav.guru/searcho/?tr=7338666867626f7865677963   embed 2026-08-30 14:08:57 2026-08-30 14:08:57 javguru https://tracylocalschool.com/e/s8fhgboxegyc
2221 v_we7m3 javguru https://jav.guru/785262/ienf-300-limited-to-high-school-girls-tired-of-exams-how-about-relieving-stress-with-a-refreshing-sleepover-with-a-handsome-older-man/ https://streamhihi.com/e/vnygav96fg6m https://jav.guru/searcho/?er=652f766e7967617639366667366d   embed 2026-08-30 14:08:57 2026-08-30 14:08:57 javguru https://streamhihi.com/e/vnygav96fg6m
2222 v_we7m3 javguru https://jav.guru/785262/ienf-300-limited-to-high-school-girls-tired-of-exams-how-about-relieving-stress-with-a-refreshing-sleepover-with-a-handsome-older-man/ https://vide0.net/e/rriybwgp3gmi https://jav.guru/searcho/?hr=727269796277677033676d69   embed 2026-08-30 14:08:57 2026-08-30 14:08:57 javguru https://vide0.net/e/rriybwgp3gmi
2223 v_we7m3 javguru https://jav.guru/785262/ienf-300-limited-to-high-school-girls-tired-of-exams-how-about-relieving-stress-with-a-refreshing-sleepover-with-a-handsome-older-man/ https://maxstream.org/embed-8275wnx9t6qj.html https://jav.guru/searcho/?or=656d6265642d38323735776e78397436716a2e68746d6c   embed 2026-08-30 14:08:57 2026-08-30 14:08:57 javguru https://maxstream.org/embed-8275wnx9t6qj.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.72ms