home / media

streams

6 rows where v_uid = "v_x7mor"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1954 v_x7mor javguru https://jav.guru/785423/rdt-176-even-though-she-said-stop-it-while-pretending-to-be-annoyed-she-was-secretly-excited-watching-av-with-me-thinking-its-okay-because-shes-my-sister/ https://javclan.com/e/ze6f12ohcx13 https://jav.guru/searcho/?xr=7a65366631326f6863783133   embed 2026-08-30 14:06:39 2026-08-30 14:06:39 javguru https://javclan.com/e/ze6f12ohcx13
1955 v_x7mor javguru https://jav.guru/785423/rdt-176-even-though-she-said-stop-it-while-pretending-to-be-annoyed-she-was-secretly-excited-watching-av-with-me-thinking-its-okay-because-shes-my-sister/ https://turbovidhls.com/t/68ec0d602c2f4 https://jav.guru/searcho/?ur=36386563306436303263326634   embed 2026-08-30 14:06:39 2026-08-30 14:06:39 javguru https://turbovidhls.com/t/68ec0d602c2f4
1956 v_x7mor javguru https://jav.guru/785423/rdt-176-even-though-she-said-stop-it-while-pretending-to-be-annoyed-she-was-secretly-excited-watching-av-with-me-thinking-its-okay-because-shes-my-sister/ https://tracylocalschool.com/e/o2z3psllsg3c https://jav.guru/searcho/?tr=6f327a3370736c6c73673363   embed 2026-08-30 14:06:39 2026-08-30 14:06:39 javguru https://tracylocalschool.com/e/o2z3psllsg3c
1957 v_x7mor javguru https://jav.guru/785423/rdt-176-even-though-she-said-stop-it-while-pretending-to-be-annoyed-she-was-secretly-excited-watching-av-with-me-thinking-its-okay-because-shes-my-sister/ https://streamhihi.com/e/yn4b42vkz5lf https://jav.guru/searcho/?er=652f796e34623432766b7a356c66   embed 2026-08-30 14:06:39 2026-08-30 14:06:39 javguru https://streamhihi.com/e/yn4b42vkz5lf
1958 v_x7mor javguru https://jav.guru/785423/rdt-176-even-though-she-said-stop-it-while-pretending-to-be-annoyed-she-was-secretly-excited-watching-av-with-me-thinking-its-okay-because-shes-my-sister/ https://vide0.net/e/h113cnvvdvln https://jav.guru/searcho/?hr=68313133636e767664766c6e   embed 2026-08-30 14:06:39 2026-08-30 14:06:39 javguru https://vide0.net/e/h113cnvvdvln
1959 v_x7mor javguru https://jav.guru/785423/rdt-176-even-though-she-said-stop-it-while-pretending-to-be-annoyed-she-was-secretly-excited-watching-av-with-me-thinking-its-okay-because-shes-my-sister/ https://maxstream.org/embed-4v1c66d0626x.html https://jav.guru/searcho/?or=656d6265642d3476316336366430363236782e68746d6c   embed 2026-08-30 14:06:39 2026-08-30 14:06:39 javguru https://maxstream.org/embed-4v1c66d0626x.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.535ms