TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 616

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1561 Series 13 13 Shoe Who. 110 Make a stirring speech out of the bunting 616 Greg Davies 2 fuck We all heard you say, "Just eat your fucking worm!" ✓
1562 Series 13 13 Shoe Who. 110 Make a stirring speech out of the bunting 616 Sophie Duker 82 damn God damn. If Sophie Duker wins Taskmaster, we all win her, papa.
1563 Series 13 13 Shoe Who. 110 Make a stirring speech out of the bunting 616 Alex Horne 1 damn Yeah, I mean, it started with "God damn." ✓
1564 Series 13 13 Shoe Who. 110 Make a stirring speech out of the bunting 616 Judi Love 81 ass/arse A rass is like... an arse. ✓

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