home / media

streams

6 rows where v_uid = "v_avpx4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2529 v_avpx4 javguru https://jav.guru/784844/bab-171-overdosing-on-aphrodisiac-hub-liquor-with-a-dj-in-season-15-starring-arise/ https://javclan.com/e/tfwn5kyvinln https://jav.guru/searcho/?xr=7466776e356b7976696e6c6e   embed 2026-08-30 14:11:19 2026-08-30 14:11:19 javguru https://javclan.com/e/tfwn5kyvinln
2530 v_avpx4 javguru https://jav.guru/784844/bab-171-overdosing-on-aphrodisiac-hub-liquor-with-a-dj-in-season-15-starring-arise/ https://turbovidhls.com/t/68e95032b74fd https://jav.guru/searcho/?ur=36386539353033326237346664   embed 2026-08-30 14:11:19 2026-08-30 14:11:19 javguru https://turbovidhls.com/t/68e95032b74fd
2531 v_avpx4 javguru https://jav.guru/784844/bab-171-overdosing-on-aphrodisiac-hub-liquor-with-a-dj-in-season-15-starring-arise/ https://tracylocalschool.com/e/w6xedttl4ssm https://jav.guru/searcho/?tr=773678656474746c3473736d   embed 2026-08-30 14:11:19 2026-08-30 14:11:19 javguru https://tracylocalschool.com/e/w6xedttl4ssm
2532 v_avpx4 javguru https://jav.guru/784844/bab-171-overdosing-on-aphrodisiac-hub-liquor-with-a-dj-in-season-15-starring-arise/ https://streamhihi.com/e/b5hn5qje1609 https://jav.guru/searcho/?er=652f6235686e35716a6531363039   embed 2026-08-30 14:11:19 2026-08-30 14:11:19 javguru https://streamhihi.com/e/b5hn5qje1609
2533 v_avpx4 javguru https://jav.guru/784844/bab-171-overdosing-on-aphrodisiac-hub-liquor-with-a-dj-in-season-15-starring-arise/ https://vide0.net/e/67vavk7z6l8g https://jav.guru/searcho/?hr=36377661766b377a366c3867   embed 2026-08-30 14:11:19 2026-08-30 14:11:19 javguru https://vide0.net/e/67vavk7z6l8g
2534 v_avpx4 javguru https://jav.guru/784844/bab-171-overdosing-on-aphrodisiac-hub-liquor-with-a-dj-in-season-15-starring-arise/ https://maxstream.org/embed-6t1bfmkdx804.html https://jav.guru/searcho/?or=656d6265642d36743162666d6b64783830342e68746d6c   embed 2026-08-30 14:11:19 2026-08-30 14:11:19 javguru https://maxstream.org/embed-6t1bfmkdx804.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.897ms