TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where speaker = 29

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
493 CoC -1 I've sinned again. 34 The best thing 201 Josh Widdicombe 29 piss But they're just pissing around outside a toilet! ✓
497 CoC -1 I've sinned again. 34 Find out what’s in the briefcase 202 Josh Widdicombe 29 fuck Second one's not? Yes, it fucking is.
499 CoC -1 I've sinned again. 34 Make a delicious mask 203 Josh Widdicombe 29 Christ Je. Sus. Christ.
500 CoC -1 I've sinned again. 34 Make a delicious mask 203 Josh Widdicombe 29 fuck Noel Fielding is the fucking mask-maker.

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.776ms