Skip to content

Instantly share code, notes, and snippets.

@nileshevrywhr
Last active July 22, 2021 06:46
Show Gist options
  • Save nileshevrywhr/eec27c16f2ff1ac5dbebe9e8819664dc to your computer and use it in GitHub Desktop.
Save nileshevrywhr/eec27c16f2ff1ac5dbebe9e8819664dc to your computer and use it in GitHub Desktop.
IG highlights dl
jq --raw-output '.log.entries | .[].request | select(.url|test("^https://instagram.fdel*")) .url' stories.har > highlights.txt
while IFS= read -r line; do wget $line; done < highlights.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment