TdlM / taskmaster

Menu
  • Make shortlink

profanity

11 rows where episode = 12

✎ 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
202 Series 3 3 A pea in a haystack. 12 Reach the microwave in the fewest steps 67 Greg Davies 2 shit I did ask Alex if he could make sure there was a lot of goose shit on the track. ✓
203 Series 3 3 A pea in a haystack. 12 Reach the microwave in the fewest steps 67 Rob Beckett 16 shit I'm gonna be covered in goose shit, ain't I?
204 Series 3 3 A pea in a haystack. 12 Reach the microwave in the fewest steps 67 Greg Davies 2 shit I don't know why drinking a massive coffee and then rolling around in goose shit would make you feel sick. ✓
205 Series 3 3 A pea in a haystack. 12 Reach the microwave in the fewest steps 67 Greg Davies 2 fuck When is a step not a step? When it's on a fucking hurdle. ✓
206 Series 3 3 A pea in a haystack. 12 Reach the microwave in the fewest steps 67 Sara Pascoe 17 shit Ooh, so much shit!
207 Series 3 3 A pea in a haystack. 12 Propel a pea along a red carpet 68 Greg Davies 2 shit In first place, with an incredible shitty, sicky performance, it's Rob the Roller. ✓
208 Series 3 3 A pea in a haystack. 12 Propel a pea along a red carpet 68 Paul Chowdhry 15 shit It's like finding a pea in a... haystack. Shit!
209 Series 3 3 A pea in a haystack. 12 Propel a pea along a red carpet 68 Rob Beckett 16 fuck And then when I finish, fucking bang it on there.
210 Series 3 3 A pea in a haystack. 12 Make the best snowman 69 Paul Chowdhry 15 bastard Bastard's crying, innit?
211 Series 3 3 A pea in a haystack. 12 Make the best snowman 69 Greg Davies 2 bastard Right at the end, just as the final image of a snowman was in place, he said, "The bastard's crying, innit?" ✓
212 Series 3 3 A pea in a haystack. 12 Make the best snowman 69 Greg Davies 2 bastard Let's have a look at the bastard. ✓

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