TdlM / taskmaster

Menu
  • Make shortlink

profanity

10 rows where episode = 98

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
1429 Series 12 12 The end of the franchise. 98 The most old-fashioned thing that you still use 552 Morgana Robinson 71 shit They don't make them like they used to. It's, it's built like a brick shithouse. ✓
1430 Series 12 12 The end of the franchise. 98 The most old-fashioned thing that you still use 552 Guz Khan 70 shit All the time, we're being bombarded with shit and opinions that be messing up your psyche and your emotional state. ✓
1431 Series 12 12 The end of the franchise. 98 Copy Alex 553 Greg Davies 2 hell I'm sure you'll both be very happy together in Hell. ✓
1432 Series 12 12 The end of the franchise. 98 Copy Alex 553 Desiree Burch 69 damn Damn it.
1433 Series 12 12 The end of the franchise. 98 Make a sand bridge across the river 554 Desiree Burch 69 fuck How the fuck do I move that?
1434 Series 12 12 The end of the franchise. 98 Make a sand bridge across the river 554 Guz Khan 70 shit 'Cause water's very fundamental to building sand bridges, ain't it? I'm sure that was on Countryfile or some shit.
1435 Series 12 12 The end of the franchise. 98 Make a sand bridge across the river 554 Morgana Robinson 71 fuck I don't fucking know.
1436 Series 12 12 The end of the franchise. 98 Film a thrilling sequence with a welly-cam 555 Victoria Coren Mitchell 72 pussy "I always said the pussy was dangerous."
1437 Series 12 12 The end of the franchise. 98 Convey objects using shadows 556 Desiree Burch 69 bitch In this one, the house really decided, like, "We want this bitch out." So it turned on me. ✓
1438 Series 12 12 The end of the franchise. 98 Convey objects using shadows 556 Desiree Burch 69 hell Ooh, snake. Walk like an Egyptian. But there's snake down in Hell. ✓

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