TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 723

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
1811 Series 15 15 Trapped in a loveless marriage. 130 Build a bridge over the red green for this potato 723 Greg Davies 2 Christ Oh, Christ, that is so hard, I enjoyed all of them. ✓
1812 Series 15 15 Trapped in a loveless marriage. 130 Build a bridge over the red green for this potato 723 Greg Davies 2 damn And I'm gonna give Frankie and Mae four points. I've literally lost my goddamn mind. ✓
1813 Series 15 15 Trapped in a loveless marriage. 130 Build a bridge over the red green for this potato 723 Frankie Boyle 98 shit As the clever one, you start planning and I go and get a whole load of random shit.
1814 Series 15 15 Trapped in a loveless marriage. 130 Build a bridge over the red green for this potato 723 Greg Davies 2 fuck
shit
Yeah, let's get them out of the way, being all nice to each other. Then we can get onto this fucking shitshow. ✓
1815 Series 15 15 Trapped in a loveless marriage. 130 Build a bridge over the red green for this potato 723 Jenny Eclair 100 shit It looks like there's shit on this one.
1816 Series 15 15 Trapped in a loveless marriage. 130 Build a bridge over the red green for this potato 723 Jenny Eclair 100 fuck I-I'm putting this down. Fuck that.

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