home / media

streams

6 rows where v_uid = "v_07c9k"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
3694 v_07c9k javguru https://jav.guru/792617/sdab-340-18-year-old-av-debut-a-petite-girl-with-troublesome-eyes-wants-to-lose-her-virginity-shed-indulge-in-erotic-fantasies-every-day-while-riding-her-bike-for-an-hour-and-a-half-nene/ https://javclan.com/e/szrit2ij4yza https://jav.guru/searcho/?xr=737a72697432696a34797a61   embed 2026-08-30 14:22:50 2026-08-30 14:22:50 javguru https://javclan.com/e/szrit2ij4yza
3695 v_07c9k javguru https://jav.guru/792617/sdab-340-18-year-old-av-debut-a-petite-girl-with-troublesome-eyes-wants-to-lose-her-virginity-shed-indulge-in-erotic-fantasies-every-day-while-riding-her-bike-for-an-hour-and-a-half-nene/ https://turbovidhls.com/t/68f6886dc725a https://jav.guru/searcho/?ur=36386636383836646337323561   embed 2026-08-30 14:22:50 2026-08-30 14:22:50 javguru https://turbovidhls.com/t/68f6886dc725a
3696 v_07c9k javguru https://jav.guru/792617/sdab-340-18-year-old-av-debut-a-petite-girl-with-troublesome-eyes-wants-to-lose-her-virginity-shed-indulge-in-erotic-fantasies-every-day-while-riding-her-bike-for-an-hour-and-a-half-nene/ https://tracylocalschool.com/e/cweycalylppl https://jav.guru/searcho/?tr=6377657963616c796c70706c   embed 2026-08-30 14:22:50 2026-08-30 14:22:50 javguru https://tracylocalschool.com/e/cweycalylppl
3697 v_07c9k javguru https://jav.guru/792617/sdab-340-18-year-old-av-debut-a-petite-girl-with-troublesome-eyes-wants-to-lose-her-virginity-shed-indulge-in-erotic-fantasies-every-day-while-riding-her-bike-for-an-hour-and-a-half-nene/ https://streamhihi.com/e/z1f3c31doa2e https://jav.guru/searcho/?er=652f7a316633633331646f613265   embed 2026-08-30 14:22:50 2026-08-30 14:22:50 javguru https://streamhihi.com/e/z1f3c31doa2e
3698 v_07c9k javguru https://jav.guru/792617/sdab-340-18-year-old-av-debut-a-petite-girl-with-troublesome-eyes-wants-to-lose-her-virginity-shed-indulge-in-erotic-fantasies-every-day-while-riding-her-bike-for-an-hour-and-a-half-nene/ https://vide0.net/e/vp06w29sfb7n https://jav.guru/searcho/?hr=76703036773239736662376e   embed 2026-08-30 14:22:50 2026-08-30 14:22:50 javguru https://vide0.net/e/vp06w29sfb7n
3699 v_07c9k javguru https://jav.guru/792617/sdab-340-18-year-old-av-debut-a-petite-girl-with-troublesome-eyes-wants-to-lose-her-virginity-shed-indulge-in-erotic-fantasies-every-day-while-riding-her-bike-for-an-hour-and-a-half-nene/ https://maxstream.org/embed-6hha15pt9oud.html https://jav.guru/searcho/?or=656d6265642d3668686131357074396f75642e68746d6c   embed 2026-08-30 14:22:50 2026-08-30 14:22:50 javguru https://maxstream.org/embed-6hha15pt9oud.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.404ms