profanity
2 rows where task = 751
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1872 | Series 15 15 | 100% Bosco. 136 | The thing you take everywhere with you, but struggle to fit in your bag 751 | Ivo Graham 99 | damn | I've had very few points for LOLs-based prize tasks, so here's some goddamn feeling. | ✓ |
1873 | Series 15 15 | 100% Bosco. 136 | The thing you take everywhere with you, but struggle to fit in your bag 751 | Frankie Boyle 98 | fuck | Who gives a fuck? | ✓ |
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 );