TdlM / taskmaster

Menu
  • Make shortlink

profanity

12 rows where task = 158

✎ 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
386 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Nish Kumar 26 dick A big old robot dick.
387 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Greg Davies 2 dick From big old robot dicks to the rules. ✓
388 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Greg Davies 2 piss So, in summary, Aisling entered the room, she got pissed... and turned the tube upside-down. ✓
389 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Greg Davies 2 prick Yeah, let's see these pricks. ✓
390 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Mark Watson 25 Christ Ah, Christ on toast.
391 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Nish Kumar 26 shit Is there clingfilm? Holy shit!
392 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Mark Watson 25 Christ I mean, that must be enough, surely to Christ.
393 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Bob Mortimer 24 fuck Ooh, fuck off!
394 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Bob Mortimer 24 shit That's a shitty moment, for me, wasn't it?
395 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Greg Davies 2 hell It was a hell of a performance, Bob. ✓
396 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Greg Davies 2 hell But was it a hell of a performance timing-wise? ✓
397 Series 5 5 Phoenix. 27 Retrieve the table tennis ball from the tube 158 Greg Davies 2 fuck Fuckin'...! ✓

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