home / media

streams

6 rows where v_uid = "v_45ro5"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2056 v_45ro5 javguru https://jav.guru/785241/parathd-4295-boss-should-i-push-deeper-my-subordinate-ol-was-working-at-an-m-sensitive-job-so-i-planned-to-exploit-her-weakness-but-instead-i-ended-up-teasing-her-anus-and-making-her-ejacul/ https://javclan.com/e/t03qqep2zv8a https://jav.guru/searcho/?xr=74303371716570327a763861   embed 2026-08-30 14:07:40 2026-08-30 14:07:40 javguru https://javclan.com/e/t03qqep2zv8a
2057 v_45ro5 javguru https://jav.guru/785241/parathd-4295-boss-should-i-push-deeper-my-subordinate-ol-was-working-at-an-m-sensitive-job-so-i-planned-to-exploit-her-weakness-but-instead-i-ended-up-teasing-her-anus-and-making-her-ejacul/ https://turbovidhls.com/t/68eab0057d819 https://jav.guru/searcho/?ur=36386561623030353764383139   embed 2026-08-30 14:07:40 2026-08-30 14:07:40 javguru https://turbovidhls.com/t/68eab0057d819
2058 v_45ro5 javguru https://jav.guru/785241/parathd-4295-boss-should-i-push-deeper-my-subordinate-ol-was-working-at-an-m-sensitive-job-so-i-planned-to-exploit-her-weakness-but-instead-i-ended-up-teasing-her-anus-and-making-her-ejacul/ https://tracylocalschool.com/e/2r1e7kot00dj https://jav.guru/searcho/?tr=32723165376b6f743030646a   embed 2026-08-30 14:07:40 2026-08-30 14:07:40 javguru https://tracylocalschool.com/e/2r1e7kot00dj
2059 v_45ro5 javguru https://jav.guru/785241/parathd-4295-boss-should-i-push-deeper-my-subordinate-ol-was-working-at-an-m-sensitive-job-so-i-planned-to-exploit-her-weakness-but-instead-i-ended-up-teasing-her-anus-and-making-her-ejacul/ https://streamhihi.com/e/her8ujsdsvaa https://jav.guru/searcho/?er=652f68657238756a736473766161   embed 2026-08-30 14:07:40 2026-08-30 14:07:40 javguru https://streamhihi.com/e/her8ujsdsvaa
2060 v_45ro5 javguru https://jav.guru/785241/parathd-4295-boss-should-i-push-deeper-my-subordinate-ol-was-working-at-an-m-sensitive-job-so-i-planned-to-exploit-her-weakness-but-instead-i-ended-up-teasing-her-anus-and-making-her-ejacul/ https://vide0.net/e/bxlbnjphdxir https://jav.guru/searcho/?hr=62786c626e6a706864786972   embed 2026-08-30 14:07:40 2026-08-30 14:07:40 javguru https://vide0.net/e/bxlbnjphdxir
2061 v_45ro5 javguru https://jav.guru/785241/parathd-4295-boss-should-i-push-deeper-my-subordinate-ol-was-working-at-an-m-sensitive-job-so-i-planned-to-exploit-her-weakness-but-instead-i-ended-up-teasing-her-anus-and-making-her-ejacul/ https://maxstream.org/embed-2n5uyzfx6ius.html https://jav.guru/searcho/?or=656d6265642d326e3575797a6678366975732e68746d6c   embed 2026-08-30 14:07:40 2026-08-30 14:07:40 javguru https://maxstream.org/embed-2n5uyzfx6ius.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 4.496ms