home / media

streams

6 rows where v_uid = "v_167x0"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
4336 v_167x0 javguru https://jav.guru/792576/tchb-052-closet-style-adult-service-the-legendary-shop-with-the-best-cost-performance-and-real-reviews-ranked-number/ https://javclan.com/e/rqrlpaa86niz https://jav.guru/searcho/?xr=7271726c70616138366e697a   embed 2026-08-30 14:30:22 2026-08-30 14:30:22 javguru https://javclan.com/e/rqrlpaa86niz
4337 v_167x0 javguru https://jav.guru/792576/tchb-052-closet-style-adult-service-the-legendary-shop-with-the-best-cost-performance-and-real-reviews-ranked-number/ https://turbovidhls.com/t/68f68d5bbe228 https://jav.guru/searcho/?ur=36386636386435626265323238   embed 2026-08-30 14:30:22 2026-08-30 14:30:22 javguru https://turbovidhls.com/t/68f68d5bbe228
4338 v_167x0 javguru https://jav.guru/792576/tchb-052-closet-style-adult-service-the-legendary-shop-with-the-best-cost-performance-and-real-reviews-ranked-number/ https://tracylocalschool.com/e/pd7cn9oh1sui https://jav.guru/searcho/?tr=706437636e396f6831737569   embed 2026-08-30 14:30:22 2026-08-30 14:30:22 javguru https://tracylocalschool.com/e/pd7cn9oh1sui
4339 v_167x0 javguru https://jav.guru/792576/tchb-052-closet-style-adult-service-the-legendary-shop-with-the-best-cost-performance-and-real-reviews-ranked-number/ https://streamhihi.com/e/6ctp73sqj1ks https://jav.guru/searcho/?er=652f36637470373373716a316b73   embed 2026-08-30 14:30:22 2026-08-30 14:30:22 javguru https://streamhihi.com/e/6ctp73sqj1ks
4340 v_167x0 javguru https://jav.guru/792576/tchb-052-closet-style-adult-service-the-legendary-shop-with-the-best-cost-performance-and-real-reviews-ranked-number/ https://vide0.net/e/wnh3ss9t4pb3 https://jav.guru/searcho/?hr=776e68337373397434706233   embed 2026-08-30 14:30:22 2026-08-30 14:30:22 javguru https://vide0.net/e/wnh3ss9t4pb3
4341 v_167x0 javguru https://jav.guru/792576/tchb-052-closet-style-adult-service-the-legendary-shop-with-the-best-cost-performance-and-real-reviews-ranked-number/ https://maxstream.org/embed-5uu435kexamt.html https://jav.guru/searcho/?or=656d6265642d3575753433356b6578616d742e68746d6c   embed 2026-08-30 14:30:22 2026-08-30 14:30:22 javguru https://maxstream.org/embed-5uu435kexamt.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 2.872ms