profanity
5 rows where task = 355
This data as json, CSV (advanced)
Suggested facets: speaker, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
913 | Series 8 8 | Rock 'n' roll umlaut. 60 | Recall the order of the deck of cards 355 | Iain Stirling 43 | damn | I wanted a goddamn pen, Greg. | ✓ |
914 | Series 8 8 | Rock 'n' roll umlaut. 60 | Recall the order of the deck of cards 355 | Iain Stirling 43 | fuck | Look, you fucking did! You did! | ✓ |
915 | Series 8 8 | Rock 'n' roll umlaut. 60 | Recall the order of the deck of cards 355 | Sian Gibson 47 | piss | Piece of piss. | ✓ |
916 | Series 8 8 | Rock 'n' roll umlaut. 60 | Recall the order of the deck of cards 355 | Paul Sinha 46 | dick | I'm an absolute dickhead at every other task. That one should be in my territory. | ✓ |
917 | Series 8 8 | Rock 'n' roll umlaut. 60 | Recall the order of the deck of cards 355 | Lou Sanders 45 | hell | Flippin' hell, you didn't tell me! |
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 );