home / media

streams

5 rows where v_uid = "v_q84hk"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2914 v_q84hk javguru https://jav.guru/383687/fsdss-784-sex-addiction-treatment-ejaculation-addiction-improvement-treatment-only-for-masturbation-addicts-nene-yoshitaka/ https://javclan.com/e/z2s2nz2a2giy https://jav.guru/searcho/?xr=7a3273326e7a326132676979   embed 2026-08-30 14:14:26 2026-08-30 14:14:26 javguru https://javclan.com/e/z2s2nz2a2giy
2915 v_q84hk javguru https://jav.guru/383687/fsdss-784-sex-addiction-treatment-ejaculation-addiction-improvement-treatment-only-for-masturbation-addicts-nene-yoshitaka/ https://oppainet.net/embed/kEMytZi7stLjIBf https://jav.guru/searcho/?gr=6b454d79745a693773744c6a494266   embed 2026-08-30 14:14:26 2026-08-30 14:14:26 javguru https://oppainet.net/embed/kEMytZi7stLjIBf
2916 v_q84hk javguru https://jav.guru/383687/fsdss-784-sex-addiction-treatment-ejaculation-addiction-improvement-treatment-only-for-masturbation-addicts-nene-yoshitaka/ https://tracylocalschool.com/e/7wi0qgvoylmz https://jav.guru/searcho/?tr=377769307167766f796c6d7a   embed 2026-08-30 14:14:26 2026-08-30 14:14:26 javguru https://tracylocalschool.com/e/7wi0qgvoylmz
2917 v_q84hk javguru https://jav.guru/383687/fsdss-784-sex-addiction-treatment-ejaculation-addiction-improvement-treatment-only-for-masturbation-addicts-nene-yoshitaka/ https://vide0.net/e/24htx40cokju https://jav.guru/searcho/?hr=32346874783430636f6b6a75   embed 2026-08-30 14:14:26 2026-08-30 14:14:26 javguru https://vide0.net/e/24htx40cokju
2918 v_q84hk javguru https://jav.guru/383687/fsdss-784-sex-addiction-treatment-ejaculation-addiction-improvement-treatment-only-for-masturbation-addicts-nene-yoshitaka/ https://maxstream.org/embed-05phjogknbsf.html https://jav.guru/searcho/?or=656d6265642d303570686a6f676b6e6273662e68746d6c   embed 2026-08-30 14:14:26 2026-08-30 14:14:26 javguru https://maxstream.org/embed-05phjogknbsf.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.516ms