Skip to content

Instantly share code, notes, and snippets.

@rvighne
Last active November 16, 2021 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvighne/bd5cd5bbba33d393f4e7a4ea2bef354c to your computer and use it in GitHub Desktop.
Save rvighne/bd5cd5bbba33d393f4e7a4ea2bef354c to your computer and use it in GitHub Desktop.
Download the list of titles currently available on UCLA's Resflix streaming service.
#!/bin/sh
# Must be on UCLA's campus network (e.g. using VPN)
curl https://movies.reslife.ucla.edu/jsonapi/GetAllContent | jq -r '.[].Title' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment