home / media

streams

6 rows where v_uid = "v_8fedr"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2044 v_8fedr javguru https://jav.guru/785315/awaw-007-the-number-of-girls-engaging-in-time-saving-papa-activities-at-internet-cafes-is-increasing-a-thorough-investigation-into-how-these-girls-earn-efficiently/ https://javclan.com/e/t34u5aolzt59 https://jav.guru/searcho/?xr=7433347535616f6c7a743539   embed 2026-08-30 14:07:34 2026-08-30 14:07:34 javguru https://javclan.com/e/t34u5aolzt59
2045 v_8fedr javguru https://jav.guru/785315/awaw-007-the-number-of-girls-engaging-in-time-saving-papa-activities-at-internet-cafes-is-increasing-a-thorough-investigation-into-how-these-girls-earn-efficiently/ https://turbovidhls.com/t/68ea94fca8a4c https://jav.guru/searcho/?ur=36386561393466636138613463   embed 2026-08-30 14:07:34 2026-08-30 14:07:34 javguru https://turbovidhls.com/t/68ea94fca8a4c
2046 v_8fedr javguru https://jav.guru/785315/awaw-007-the-number-of-girls-engaging-in-time-saving-papa-activities-at-internet-cafes-is-increasing-a-thorough-investigation-into-how-these-girls-earn-efficiently/ https://tracylocalschool.com/e/pmhyttb2ipe5 https://jav.guru/searcho/?tr=706d68797474623269706535   embed 2026-08-30 14:07:34 2026-08-30 14:07:34 javguru https://tracylocalschool.com/e/pmhyttb2ipe5
2047 v_8fedr javguru https://jav.guru/785315/awaw-007-the-number-of-girls-engaging-in-time-saving-papa-activities-at-internet-cafes-is-increasing-a-thorough-investigation-into-how-these-girls-earn-efficiently/ https://streamhihi.com/e/qmp7ws2z840w https://jav.guru/searcho/?er=652f716d70377773327a38343077   embed 2026-08-30 14:07:34 2026-08-30 14:07:34 javguru https://streamhihi.com/e/qmp7ws2z840w
2048 v_8fedr javguru https://jav.guru/785315/awaw-007-the-number-of-girls-engaging-in-time-saving-papa-activities-at-internet-cafes-is-increasing-a-thorough-investigation-into-how-these-girls-earn-efficiently/ https://vide0.net/e/xwle8yy7lbiu https://jav.guru/searcho/?hr=78776c65387979376c626975   embed 2026-08-30 14:07:34 2026-08-30 14:07:34 javguru https://vide0.net/e/xwle8yy7lbiu
2049 v_8fedr javguru https://jav.guru/785315/awaw-007-the-number-of-girls-engaging-in-time-saving-papa-activities-at-internet-cafes-is-increasing-a-thorough-investigation-into-how-these-girls-earn-efficiently/ https://maxstream.org/embed-roykcjqcaaon.html https://jav.guru/searcho/?or=656d6265642d726f796b636a716361616f6e2e68746d6c   embed 2026-08-30 14:07:34 2026-08-30 14:07:34 javguru https://maxstream.org/embed-roykcjqcaaon.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 5.0ms