Created by: Snawoot
Purpose of proposed changes
Fix #297 (closed)
Essential steps taken
Vulkan Beta downloads page contains odd </p>
tag shortly after header which we consider as a start of section with driver downloads, so it breaks next_siblings
iteration in bs4
. Switched to find_all_next()
iterator with condition to stop on next <h4>
tag.