TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 455

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1192 Series 10 10 I hate your trainers. 79 Do something out of character with £20 455 Daisy May Cooper 53 fuck
piss
I can never be bothered to queue for the fucking Portaloo. I just piss where I stand. ✓
1193 Series 10 10 I hate your trainers. 79 Do something out of character with £20 455 Greg Davies 2 shit Just shit yourse... ✓
1194 Series 10 10 I hate your trainers. 79 Do something out of character with £20 455 Greg Davies 2 shit I know that PRO magazine have a policy of their cover model is always just about to have a shit. ✓
1195 Series 10 10 I hate your trainers. 79 Do something out of character with £20 455 Richard Herring 57 shit Because I don't believe in any of that bullshit. ✓
1196 Series 10 10 I hate your trainers. 79 Do something out of character with £20 455 Mawaan Rizwan 56 bitch "I'm a sexy badass bitch." I added that last bit myself. ✓

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