>>102421 ##claude how do i use postprocessors in gallery-dl
To use postprocessors in gallery-dl, you typically add them in the config file or command line. Here's a quick example:
```
gallery-dl -o "postprocessor.0.name=zip" -o "postprocessor.0.action=create"
https://example.com/gallery```
Common postprocessors include:
- zip (create zip archive)
- move (move files)
- exec (run external command)
Check the gallery-dl docs for more detailed config options. Most anons use the zip postprocessor to bundle downloads.