home / media

streams

6 rows where v_uid = "v_h05nj"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
806 v_h05nj javguru https://jav.guru/1025848/xvsr-892-introverted-secretly-perverted-glasses-girl-awakens-into-a-seductive-vixen-who-drains-every-drop-with-her-overwhelming-hip-technique-in-an-irresistible-premium-cowgirl-creampie-session-kur/ https://javclan.com/e/2b6re5d5hx81 https://jav.guru/searcho/?xr=326236726535643568783831   embed 2026-08-30 09:57:06 2026-08-30 09:57:06 javguru https://javclan.com/e/2b6re5d5hx81
807 v_h05nj javguru https://jav.guru/1025848/xvsr-892-introverted-secretly-perverted-glasses-girl-awakens-into-a-seductive-vixen-who-drains-every-drop-with-her-overwhelming-hip-technique-in-an-irresistible-premium-cowgirl-creampie-session-kur/ https://turbovidhls.com/t/6a6cfbbcc41c9 https://jav.guru/searcho/?ur=36613663666262636334316339 https://cdn3.turboviplay.com/data1/6a6cfbbcc41c9/6a6cfbbcc41c9.m3u8 m3u8 2026-08-30 09:57:06 2026-08-30 09:57:06 javguru https://turbovidhls.com/t/6a6cfbbcc41c9
808 v_h05nj javguru https://jav.guru/1025848/xvsr-892-introverted-secretly-perverted-glasses-girl-awakens-into-a-seductive-vixen-who-drains-every-drop-with-her-overwhelming-hip-technique-in-an-irresistible-premium-cowgirl-creampie-session-kur/ https://tracylocalschool.com/e/xvhmdhcnx29p https://jav.guru/searcho/?tr=7876686d6468636e78323970   embed 2026-08-30 09:57:06 2026-08-30 09:57:06 javguru https://tracylocalschool.com/e/xvhmdhcnx29p
809 v_h05nj javguru https://jav.guru/1025848/xvsr-892-introverted-secretly-perverted-glasses-girl-awakens-into-a-seductive-vixen-who-drains-every-drop-with-her-overwhelming-hip-technique-in-an-irresistible-premium-cowgirl-creampie-session-kur/ https://vidara.to/e/3MYME1SonjbdR https://jav.guru/searcho/?cr=334d594d4531536f6e6a626452   embed 2026-08-30 09:57:06 2026-08-30 09:57:06 javguru https://vidara.to/e/3MYME1SonjbdR
810 v_h05nj javguru https://jav.guru/1025848/xvsr-892-introverted-secretly-perverted-glasses-girl-awakens-into-a-seductive-vixen-who-drains-every-drop-with-her-overwhelming-hip-technique-in-an-irresistible-premium-cowgirl-creampie-session-kur/ https://vide0.net/e/gxhxqb4qc6kw https://jav.guru/searcho/?hr=677868787162347163366b77   embed 2026-08-30 09:57:06 2026-08-30 09:57:06 javguru https://vide0.net/e/gxhxqb4qc6kw
811 v_h05nj javguru https://jav.guru/1025848/xvsr-892-introverted-secretly-perverted-glasses-girl-awakens-into-a-seductive-vixen-who-drains-every-drop-with-her-overwhelming-hip-technique-in-an-irresistible-premium-cowgirl-creampie-session-kur/ https://maxstream.org/embed-nk111gu98ivs.html https://jav.guru/searcho/?or=656d6265642d6e6b313131677539386976732e68746d6c   embed 2026-08-30 09:57:06 2026-08-30 09:57:06 javguru https://maxstream.org/embed-nk111gu98ivs.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 5.049ms