TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 204

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
505 CoC -1 I've sinned again. 34 Make a mess and then clean it up 204 Bob Mortimer 28 bastard I'm sprinkling unsalted peanuts. Messy bastards.
506 CoC -1 I've sinned again. 34 Make a mess and then clean it up 204 Katherine Ryan 30 fuck Fucking... God!
507 CoC -1 I've sinned again. 34 Make a mess and then clean it up 204 Katherine Ryan 30 damn One minute, 45 seconds? This is no good for a mess. Damn it!
508 CoC -1 I've sinned again. 34 Make a mess and then clean it up 204 Katherine Ryan 30 shit Shit! Is Alan there?
509 CoC -1 I've sinned again. 34 Make a mess and then clean it up 204 Greg Davies 2 Christ Jesus Christ. ✓
510 CoC -1 I've sinned again. 34 Make a mess and then clean it up 204 Greg Davies 2 Christ
fuck
But Jesus Christ, if for the sake of an entertainment show on Dave, Katherine Ryan's prepared to fuck her own family up, she's gonna get the five points. ✓

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