home / media

streams

6 rows where v_uid = "v_hm4go"

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
686 v_hm4go javguru https://jav.guru/788378/iene-282-known-as-akitas-o%e2%97%8bshio-the-badminton-clubs-dedicated-captain-makes-her-av-debut-as-all-the-boys-in-school-come-to-cheer-for-the-match-eager-to-catch-a-glimpse-of-her-unif/ https://javclan.com/e/tfzroe1fh5za https://jav.guru/searcho/?xr=74667a726f65316668357a61   embed 2026-08-30 09:56:03 2026-08-30 09:56:03 javguru https://javclan.com/e/tfzroe1fh5za
687 v_hm4go javguru https://jav.guru/788378/iene-282-known-as-akitas-o%e2%97%8bshio-the-badminton-clubs-dedicated-captain-makes-her-av-debut-as-all-the-boys-in-school-come-to-cheer-for-the-match-eager-to-catch-a-glimpse-of-her-unif/ https://turbovidhls.com/t/68ee0ce08ab13 https://jav.guru/searcho/?ur=36386565306365303861623133 https://cdn3.turboviplay.com/data/66bc851407533/66bc851407533.m3u8 m3u8 2026-08-30 09:56:03 2026-08-30 09:56:03 javguru https://turbovidhls.com/t/68ee0ce08ab13
688 v_hm4go javguru https://jav.guru/788378/iene-282-known-as-akitas-o%e2%97%8bshio-the-badminton-clubs-dedicated-captain-makes-her-av-debut-as-all-the-boys-in-school-come-to-cheer-for-the-match-eager-to-catch-a-glimpse-of-her-unif/ https://tracylocalschool.com/e/5zrnggphi2yv https://jav.guru/searcho/?tr=357a726e6767706869327976   embed 2026-08-30 09:56:03 2026-08-30 09:56:03 javguru https://tracylocalschool.com/e/5zrnggphi2yv
689 v_hm4go javguru https://jav.guru/788378/iene-282-known-as-akitas-o%e2%97%8bshio-the-badminton-clubs-dedicated-captain-makes-her-av-debut-as-all-the-boys-in-school-come-to-cheer-for-the-match-eager-to-catch-a-glimpse-of-her-unif/ https://streamhihi.com/e/560fmdivx7sx https://jav.guru/searcho/?er=652f353630666d64697678377378   embed 2026-08-30 09:56:03 2026-08-30 09:56:03 javguru https://streamhihi.com/e/560fmdivx7sx
690 v_hm4go javguru https://jav.guru/788378/iene-282-known-as-akitas-o%e2%97%8bshio-the-badminton-clubs-dedicated-captain-makes-her-av-debut-as-all-the-boys-in-school-come-to-cheer-for-the-match-eager-to-catch-a-glimpse-of-her-unif/ https://vide0.net/e/h9yzx2nytumu https://jav.guru/searcho/?hr=6839797a78326e7974756d75   embed 2026-08-30 09:56:03 2026-08-30 09:56:03 javguru https://vide0.net/e/h9yzx2nytumu
691 v_hm4go javguru https://jav.guru/788378/iene-282-known-as-akitas-o%e2%97%8bshio-the-badminton-clubs-dedicated-captain-makes-her-av-debut-as-all-the-boys-in-school-come-to-cheer-for-the-match-eager-to-catch-a-glimpse-of-her-unif/ https://maxstream.org/embed-0nnbviepwsba.html https://jav.guru/searcho/?or=656d6265642d306e6e6276696570777362612e68746d6c   embed 2026-08-30 09:56:03 2026-08-30 09:56:03 javguru https://maxstream.org/embed-0nnbviepwsba.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.64ms