TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 339

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
896 Series 8 8 Stuck in a mammal groove. 57 Get into two sleeping bags and complete other actions 339 Iain Stirling 43 shit
shit
shit
It's a piece of shit! This piece of shit! This piece of shit, ugh! ✓
897 Series 8 8 Stuck in a mammal groove. 57 Get into two sleeping bags and complete other actions 339 Paul Sinha 46 fuck Oh, fuck, yes! ✓
898 Series 8 8 Stuck in a mammal groove. 57 Get into two sleeping bags and complete other actions 339 Paul Sinha 46 fuck I said I'll only mention my injured shoulder when my injured shoulder is actually fucking affecting how I'm performing. ✓

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