### Describe the bug `get_reviews()` fails with error `IndexError: list index out of range`. ### To Reproduce ```python3 from scrape_amazon import get_reviews get_reviews('it','B08TZVHJS6') ```