home / media

streams

6 rows where v_uid = "v_naxo3"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1618 v_naxo3 javguru https://jav.guru/785420/real-943-my-busty-sun-tanned-girlfriend-kurosaki-hana-was-confined-and-raped-in-a-filthy-room-repeatedly-enduring-unpleasant-experiences-until-she-finally-succumbed-to/ https://javclan.com/e/6dh7jwee6jdz https://jav.guru/searcho/?xr=366468376a776565366a647a   embed 2026-08-30 14:03:45 2026-08-30 14:03:45 javguru https://javclan.com/e/6dh7jwee6jdz
1619 v_naxo3 javguru https://jav.guru/785420/real-943-my-busty-sun-tanned-girlfriend-kurosaki-hana-was-confined-and-raped-in-a-filthy-room-repeatedly-enduring-unpleasant-experiences-until-she-finally-succumbed-to/ https://turbovidhls.com/t/68ec0e5285b1b https://jav.guru/searcho/?ur=36386563306535323835623162   embed 2026-08-30 14:03:45 2026-08-30 14:03:45 javguru https://turbovidhls.com/t/68ec0e5285b1b
1620 v_naxo3 javguru https://jav.guru/785420/real-943-my-busty-sun-tanned-girlfriend-kurosaki-hana-was-confined-and-raped-in-a-filthy-room-repeatedly-enduring-unpleasant-experiences-until-she-finally-succumbed-to/ https://tracylocalschool.com/e/frtrne7rebfx https://jav.guru/searcho/?tr=667274726e65377265626678   embed 2026-08-30 14:03:45 2026-08-30 14:03:45 javguru https://tracylocalschool.com/e/frtrne7rebfx
1621 v_naxo3 javguru https://jav.guru/785420/real-943-my-busty-sun-tanned-girlfriend-kurosaki-hana-was-confined-and-raped-in-a-filthy-room-repeatedly-enduring-unpleasant-experiences-until-she-finally-succumbed-to/ https://streamhihi.com/e/52lb4htmutm5 https://jav.guru/searcho/?er=652f35326c623468746d75746d35   embed 2026-08-30 14:03:45 2026-08-30 14:03:45 javguru https://streamhihi.com/e/52lb4htmutm5
1622 v_naxo3 javguru https://jav.guru/785420/real-943-my-busty-sun-tanned-girlfriend-kurosaki-hana-was-confined-and-raped-in-a-filthy-room-repeatedly-enduring-unpleasant-experiences-until-she-finally-succumbed-to/ https://vide0.net/e/ua4w5ngj4ngo https://jav.guru/searcho/?hr=75613477356e676a346e676f   embed 2026-08-30 14:03:45 2026-08-30 14:03:45 javguru https://vide0.net/e/ua4w5ngj4ngo
1623 v_naxo3 javguru https://jav.guru/785420/real-943-my-busty-sun-tanned-girlfriend-kurosaki-hana-was-confined-and-raped-in-a-filthy-room-repeatedly-enduring-unpleasant-experiences-until-she-finally-succumbed-to/ https://maxstream.org/embed-4u03c7umspc2.html https://jav.guru/searcho/?or=656d6265642d347530336337756d737063322e68746d6c   embed 2026-08-30 14:03:45 2026-08-30 14:03:45 javguru https://maxstream.org/embed-4u03c7umspc2.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.854ms