TdlM / taskmaster

Menu
  • Make shortlink

profanity

11 rows where task = 59

✎ 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
173 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Doc Brown 8 fuck Nice. Fucking loving that.
174 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Doc Brown 8 fuck I think it's fucking great.
175 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Katherine Ryan 11 bitch It looked like you could build something, but you genuinely had to use gaffer tape and a bossy bitch. ✓
176 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Joe Wilkinson 9 shit This is gonna be horse shit, isn't it?
177 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Joe Wilkinson 9 shit It could be... this could be horse shit.
178 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Doc Brown 8 piss I just assumed, when you played that first clip, that you cut out how genuinely pissed off Joe was. ✓
179 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Greg Davies 2 shit In the first second you said everything was horse shit. ✓
180 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Jon Richardson 10 bastard Oh, you little bastard.
181 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Jon Richardson 10 shit Slight worries about the plan... and whether or not it's shit.
182 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Greg Davies 2 fuck Well, I mean, honestly don't know what the fuck was going on there. ✓
183 Series 2 2 Welcome to Rico Face. 10 Construct something for the Taskmaster 59 Greg Davies 2 shit Do you want me to pass judgment on this shit? ✓

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