profanity
4 rows where task = 437
This data as json, CSV (advanced)
Suggested facets: speaker, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1152 | Series 10 10 | A documentary about a despot. 76 | Find the treasure / Make different, increasingly loud noises 437 | Mawaan Rizwan 56 | shit | It was in the candle. That's some next-level shit. | |
1153 | Series 10 10 | A documentary about a despot. 76 | Find the treasure / Make different, increasingly loud noises 437 | Greg Davies 2 | shit | Mawaan said, "Whoa, that's some next-level shit." | ✓ |
1154 | Series 10 10 | A documentary about a despot. 76 | Find the treasure / Make different, increasingly loud noises 437 | Alex Horne 1 | shit | So, previous-level shit. | ✓ |
1155 | Series 10 10 | A documentary about a despot. 76 | Find the treasure / Make different, increasingly loud noises 437 | Greg Davies 2 | shit | It's next-level shit! | ✓ |
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 );