Just learned that the entire run of Punk Planet is archived on Archive.org, and I am very happy about it: https://archive.org/details/punkplanet?tab=collection
This command will download every issue (without any of the extra stuff) with the Internet Archive CLI (installable with `brew install internetarchive` and probably some other ways):
```
ia download --search 'collection:punkplanet' --glob="*.pdf" --exclude="*_text*"
```