TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 813

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
2024 Series 16 16 Fagin at the disco. 147 Feed the clown the most cards 813 Sam Campbell 105 fuck
fuck
fuck
Oh, fuck, fuck! Fuck.
2025 Series 16 16 Fagin at the disco. 147 Feed the clown the most cards 813 Sue Perkins 106 cock And then I just thought, "I have just become the biggest cock on Earth." ✓
2026 Series 16 16 Fagin at the disco. 147 Feed the clown the most cards 813 Sue Perkins 106 shit You look so nice, but underneath it all, you're just a 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 11.352ms