Advertisement
bomb

get all seinfeld questions and answers

Jan 10th, 2023 (edited)
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. curl -s "https://raw.githubusercontent.com/thujone/stupid-hard-trivia/master/public/static/data/seinfeld.json" | jq '. as {$episodes} | .questions[] |= (. as $q | $episodes[] | select($q.e==.episode and $q.s==.season) | $q+{title}) | .questions | .[] |= {season: .s, episode: .e, episode_title: .title, question: .text, answer: .answer} | sort_by(.season)'
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement