profanity
4 rows where task = 126
This data as json, CSV (advanced)
Suggested facets: speaker, roots, studio
| id ▲ | series | episode | task | speaker | roots | quote | studio |
|---|---|---|---|---|---|---|---|
| 314 | Series 4 4 | Spatchcock it. 22 | Pass a camel through a small gap 126 | Joe Lycett 19 | fuck | Get fucking through it, Stuart! | |
| 315 | Series 4 4 | Spatchcock it. 22 | Pass a camel through a small gap 126 | Joe Lycett 19 | fuck | Fuck. | |
| 316 | Series 4 4 | Spatchcock it. 22 | Pass a camel through a small gap 126 | Greg Davies 2 | fuck | And then you started to get cross and you said, "Get fucking through, Stu!" | ✓ |
| 317 | Series 4 4 | Spatchcock it. 22 | Pass a camel through a small gap 126 | Joe Lycett 19 | shit | I wasn't anticipating that the blender would be as shit as it was. | ✓ |
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 );