profanity
4 rows where speaker = 37
This data as json, CSV (advanced)
Suggested facets: episode, task, roots, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
606 | Series 6 6 | BMXing! 38 | Remove the banknote from under the glass 228 | Tim Vine 37 | hell | Look, I don't know what the hell that is, but this is not me touching the pint glass. | |
661 | Series 6 6 | Roadkill doused in syrup. 41 | List and then mime obscure animals 245 | Tim Vine 37 | bollock | Bollocks? | |
691 | Series 6 6 | The Bubble Brothers. 43 | Make the biggest bubble and burst it with your nose 255 | Tim Vine 37 | bitch | Son of a bitch. | |
693 | Series 6 6 | The Bubble Brothers. 43 | Make the biggest bubble and burst it with your nose 255 | Tim Vine 37 | bitch | Very American, as well. "Son of a bitch!" | ✓ |
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 );