TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 450

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1180 Series 10 10 Toshwash. 78 Drop a water balloon as far as possible without it bursting 450 Mawaan Rizwan 56 fuck Didn't wanna fuck with the specimen, innit? ✓
1181 Series 10 10 Toshwash. 78 Drop a water balloon as far as possible without it bursting 450 Johnny Vegas 54 hell You know what? Just for the hell of it, put the shoes on.
1182 Series 10 10 Toshwash. 78 Drop a water balloon as far as possible without it bursting 450 Katherine Parkinson 55 fuck I just think if I'm gonna win, I should go to the full amount, because some fucker's gonna. Sorry.
1183 Series 10 10 Toshwash. 78 Drop a water balloon as far as possible without it bursting 450 Greg Davies 2 fuck Did you really think he was gonna jump off that fucking winch? ✓

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