home / media

streams

6 rows where v_uid = "v_ms04u"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1761 v_ms04u javguru https://jav.guru/144922/fsdss-230-a-miraculous-recovery-shes-having-sex-for-the-first-time-in-300-days-witness-the-moment-of-ultra-orgasmic-release-from-abstention-3-fucks-of-immediate-non-stop-excessively-ecstatic/ https://javclan.com/e/ocy7c4igymge https://jav.guru/searcho/?xr=6f63793763346967796d6765   embed 2026-08-30 14:05:01 2026-08-30 14:05:01 javguru https://javclan.com/e/ocy7c4igymge
1762 v_ms04u javguru https://jav.guru/144922/fsdss-230-a-miraculous-recovery-shes-having-sex-for-the-first-time-in-300-days-witness-the-moment-of-ultra-orgasmic-release-from-abstention-3-fucks-of-immediate-non-stop-excessively-ecstatic/ https://tracylocalschool.com/e/t004pjmzovjf https://jav.guru/searcho/?tr=74303034706a6d7a6f766a66   embed 2026-08-30 14:05:01 2026-08-30 14:05:01 javguru https://tracylocalschool.com/e/t004pjmzovjf
1763 v_ms04u javguru https://jav.guru/144922/fsdss-230-a-miraculous-recovery-shes-having-sex-for-the-first-time-in-300-days-witness-the-moment-of-ultra-orgasmic-release-from-abstention-3-fucks-of-immediate-non-stop-excessively-ecstatic/ https://streamhihi.com/e/7k066k2k3tm5 https://jav.guru/searcho/?er=652f376b3036366b326b33746d35   embed 2026-08-30 14:05:01 2026-08-30 14:05:01 javguru https://streamhihi.com/e/7k066k2k3tm5
1764 v_ms04u javguru https://jav.guru/144922/fsdss-230-a-miraculous-recovery-shes-having-sex-for-the-first-time-in-300-days-witness-the-moment-of-ultra-orgasmic-release-from-abstention-3-fucks-of-immediate-non-stop-excessively-ecstatic/ https://javplaya.com/embed/qzaifzi26c9s https://jav.guru/searcho/?rr=717a6169667a693236633973   embed 2026-08-30 14:05:01 2026-08-30 14:05:01 javguru https://javplaya.com/embed/qzaifzi26c9s
1765 v_ms04u javguru https://jav.guru/144922/fsdss-230-a-miraculous-recovery-shes-having-sex-for-the-first-time-in-300-days-witness-the-moment-of-ultra-orgasmic-release-from-abstention-3-fucks-of-immediate-non-stop-excessively-ecstatic/ https://vide0.net/e/9j0q9xow9msup9chc97cm5pxgmmd728m https://jav.guru/searcho/?hr=396a307139786f77396d737570396368633937636d357078676d6d643732386d   embed 2026-08-30 14:05:01 2026-08-30 14:05:01 javguru https://vide0.net/e/9j0q9xow9msup9chc97cm5pxgmmd728m
1766 v_ms04u javguru https://jav.guru/144922/fsdss-230-a-miraculous-recovery-shes-having-sex-for-the-first-time-in-300-days-witness-the-moment-of-ultra-orgasmic-release-from-abstention-3-fucks-of-immediate-non-stop-excessively-ecstatic/ https://maxstream.org/embed-jiqziba8ag86.html https://jav.guru/searcho/?or=656d6265642d6a69717a69626138616738362e68746d6c   embed 2026-08-30 14:05:01 2026-08-30 14:05:01 javguru https://maxstream.org/embed-jiqziba8ag86.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.169ms