TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where task = 386

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
988 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 David Baddiel 48 bollock Is this going to be some kind of Sudoku-style bollocks?
989 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 Rose Matafeo 52 fuck Three's gotta be upside down. This is a mind-fuck, actually.
990 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 Katy Wix 51 shit This is gonna look absolutely dogshit.
991 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 David Baddiel 48 bollock Tiny bit of bollock.
992 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 Greg Davies 2 shit That is some kind of Sudoku bullshit. ✓
993 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 Alex Horne 1 bollock And he says normal person but just below the lip, right in the middle, that's a little bit of bollock. ✓
994 Series 9 9 Butter in the microwave. 66 Draw a portrait of the Taskmaster across a flipchart 386 Ed Gamble 49 fuck David, why the fuck are you talking now?! ✓

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