TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 612

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1554 Series 13 13 I think I've got this. 109 Face leg or other leg? 612 Judi Love 81 shit "As a team, put one of your faces and one of your legs through the hole." I'm not doing that shit. ✓
1555 Series 13 13 I think I've got this. 109 Face leg or other leg? 612 Greg Davies 2 fuck Fuck! ✓
1556 Series 13 13 I think I've got this. 109 Face leg or other leg? 612 Chris Ramsey 80 bugger Bugger! ✓
1557 Series 13 13 I think I've got this. 109 Face leg or other leg? 612 Judi Love 81 fuck Oh, for fuck's sake. ✓

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