TdlM / taskmaster

Menu
  • Make shortlink

profanity

9 rows where task = 282

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
749 Series 7 7 OLLIE. 48 The most confusing thing 282 Greg Davies 2 Christ Jesus Christ, yes! ✓
750 Series 7 7 OLLIE. 48 The most confusing thing 282 Kerry Godliman 40 fuck I sometimes just don't watch films, like the Matrix, 'cause I can't be fucked to plug it in. ✓
751 Series 7 7 OLLIE. 48 The most confusing thing 282 Greg Davies 2 fuck Gonna write that quote down. "Can't be fucked to plug it in." ✓
752 Series 7 7 OLLIE. 48 The most confusing thing 282 Greg Davies 2 fuck Godliman sums things up again: "Bosh! Can't be fucked!" ✓
753 Series 7 7 OLLIE. 48 The most confusing thing 282 James Acaster 38 fuck Can't be fucked to plug it in. ✓
754 Series 7 7 OLLIE. 48 The most confusing thing 282 Greg Davies 2 prick It's confusing how you're getting away with using this picture and still getting laughs, you prick. ✓
755 Series 7 7 OLLIE. 48 The most confusing thing 282 James Acaster 38 pussy Oh, just open the box, you pussy! ✓
756 Series 7 7 OLLIE. 48 The most confusing thing 282 Greg Davies 2 hell What the hell was that all about? ✓
757 Series 7 7 OLLIE. 48 The most confusing thing 282 Greg Davies 2 pussy I'm sorry, James, and this isn't because you called me a pussy. ✓

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