TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 195

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
483 CoC -1 Wiley giraffe blower. 33 The most embarrassing item 195 Noel Fielding 31 fuck No, she said, "Greg's gonna fucking murder you." ✓
484 CoC -1 Wiley giraffe blower. 33 The most embarrassing item 195 Rob Beckett 32 shit I bought these on my honeymoon, um, at an airpoirt, because I shit myself. ✓
485 CoC -1 Wiley giraffe blower. 33 The most embarrassing item 195 Rob Beckett 32 shit
shit
It was embarrassing shitting yourself anyway... I went, "'Cause I've shit myself." And then she went to me, "Oh, not again." ✓
486 CoC -1 Wiley giraffe blower. 33 The most embarrassing item 195 Greg Davies 2 shit Next, I'm gonna put a man who did an actual shit in his pants. ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE profanity (
   id      INTEGER PRIMARY KEY,
   series  INTEGER REFERENCES series(id),
   episode INTEGER REFERENCES episodes(id),
   task    INTEGER REFERENCES tasks(id),
   speaker INTEGER REFERENCES people(id),
   roots   TEXT,
   quote   TEXT,
   studio  INTEGER
);
Powered by Datasette · Queries took 12.619ms