TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where speaker = 32

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: episode, task, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
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." ✓
487 CoC -1 Wiley giraffe blower. 33 Throw an exercise ball into a bath or put the coconuts in a trolley 196 Rob Beckett 32 shit Bit of a shithole, West London, innit?
503 CoC -1 I've sinned again. 34 Make a delicious mask 203 Rob Beckett 32 fuck He's got fucking glue on his! ✓

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 11.595ms