home / media

streams

6 rows where v_uid = "v_1u1dg"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7464 v_1u1dg javguru https://jav.guru/790814/htm-094-mature-womens-infidelity-leads-to-serious-sex-vol-94/ https://javclan.com/e/p479oksuw7ie https://jav.guru/searcho/?xr=703437396f6b737577376965   embed 2026-08-30 15:01:03 2026-08-30 15:01:03 javguru https://javclan.com/e/p479oksuw7ie
7465 v_1u1dg javguru https://jav.guru/790814/htm-094-mature-womens-infidelity-leads-to-serious-sex-vol-94/ https://turbovidhls.com/t/68f3caeebef93 https://jav.guru/searcho/?ur=36386633636165656265663933   embed 2026-08-30 15:01:03 2026-08-30 15:01:03 javguru https://turbovidhls.com/t/68f3caeebef93
7466 v_1u1dg javguru https://jav.guru/790814/htm-094-mature-womens-infidelity-leads-to-serious-sex-vol-94/ https://tracylocalschool.com/e/v9gntmmxlqob https://jav.guru/searcho/?tr=7639676e746d6d786c716f62   embed 2026-08-30 15:01:03 2026-08-30 15:01:03 javguru https://tracylocalschool.com/e/v9gntmmxlqob
7467 v_1u1dg javguru https://jav.guru/790814/htm-094-mature-womens-infidelity-leads-to-serious-sex-vol-94/ https://streamhihi.com/e/nf1dr1l7d749 https://jav.guru/searcho/?er=652f6e66316472316c3764373439   embed 2026-08-30 15:01:03 2026-08-30 15:01:03 javguru https://streamhihi.com/e/nf1dr1l7d749
7468 v_1u1dg javguru https://jav.guru/790814/htm-094-mature-womens-infidelity-leads-to-serious-sex-vol-94/ https://vide0.net/e/avgovgp6xbx8 https://jav.guru/searcho/?hr=6176676f7667703678627838   embed 2026-08-30 15:01:03 2026-08-30 15:01:03 javguru https://vide0.net/e/avgovgp6xbx8
7469 v_1u1dg javguru https://jav.guru/790814/htm-094-mature-womens-infidelity-leads-to-serious-sex-vol-94/ https://maxstream.org/embed-124fse9zz4t8.html https://jav.guru/searcho/?or=656d6265642d313234667365397a7a3474382e68746d6c   embed 2026-08-30 15:01:03 2026-08-30 15:01:03 javguru https://maxstream.org/embed-124fse9zz4t8.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.522ms