home / media

streams

6 rows where v_uid = "v_1tafj"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
5881 v_1tafj javguru https://jav.guru/790530/erdm-186-is-it-really-okay-to-be-with-a-woman-like-this-i-slept-with-my-friends-mother-an-inappropriate-relationship-for-4/ https://javclan.com/e/sz749or8pg1z https://jav.guru/searcho/?xr=737a3734396f72387067317a   embed 2026-08-30 14:43:36 2026-08-30 14:43:36 javguru https://javclan.com/e/sz749or8pg1z
5882 v_1tafj javguru https://jav.guru/790530/erdm-186-is-it-really-okay-to-be-with-a-woman-like-this-i-slept-with-my-friends-mother-an-inappropriate-relationship-for-4/ https://turbovidhls.com/t/68f286a2bcc20 https://jav.guru/searcho/?ur=36386632383661326263633230   embed 2026-08-30 14:43:36 2026-08-30 14:43:36 javguru https://turbovidhls.com/t/68f286a2bcc20
5883 v_1tafj javguru https://jav.guru/790530/erdm-186-is-it-really-okay-to-be-with-a-woman-like-this-i-slept-with-my-friends-mother-an-inappropriate-relationship-for-4/ https://tracylocalschool.com/e/0ttdrvahuktt https://jav.guru/searcho/?tr=3074746472766168756b7474   embed 2026-08-30 14:43:36 2026-08-30 14:43:36 javguru https://tracylocalschool.com/e/0ttdrvahuktt
5884 v_1tafj javguru https://jav.guru/790530/erdm-186-is-it-really-okay-to-be-with-a-woman-like-this-i-slept-with-my-friends-mother-an-inappropriate-relationship-for-4/ https://streamhihi.com/e/mjjopv98qy9i https://jav.guru/searcho/?er=652f6d6a6a6f7076393871793969   embed 2026-08-30 14:43:36 2026-08-30 14:43:36 javguru https://streamhihi.com/e/mjjopv98qy9i
5885 v_1tafj javguru https://jav.guru/790530/erdm-186-is-it-really-okay-to-be-with-a-woman-like-this-i-slept-with-my-friends-mother-an-inappropriate-relationship-for-4/ https://vide0.net/e/jyf6o2gktkmw https://jav.guru/searcho/?hr=6a7966366f32676b746b6d77   embed 2026-08-30 14:43:36 2026-08-30 14:43:36 javguru https://vide0.net/e/jyf6o2gktkmw
5886 v_1tafj javguru https://jav.guru/790530/erdm-186-is-it-really-okay-to-be-with-a-woman-like-this-i-slept-with-my-friends-mother-an-inappropriate-relationship-for-4/ https://maxstream.org/embed-l8fd08n0f9rd.html https://jav.guru/searcho/?or=656d6265642d6c38666430386e30663972642e68746d6c   embed 2026-08-30 14:43:36 2026-08-30 14:43:36 javguru https://maxstream.org/embed-l8fd08n0f9rd.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.147ms