toutatis icon indicating copy to clipboard operation
toutatis copied to clipboard

Fix KeyError for total_igtv_videos field

Open Amanlabh opened this issue 3 months ago • 0 comments

  • 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

Amanlabh avatar Sep 20 '25 22:09 Amanlabh