jpetzke / AutoGPT-YouTube

A plugin for AutoGPT that allows various operations on YouTube, such as downloading Videos
MIT License
130 stars 23 forks source link

fixes issue with SYSTEM: Command get_youtube_video_info returned: Error: list index out of range #21

Closed aboodebaker closed 1 year ago

aboodebaker commented 1 year ago

I fixed the issue where the user is getting a invalid range so i changed it to check if the list index is in range, and if it is not then it will return nothing. Here is the issue: SYSTEM: Command get_youtube_video_info returned: Error: list index out of range #9