home / media

streams

6 rows where v_uid = "v_177as"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5857 v_177as javguru https://jav.guru/790507/kibd-334-unable-to-return-to-ordinary-sex-women-whose-sensitivity-has-multiplied-drug-fueled-sex-addiction-to-sex-and-the-consequences-of-curiosity-with-a-10-year-old-girl-confirmed-pregnant/ https://javclan.com/e/uzk3lq085e96 https://jav.guru/searcho/?xr=757a6b336c71303835653936   embed 2026-08-30 14:43:26 2026-08-30 14:43:26 javguru https://javclan.com/e/uzk3lq085e96
5858 v_177as javguru https://jav.guru/790507/kibd-334-unable-to-return-to-ordinary-sex-women-whose-sensitivity-has-multiplied-drug-fueled-sex-addiction-to-sex-and-the-consequences-of-curiosity-with-a-10-year-old-girl-confirmed-pregnant/ https://turbovidhls.com/t/68f28ea4f0570 https://jav.guru/searcho/?ur=36386632386561346630353730   embed 2026-08-30 14:43:26 2026-08-30 14:43:26 javguru https://turbovidhls.com/t/68f28ea4f0570
5859 v_177as javguru https://jav.guru/790507/kibd-334-unable-to-return-to-ordinary-sex-women-whose-sensitivity-has-multiplied-drug-fueled-sex-addiction-to-sex-and-the-consequences-of-curiosity-with-a-10-year-old-girl-confirmed-pregnant/ https://tracylocalschool.com/e/n8er5t19a3p8 https://jav.guru/searcho/?tr=6e3865723574313961337038   embed 2026-08-30 14:43:26 2026-08-30 14:43:26 javguru https://tracylocalschool.com/e/n8er5t19a3p8
5860 v_177as javguru https://jav.guru/790507/kibd-334-unable-to-return-to-ordinary-sex-women-whose-sensitivity-has-multiplied-drug-fueled-sex-addiction-to-sex-and-the-consequences-of-curiosity-with-a-10-year-old-girl-confirmed-pregnant/ https://streamhihi.com/e/om6t9l0dgkxt https://jav.guru/searcho/?er=652f6f6d3674396c3064676b7874   embed 2026-08-30 14:43:26 2026-08-30 14:43:26 javguru https://streamhihi.com/e/om6t9l0dgkxt
5861 v_177as javguru https://jav.guru/790507/kibd-334-unable-to-return-to-ordinary-sex-women-whose-sensitivity-has-multiplied-drug-fueled-sex-addiction-to-sex-and-the-consequences-of-curiosity-with-a-10-year-old-girl-confirmed-pregnant/ https://vide0.net/e/q7huebqlst4s https://jav.guru/searcho/?hr=713768756562716c73743473   embed 2026-08-30 14:43:26 2026-08-30 14:43:26 javguru https://vide0.net/e/q7huebqlst4s
5862 v_177as javguru https://jav.guru/790507/kibd-334-unable-to-return-to-ordinary-sex-women-whose-sensitivity-has-multiplied-drug-fueled-sex-addiction-to-sex-and-the-consequences-of-curiosity-with-a-10-year-old-girl-confirmed-pregnant/ https://maxstream.org/embed-704ligub7jtq.html https://jav.guru/searcho/?or=656d6265642d3730346c69677562376a74712e68746d6c   embed 2026-08-30 14:43:26 2026-08-30 14:43:26 javguru https://maxstream.org/embed-704ligub7jtq.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.392ms