home / media

streams

6 rows where v_uid = "v_l5qz9"

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
57 v_l5qz9 javguru https://jav.guru/789664/iene-242-pretending-to-be-a-food-truck-i-druggd-an-innocent-girl-and-made-her-eat-starting-a-mischievous-prank-the-effects-were-amazing-and-in-the-end-i-ended-up-finishing-inside-her/ https://javclan.com/e/befv9jw65m0c https://jav.guru/searcho/?xr=62656676396a7736356d3063   embed 2026-08-30 09:07:45 2026-08-30 09:07:45 javguru https://javclan.com/e/befv9jw65m0c
58 v_l5qz9 javguru https://jav.guru/789664/iene-242-pretending-to-be-a-food-truck-i-druggd-an-innocent-girl-and-made-her-eat-starting-a-mischievous-prank-the-effects-were-amazing-and-in-the-end-i-ended-up-finishing-inside-her/ https://turbovidhls.com/t/68ef97585f703 https://jav.guru/searcho/?ur=36386566393735383566373033 https://cdn3.turboviplay.com/data3/68ef97585f703/68ef97585f703.m3u8 m3u8 2026-08-30 09:07:45 2026-08-30 09:07:45 javguru https://turbovidhls.com/t/68ef97585f703
59 v_l5qz9 javguru https://jav.guru/789664/iene-242-pretending-to-be-a-food-truck-i-druggd-an-innocent-girl-and-made-her-eat-starting-a-mischievous-prank-the-effects-were-amazing-and-in-the-end-i-ended-up-finishing-inside-her/ https://tracylocalschool.com/e/wa0u391qeie5 https://jav.guru/searcho/?tr=776130753339317165696535   embed 2026-08-30 09:07:45 2026-08-30 09:07:45 javguru https://tracylocalschool.com/e/wa0u391qeie5
60 v_l5qz9 javguru https://jav.guru/789664/iene-242-pretending-to-be-a-food-truck-i-druggd-an-innocent-girl-and-made-her-eat-starting-a-mischievous-prank-the-effects-were-amazing-and-in-the-end-i-ended-up-finishing-inside-her/ https://streamhihi.com/e/6uy1g8hfmhr9 https://jav.guru/searcho/?er=652f36757931673868666d687239   embed 2026-08-30 09:07:45 2026-08-30 09:07:45 javguru https://streamhihi.com/e/6uy1g8hfmhr9
61 v_l5qz9 javguru https://jav.guru/789664/iene-242-pretending-to-be-a-food-truck-i-druggd-an-innocent-girl-and-made-her-eat-starting-a-mischievous-prank-the-effects-were-amazing-and-in-the-end-i-ended-up-finishing-inside-her/ https://vide0.net/e/9oy8rnxuw6lq https://jav.guru/searcho/?hr=396f7938726e787577366c71   embed 2026-08-30 09:07:45 2026-08-30 09:07:45 javguru https://vide0.net/e/9oy8rnxuw6lq
62 v_l5qz9 javguru https://jav.guru/789664/iene-242-pretending-to-be-a-food-truck-i-druggd-an-innocent-girl-and-made-her-eat-starting-a-mischievous-prank-the-effects-were-amazing-and-in-the-end-i-ended-up-finishing-inside-her/ https://maxstream.org/embed-btfy0p955di4.html https://jav.guru/searcho/?or=656d6265642d6274667930703935356469342e68746d6c   embed 2026-08-30 09:07:45 2026-08-30 09:07:45 javguru https://maxstream.org/embed-btfy0p955di4.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.023ms