toutatis
toutatis copied to clipboard
Fix KeyError for total_igtv_videos field
- Replace direct key access with .get() method to handle missing fields gracefully
- Prevents crash when Instagram API doesn't return total_igtv_videos field
- Shows 'N/A' instead of crashing when field is not available