home / media

streams

6 rows where v_uid = "v_hkmrs"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1425 v_hkmrs javguru https://jav.guru/785498/fthtd-134-welcome-to-faleno-shoji-a-huge-orgy-of-revenge-by-men-who-are-frustrated-with-the-company-culture-of-female-superiority-over-men/ https://javclan.com/e/0knrxengofjg https://jav.guru/searcho/?xr=306b6e7278656e676f666a67   embed 2026-08-30 14:01:53 2026-08-30 14:01:53 javguru https://javclan.com/e/0knrxengofjg
1426 v_hkmrs javguru https://jav.guru/785498/fthtd-134-welcome-to-faleno-shoji-a-huge-orgy-of-revenge-by-men-who-are-frustrated-with-the-company-culture-of-female-superiority-over-men/ https://turbovidhls.com/t/68ec153d3654e https://jav.guru/searcho/?ur=36386563313533643336353465   embed 2026-08-30 14:01:53 2026-08-30 14:01:53 javguru https://turbovidhls.com/t/68ec153d3654e
1427 v_hkmrs javguru https://jav.guru/785498/fthtd-134-welcome-to-faleno-shoji-a-huge-orgy-of-revenge-by-men-who-are-frustrated-with-the-company-culture-of-female-superiority-over-men/ https://tracylocalschool.com/e/w5chyi6peabk https://jav.guru/searcho/?tr=77356368796936706561626b   embed 2026-08-30 14:01:53 2026-08-30 14:01:53 javguru https://tracylocalschool.com/e/w5chyi6peabk
1428 v_hkmrs javguru https://jav.guru/785498/fthtd-134-welcome-to-faleno-shoji-a-huge-orgy-of-revenge-by-men-who-are-frustrated-with-the-company-culture-of-female-superiority-over-men/ https://streamhihi.com/e/5v1qayakmfzw https://jav.guru/searcho/?er=652f357631716179616b6d667a77   embed 2026-08-30 14:01:53 2026-08-30 14:01:53 javguru https://streamhihi.com/e/5v1qayakmfzw
1429 v_hkmrs javguru https://jav.guru/785498/fthtd-134-welcome-to-faleno-shoji-a-huge-orgy-of-revenge-by-men-who-are-frustrated-with-the-company-culture-of-female-superiority-over-men/ https://vide0.net/e/114u2hf7de9d https://jav.guru/searcho/?hr=313134753268663764653964   embed 2026-08-30 14:01:53 2026-08-30 14:01:53 javguru https://vide0.net/e/114u2hf7de9d
1430 v_hkmrs javguru https://jav.guru/785498/fthtd-134-welcome-to-faleno-shoji-a-huge-orgy-of-revenge-by-men-who-are-frustrated-with-the-company-culture-of-female-superiority-over-men/ https://maxstream.org/embed-fu3ofwihqey0.html https://jav.guru/searcho/?or=656d6265642d6675336f66776968716579302e68746d6c   embed 2026-08-30 14:01:53 2026-08-30 14:01:53 javguru https://maxstream.org/embed-fu3ofwihqey0.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.485ms