profanity
4 rows where task = 600
This data as json, CSV (advanced)
Suggested facets: speaker, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1526 | Series 13 13 | The noise that blue makes. 107 | Create a lipstick portrait of the Taskmaster 600 | Chris Ramsey 80 | Christ | Christ alive! | |
1527 | Series 13 13 | The noise that blue makes. 107 | Create a lipstick portrait of the Taskmaster 600 | Chris Ramsey 80 | fuck | Woodpeckers must be hard as fuck. | ✓ |
1528 | Series 13 13 | The noise that blue makes. 107 | Create a lipstick portrait of the Taskmaster 600 | Greg Davies 2 | tits | I've eaten a lot of crisps. Yeah. I've got big, I got big tits? | ✓ |
1529 | Series 13 13 | The noise that blue makes. 107 | Create a lipstick portrait of the Taskmaster 600 | Chris Ramsey 80 | shit | Oh, my word! That is... phenomenal bullshit. | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
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 );