back

by smartmic·7y ago·view on hn ↗
Here you go with a oneline (in bash, PDF, change as required):

    for i in {1..7} ; do curl "https://www.datapacrat.com/Opinion/Reciprocality/r0/Day$i.html" | pandoc -f html --pdf-engine=xelatex -o "chap$i.pdf"; done