TdlM / taskmaster

Menu
  • Make shortlink

profanity

8 rows where episode = 136

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
1872 Series 15 15 100% Bosco. 136 The thing you take everywhere with you, but struggle to fit in your bag 751 Ivo Graham 99 damn I've had very few points for LOLs-based prize tasks, so here's some goddamn feeling. ✓
1873 Series 15 15 100% Bosco. 136 The thing you take everywhere with you, but struggle to fit in your bag 751 Frankie Boyle 98 fuck Who gives a fuck? ✓
1874 Series 15 15 100% Bosco. 136 Pile the pineapples on the path 752 Jenny Eclair 100 fuck Oh, not more fucking pineapples.
1875 Series 15 15 100% Bosco. 136 Pile the pineapples on the path 752 Mae Martin 102 fuck Ahh! Fuck!
1876 Series 15 15 100% Bosco. 136 Pile the pineapples on the path 752 Kiell Smith-Bynoe 101 fuck Fuck's sake. ✓
1877 Series 15 15 100% Bosco. 136 Repurpose an umbrella 753 Jenny Eclair 100 bugger I know that a lot will depend on this, so I'm going to go big bugger.
1878 Series 15 15 100% Bosco. 136 Put the most stuff on top of a jelly 754 Frankie Boyle 98 fuck That's more than your bowl and your fuckin' spoon. ✓
1879 Series 15 15 100% Bosco. 136 Use the scratching post to remove balls from your suit 755 Frankie Boyle 98 fuck Aw, fuck. ✓

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