home / media

streams

6 rows where v_uid = "v_fh8ly"

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
497 v_fh8ly javguru https://jav.guru/788362/iene-369-what-if-the-cutest-new-employee-usui-aimi-at-the-company-was-your-sex-friend/ https://javclan.com/e/x28xodn8tidt https://jav.guru/searcho/?xr=783238786f646e3874696474   embed 2026-08-30 09:54:36 2026-08-30 09:54:36 javguru https://javclan.com/e/x28xodn8tidt
498 v_fh8ly javguru https://jav.guru/788362/iene-369-what-if-the-cutest-new-employee-usui-aimi-at-the-company-was-your-sex-friend/ https://turbovidhls.com/t/68ee0e6e18070 https://jav.guru/searcho/?ur=36386565306536653138303730 https://cdn3.turboviplay.com/data/68ee0e6e18070/68ee0e6e18070.m3u8 m3u8 2026-08-30 09:54:36 2026-08-30 09:54:36 javguru https://turbovidhls.com/t/68ee0e6e18070
499 v_fh8ly javguru https://jav.guru/788362/iene-369-what-if-the-cutest-new-employee-usui-aimi-at-the-company-was-your-sex-friend/ https://tracylocalschool.com/e/ez2akxztsxyu https://jav.guru/searcho/?tr=657a32616b787a7473787975   embed 2026-08-30 09:54:36 2026-08-30 09:54:36 javguru https://tracylocalschool.com/e/ez2akxztsxyu
500 v_fh8ly javguru https://jav.guru/788362/iene-369-what-if-the-cutest-new-employee-usui-aimi-at-the-company-was-your-sex-friend/ https://streamhihi.com/e/fki8lsugp82t https://jav.guru/searcho/?er=652f666b69386c73756770383274   embed 2026-08-30 09:54:36 2026-08-30 09:54:36 javguru https://streamhihi.com/e/fki8lsugp82t
501 v_fh8ly javguru https://jav.guru/788362/iene-369-what-if-the-cutest-new-employee-usui-aimi-at-the-company-was-your-sex-friend/ https://vide0.net/e/v9iev7zxu60e https://jav.guru/searcho/?hr=7639696576377a7875363065   embed 2026-08-30 09:54:36 2026-08-30 09:54:36 javguru https://vide0.net/e/v9iev7zxu60e
502 v_fh8ly javguru https://jav.guru/788362/iene-369-what-if-the-cutest-new-employee-usui-aimi-at-the-company-was-your-sex-friend/ https://maxstream.org/embed-c8bsmpwlqgk5.html https://jav.guru/searcho/?or=656d6265642d633862736d70776c71676b352e68746d6c   embed 2026-08-30 09:54:36 2026-08-30 09:54:36 javguru https://maxstream.org/embed-c8bsmpwlqgk5.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.12ms