home / media

streams

6 rows where v_uid = "v_mjr0v"

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
722 v_mjr0v javguru https://jav.guru/788382/iene-273-if-all-the-customers-are-getting-off-with-their-mouths-or-hands-it-gets-tiring-when-i-called-a-delivery-health-girl-there-was-no-extra-charge-and-we-went-all-the-way/ https://javclan.com/e/mj8sfaa76kvc https://jav.guru/searcho/?xr=6d6a387366616137366b7663   embed 2026-08-30 09:56:22 2026-08-30 09:56:22 javguru https://javclan.com/e/mj8sfaa76kvc
723 v_mjr0v javguru https://jav.guru/788382/iene-273-if-all-the-customers-are-getting-off-with-their-mouths-or-hands-it-gets-tiring-when-i-called-a-delivery-health-girl-there-was-no-extra-charge-and-we-went-all-the-way/ https://turbovidhls.com/t/68ee0d0eb6635 https://jav.guru/searcho/?ur=36386565306430656236363335 https://cdn3.turboviplay.com/data/68ee0d0eb6635/68ee0d0eb6635.m3u8 m3u8 2026-08-30 09:56:22 2026-08-30 09:56:22 javguru https://turbovidhls.com/t/68ee0d0eb6635
724 v_mjr0v javguru https://jav.guru/788382/iene-273-if-all-the-customers-are-getting-off-with-their-mouths-or-hands-it-gets-tiring-when-i-called-a-delivery-health-girl-there-was-no-extra-charge-and-we-went-all-the-way/ https://tracylocalschool.com/e/ubxxyamafqor https://jav.guru/searcho/?tr=7562787879616d6166716f72   embed 2026-08-30 09:56:22 2026-08-30 09:56:22 javguru https://tracylocalschool.com/e/ubxxyamafqor
725 v_mjr0v javguru https://jav.guru/788382/iene-273-if-all-the-customers-are-getting-off-with-their-mouths-or-hands-it-gets-tiring-when-i-called-a-delivery-health-girl-there-was-no-extra-charge-and-we-went-all-the-way/ https://streamhihi.com/e/nd7kg8t3nc6i https://jav.guru/searcho/?er=652f6e64376b673874336e633669   embed 2026-08-30 09:56:22 2026-08-30 09:56:22 javguru https://streamhihi.com/e/nd7kg8t3nc6i
726 v_mjr0v javguru https://jav.guru/788382/iene-273-if-all-the-customers-are-getting-off-with-their-mouths-or-hands-it-gets-tiring-when-i-called-a-delivery-health-girl-there-was-no-extra-charge-and-we-went-all-the-way/ https://vide0.net/e/p9q3swegel56 https://jav.guru/searcho/?hr=7039713373776567656c3536   embed 2026-08-30 09:56:22 2026-08-30 09:56:22 javguru https://vide0.net/e/p9q3swegel56
727 v_mjr0v javguru https://jav.guru/788382/iene-273-if-all-the-customers-are-getting-off-with-their-mouths-or-hands-it-gets-tiring-when-i-called-a-delivery-health-girl-there-was-no-extra-charge-and-we-went-all-the-way/ https://maxstream.org/embed-f2we421rtfv6.html https://jav.guru/searcho/?or=656d6265642d6632776534323172746676362e68746d6c   embed 2026-08-30 09:56:22 2026-08-30 09:56:22 javguru https://maxstream.org/embed-f2we421rtfv6.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.764ms