home / media

streams

6 rows where v_uid = "v_al5yq"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2619 v_al5yq javguru https://jav.guru/784777/mdtm-868-natsume-eri-the-legend-of-the-divine-superstar-complete-memorial-best-4/ https://javclan.com/e/5w80g23akdbm https://jav.guru/searcho/?xr=35773830673233616b64626d   embed 2026-08-30 14:12:01 2026-08-30 14:12:01 javguru https://javclan.com/e/5w80g23akdbm
2620 v_al5yq javguru https://jav.guru/784777/mdtm-868-natsume-eri-the-legend-of-the-divine-superstar-complete-memorial-best-4/ https://turbovidhls.com/t/68e96531181aa https://jav.guru/searcho/?ur=36386539363533313138316161   embed 2026-08-30 14:12:01 2026-08-30 14:12:01 javguru https://turbovidhls.com/t/68e96531181aa
2621 v_al5yq javguru https://jav.guru/784777/mdtm-868-natsume-eri-the-legend-of-the-divine-superstar-complete-memorial-best-4/ https://tracylocalschool.com/e/uvecvf6v4ygw https://jav.guru/searcho/?tr=757665637666367634796777   embed 2026-08-30 14:12:01 2026-08-30 14:12:01 javguru https://tracylocalschool.com/e/uvecvf6v4ygw
2622 v_al5yq javguru https://jav.guru/784777/mdtm-868-natsume-eri-the-legend-of-the-divine-superstar-complete-memorial-best-4/ https://streamhihi.com/e/gl7eyknqwzi7 https://jav.guru/searcho/?er=652f676c3765796b6e71777a6937   embed 2026-08-30 14:12:01 2026-08-30 14:12:01 javguru https://streamhihi.com/e/gl7eyknqwzi7
2623 v_al5yq javguru https://jav.guru/784777/mdtm-868-natsume-eri-the-legend-of-the-divine-superstar-complete-memorial-best-4/ https://vide0.net/e/vr6t5g29mgh2 https://jav.guru/searcho/?hr=76723674356732396d676832   embed 2026-08-30 14:12:01 2026-08-30 14:12:01 javguru https://vide0.net/e/vr6t5g29mgh2
2624 v_al5yq javguru https://jav.guru/784777/mdtm-868-natsume-eri-the-legend-of-the-divine-superstar-complete-memorial-best-4/ https://maxstream.org/embed-4svq2fmwjuo7.html https://jav.guru/searcho/?or=656d6265642d3473767132666d776a756f372e68746d6c   embed 2026-08-30 14:12:01 2026-08-30 14:12:01 javguru https://maxstream.org/embed-4svq2fmwjuo7.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.107ms