TdlM / taskmaster

Menu
  • Make shortlink

profanity

13 rows where episode = 51

✎ 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
804 Series 7 7 The perfect stuff. 51 The most exciting thing beginning with 'G' 300 Kerry Godliman 40 shit Okay, I see where you're coming from. That it's shit. ✓
805 Series 7 7 The perfect stuff. 51 The most exciting thing beginning with 'G' 300 Greg Davies 2 fuck The glove puppets were my sister's, so fuck you. ✓
806 Series 7 7 The perfect stuff. 51 The most exciting thing beginning with 'G' 300 Rhod Gilbert 42 fuck Well, I think that "fuck you" should be directed at your mother, because she said you'd say that. ✓
807 Series 7 7 The perfect stuff. 51 The most exciting thing beginning with 'G' 300 Greg Davies 2 shit It seems they're just an old pair of glasses and a lot of bullshit. ✓
808 Series 7 7 The perfect stuff. 51 The most exciting thing beginning with 'G' 300 Greg Davies 2 shit These three, absolutely shit. ✓
809 Series 7 7 The perfect stuff. 51 Throw something into the bin behind the fence 301 Phil Wang 41 damn Hot damn! ✓
810 Series 7 7 The perfect stuff. 51 Throw something into the bin behind the fence 301 Jessica Knappett 39 hell Bloody hell. ✓
811 Series 7 7 The perfect stuff. 51 Don’t blink 302 Rhod Gilbert 42 fuck I mean, this is fucking agony.
812 Series 7 7 The perfect stuff. 51 Build an extension to the Taskmaster house 303 Phil Wang 41 fuck He named me foreman and then fucked off. ✓
813 Series 7 7 The perfect stuff. 51 Build an extension to the Taskmaster house 303 James Acaster 38 fuck And then just kind of looked at us like, "What the fuck you gonna do about that?" ✓
814 Series 7 7 The perfect stuff. 51 Build an extension to the Taskmaster house 303 James Acaster 38 shit I didn't know he'd also gone, "Oh, the perfect stuff." And then done that shit! ✓
815 Series 7 7 The perfect stuff. 51 Make the best Christmas cracker 304 Phil Wang 41 shit Holy shit! ✓
816 Series 7 7 The perfect stuff. 51 Beat on the drum after exactly 9.58 seconds 305 Greg Davies 2 shit 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 15.021ms