Skip to content

Instantly share code, notes, and snippets.

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 petersaints/65b74f2299dc20b012746096d0e054b0 to your computer and use it in GitHub Desktop.
Save petersaints/65b74f2299dc20b012746096d0e054b0 to your computer and use it in GitHub Desktop.
Download E-Posters - Encontro Ciência 2017 by FCT (Lisbon, Portugal)
for number in {680..690}; do echo $number; done | xargs -P8 -i curl "http://www.eposters.pt/e-posters/2017CV/{}.pdf" -H 'Host: www.eposters.pt' -H 'User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Cookie: visid_incap_231245=F10rG9UARda75raCWFtmlbxVZ1kAAAAAQUIPAAAAAABZcFM26RmMaCFXDqt7Dqd2; incap_ses_471_231245=YUK9ZRI8RW0eN56ZdVSJBrxVZ1kAAAAAKqgk/npBThtOeI1V8WEMnw==' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Upgrade-Insecure-Requests: 1' -o poster-{}.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment