home / media

streams

6 rows where v_uid = "v_0lyxo"

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
10375 v_0lyxo javguru https://jav.guru/1042178/grmo-341-human-observation-if-you-have-nowhere-to-go-will-you-come-to-my-house-a-defenseless-easygoing-beautiful-natural-wife-who-has-run-away-after-fighting-with-her-husband-gets-swept-away/ https://javclan.com/e/wxmcpix83u2k https://jav.guru/searcho/?xr=77786d63706978383375326b   embed 2026-08-30 17:45:05 2026-08-30 17:45:05 javguru https://javclan.com/e/wxmcpix83u2k
10376 v_0lyxo javguru https://jav.guru/1042178/grmo-341-human-observation-if-you-have-nowhere-to-go-will-you-come-to-my-house-a-defenseless-easygoing-beautiful-natural-wife-who-has-run-away-after-fighting-with-her-husband-gets-swept-away/ https://turbovidhls.com/t/6a8c02b3de3b8 https://jav.guru/searcho/?ur=36613863303262336465336238 https://cdn3.turboviplay.com/data3/6a70b5d29d716/6a70b5d29d716.m3u8 m3u8 2026-08-30 17:45:05 2026-08-30 17:45:05 javguru https://turbovidhls.com/t/6a8c02b3de3b8
10377 v_0lyxo javguru https://jav.guru/1042178/grmo-341-human-observation-if-you-have-nowhere-to-go-will-you-come-to-my-house-a-defenseless-easygoing-beautiful-natural-wife-who-has-run-away-after-fighting-with-her-husband-gets-swept-away/ https://tracylocalschool.com/e/lfjlvgubtnwb https://jav.guru/searcho/?tr=6c666a6c76677562746e7762   embed 2026-08-30 17:45:05 2026-08-30 17:45:05 javguru https://tracylocalschool.com/e/lfjlvgubtnwb
10378 v_0lyxo javguru https://jav.guru/1042178/grmo-341-human-observation-if-you-have-nowhere-to-go-will-you-come-to-my-house-a-defenseless-easygoing-beautiful-natural-wife-who-has-run-away-after-fighting-with-her-husband-gets-swept-away/ https://vidara.to/e/7paynShZYIFQZ https://jav.guru/searcho/?cr=377061796e53685a594946515a   embed 2026-08-30 17:45:05 2026-08-30 17:45:05 javguru https://vidara.to/e/7paynShZYIFQZ
10379 v_0lyxo javguru https://jav.guru/1042178/grmo-341-human-observation-if-you-have-nowhere-to-go-will-you-come-to-my-house-a-defenseless-easygoing-beautiful-natural-wife-who-has-run-away-after-fighting-with-her-husband-gets-swept-away/ https://vide0.net/e/6gebjz05ebzz https://jav.guru/searcho/?hr=366765626a7a303565627a7a   embed 2026-08-30 17:45:05 2026-08-30 17:45:05 javguru https://vide0.net/e/6gebjz05ebzz
10380 v_0lyxo javguru https://jav.guru/1042178/grmo-341-human-observation-if-you-have-nowhere-to-go-will-you-come-to-my-house-a-defenseless-easygoing-beautiful-natural-wife-who-has-run-away-after-fighting-with-her-husband-gets-swept-away/ https://maxstream.org/embed-r4jbscnj5cbr.html https://jav.guru/searcho/?or=656d6265642d72346a6273636e6a356362722e68746d6c   embed 2026-08-30 17:45:05 2026-08-30 17:45:05 javguru https://maxstream.org/embed-r4jbscnj5cbr.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 3.358ms