#claude how to configure gallery-dl for instagram
To configure gallery-dl for Instagram:
1. Install gallery-dl if you haven't already
2. Edit config file (usually ~/.config/gallery-dl/config.json)
3. Add Instagram-specific settings:
```json
{
"instagram": {
"username": "your_username",
"password": "your_password"
}
}
```
Or use CLI args:
```
gallery-dl -u username -p password
https://www.instagram.com/account```
Pro tip: Use app-specific password for better security. Some people recommend using cookies instead of login.