TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where episode = 104

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1498 Series 12 12 Nothing matters. 104 Have the longest telephone conversation 584 Guz Khan 70 shit
shit
No, it's really urgent shit, brother. That's why, it's really urgent shit.
1499 Series 12 12 Nothing matters. 104 Have the longest telephone conversation 584 Desiree Burch 69 damn Damn, we were so close. We almost had it all, Dave. Fine.
1500 Series 12 12 Nothing matters. 104 Get goosebumps 586 Greg Davies 2 hell You asking him to blow on your neck was hell for Alex. ✓
1501 Series 12 12 Nothing matters. 104 Get goosebumps 586 Greg Davies 2 ass/arse If it's any consolation, Guz, you putting ice down your back and then it dripping into your arse crack gave me goosebumps. ✓

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