home / media

streams

6 rows where v_uid = "v_rl70e"

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
560 v_rl70e javguru https://jav.guru/788365/iene-301-would-you-like-to-experience-a-close-encounter-with-your-father-through-a-single-layer-of-rap-5/ https://javclan.com/e/xc89iufidj2d https://jav.guru/searcho/?xr=7863383969756669646a3264   embed 2026-08-30 09:55:05 2026-08-30 09:55:05 javguru https://javclan.com/e/xc89iufidj2d
561 v_rl70e javguru https://jav.guru/788365/iene-301-would-you-like-to-experience-a-close-encounter-with-your-father-through-a-single-layer-of-rap-5/ https://turbovidhls.com/t/68ee0f4fef8a9 https://jav.guru/searcho/?ur=36386565306634666566386139 https://cdn3.turboviplay.com/data/66d45f7e1b83d/66d45f7e1b83d.m3u8 m3u8 2026-08-30 09:55:05 2026-08-30 09:55:05 javguru https://turbovidhls.com/t/68ee0f4fef8a9
562 v_rl70e javguru https://jav.guru/788365/iene-301-would-you-like-to-experience-a-close-encounter-with-your-father-through-a-single-layer-of-rap-5/ https://tracylocalschool.com/e/6s9ao5falwwr https://jav.guru/searcho/?tr=367339616f3566616c777772   embed 2026-08-30 09:55:05 2026-08-30 09:55:05 javguru https://tracylocalschool.com/e/6s9ao5falwwr
563 v_rl70e javguru https://jav.guru/788365/iene-301-would-you-like-to-experience-a-close-encounter-with-your-father-through-a-single-layer-of-rap-5/ https://streamhihi.com/e/0xw9qim33kwb https://jav.guru/searcho/?er=652f3078773971696d33336b7762   embed 2026-08-30 09:55:05 2026-08-30 09:55:05 javguru https://streamhihi.com/e/0xw9qim33kwb
564 v_rl70e javguru https://jav.guru/788365/iene-301-would-you-like-to-experience-a-close-encounter-with-your-father-through-a-single-layer-of-rap-5/ https://vide0.net/e/ewq3la6mi065 https://jav.guru/searcho/?hr=657771336c61366d69303635   embed 2026-08-30 09:55:05 2026-08-30 09:55:05 javguru https://vide0.net/e/ewq3la6mi065
565 v_rl70e javguru https://jav.guru/788365/iene-301-would-you-like-to-experience-a-close-encounter-with-your-father-through-a-single-layer-of-rap-5/ https://maxstream.org/embed-02vguz595926.html https://jav.guru/searcho/?or=656d6265642d30327667757a3539353932362e68746d6c   embed 2026-08-30 09:55:05 2026-08-30 09:55:05 javguru https://maxstream.org/embed-02vguz595926.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.884ms