Strip3s / PhoenixBot

Phoenix Bot - A Bird Bot Resurrection
MIT License
262 stars 111 forks source link

Target infinite loop on image fetch fix #142

Closed salarsen closed 3 years ago

salarsen commented 3 years ago

Target image fetch for a product can infinite loop when a webpage is only partially being served. Added a counter to move on after 5 attempts. Example is PS5 product pages which load just the product name but no images, info, or purchase web elements.

Changed branch merge request to develop instead of master