home / media

streams

4 rows where v_uid = "v_p31gi"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
73 v_p31gi javguru https://jav.guru/385305/sone-148-first-ever-abstinence-hayasaka-hime-who-reaches-climax-with-sex-after-30-days-of-abstinence-experiencing-adrenaline-pumping-intense-love-orgasm/ https://javclan.com/e/5onbk4jur4or https://jav.guru/searcho/?xr=356f6e626b346a7572346f72   embed 2026-08-30 09:08:32 2026-08-30 09:08:32 javguru https://javclan.com/e/5onbk4jur4or
74 v_p31gi javguru https://jav.guru/385305/sone-148-first-ever-abstinence-hayasaka-hime-who-reaches-climax-with-sex-after-30-days-of-abstinence-experiencing-adrenaline-pumping-intense-love-orgasm/ https://oppainet.net/embed/NSUbeDDvRucek5e https://jav.guru/searcho/?gr=4e53556265444476527563656b3565   embed 2026-08-30 09:08:32 2026-08-30 09:08:32 javguru https://oppainet.net/embed/NSUbeDDvRucek5e
75 v_p31gi javguru https://jav.guru/385305/sone-148-first-ever-abstinence-hayasaka-hime-who-reaches-climax-with-sex-after-30-days-of-abstinence-experiencing-adrenaline-pumping-intense-love-orgasm/ https://vide0.net/e/jj7iou17r6p4 https://jav.guru/searcho/?hr=6a6a37696f75313772367034   embed 2026-08-30 09:08:32 2026-08-30 09:08:32 javguru https://vide0.net/e/jj7iou17r6p4
76 v_p31gi javguru https://jav.guru/385305/sone-148-first-ever-abstinence-hayasaka-hime-who-reaches-climax-with-sex-after-30-days-of-abstinence-experiencing-adrenaline-pumping-intense-love-orgasm/ https://maxstream.org/embed-6w9fkfkqbxlo.html https://jav.guru/searcho/?or=656d6265642d367739666b666b7162786c6f2e68746d6c   embed 2026-08-30 09:08:32 2026-08-30 09:08:32 javguru https://maxstream.org/embed-6w9fkfkqbxlo.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.041ms